This HTML5 document contains 7 embedded RDF statements represented using HTML+Microdata notation.
The embedded RDF content will be recognized by any processor of HTML5 Microdata.
Namespace Prefixes
Prefix | IRI |
n5 | # |
sp | http://spinrdf.org/sp# |
spin | http://spinrdf.org/spin# |
schema | http://schema.org/ |
rdfs | http://www.w3.org/2000/01/rdf-schema# |
virtrdf | http://www.openlinksw.com/schemas/virtrdf# |
rdf | http://www.w3.org/1999/02/22-rdf-syntax-ns# |
xsdh | http://www.w3.org/2001/XMLSchema# |
Statements
- Subject Item
- _:vb50684328
- rdf:type
-
sp:Construct
spin:Rule
- rdfs:label
-
Latitude Rule -- via RDF-Turtle Document
- rdfs:comment
-
Handler for different kinds of Latitude oriented fields (relations). This
rule has been loaded into Virtuoso via SQL (using SPASQL functionality).
- sp:text
-
CONSTRUCT { ?this <#hasLatitude> ?n . }
WHERE
{
FILTER (contains(str(?p),"latitude") || contains(str(?p),"Latitude") ) .
?this ?p ?n
}
- virtrdf:bnode-row
-
17
- schema:uri
-
n5:LatitudeRule1