@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix geo: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdf:Property a rdfs:Class ; rdfs:label "Property" . geo:SpatialThing a rdfs:Class, owl:Class ; rdfs:label "Spatial Thing", "SpatialThing" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of latitude" ; foaf:primaryTopic geo:lat . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:comment a rdf:Property ; rdfs:label "comment" . rdfs:domain a rdf:Property ; rdfs:label "domain" . rdfs:label a rdf:Property ; rdfs:label "label" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of latitude" . dc:format "text/n3" ; dcterms:title "Notation3 description of latitude" . dc:format "text/plain" ; dcterms:title "NTriples description of latitude" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of latitude" . dc:format "text/turtle" ; dcterms:title "Turtle description of latitude" . geo:lat a rdf:Property ; rdfs:label "latitude" ; rdfs:comment "The WGS84 latitude of a SpatialThing (decimal degrees)." ; rdfs:domain geo:SpatialThing . [] a ov:RequestedDocument ; dcterms:source .