@prefix rdf: . @prefix foaf: . @prefix dctype: . @prefix ns0: . @prefix dct: . @prefix dc: . @prefix rdfs: . @prefix rel: . @prefix label: . rdf:type foaf:Document , dctype:Text ; foaf:primaryTopic ns0:sue ; dct:hasFormat , , , ; foaf:topic ns0:sue . 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/xml" ; rdfs:label "XML" . rdf:type dctype:Text , foaf:Document ; dc:format "application/json" ; rdfs:label "JSON" . ns0:sue foaf:name "Susan Davis" ; foaf:mbox_sha1sum "169596780130ef05a6ec79e628176690dcee2e80" ; foaf:knows ns0:me ; rdf:type foaf:Person ; rel:parentOf ns0:me . 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" . rdfs:label rdfs:label "label" ; label:plural "labels" ; label:inverseSingular "is label of" . foaf:name rdfs:label "name" ; label:plural "names" ; label:inverseSingular "is name of" . foaf:knows rdfs:label "knows" ; label:plural "knows" ; label:inverseSingular "knows" . rel:parentOf rdfs:label "is parent of" ; label:plural "is parent of" ; label:inverseSingular "is child of" .