@prefix rdf: . @prefix foaf: . @prefix dctype: . @prefix dct: . @prefix dc: . @prefix rdfs: . @prefix geo: . @prefix label: . rdf:type foaf:Document , dctype:Text ; foaf:primaryTopic ; dct:hasFormat , , ; foaf:topic . rdf:type dctype:Text , foaf:Document ; dc:format "application/rdf+xml" ; rdfs:label "RDF/XML" . rdf:type dctype:Text , foaf:Document ; dc:format "text/html" ; rdfs:label "HTML" . rdf:type dctype:Text , foaf:Document ; dc:format "application/json" ; rdfs:label "JSON" . rdf:type geo:Point ; rdfs:label "-126.817, 46.183" ; rdfs:comment "The point at latitude 46.183 and longitude -126.817 in the WGS 84 datum." ; geo:lat "46.183" ; geo:long "-126.817" . rdf:type rdfs:label "type" ; label:plural "types" ; label:inverseSingular "is type of" . foaf:primaryTopic rdfs:label "primary topic" ; label:plural "primary topics" ; label:inverseSingular "is the primary topic of" . foaf:topic rdfs:label "topic" ; label:plural "topics" ; label:inverseSingular "is a topic of" . rdfs:label rdfs:label "label" ; label:plural "labels" ; label:inverseSingular "is label of" . rdfs:comment rdfs:label "comment" ; label:plural "comments" ; label:inverseSingular "is comment of" . geo:lat rdfs:label "latitude" ; label:plural "latitudes" ; label:inverseSingular "is latitude of" . geo:long rdfs:label "longitude" ; label:plural "longitudes" ; label:inverseSingular "is longitude of" .