@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix gr: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . owl:Class a rdfs:Class ; rdfs:label "Class" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of http://schema.org/Person" ; foaf:primaryTopic . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:subClassOf a rdf:Property ; rdfs:label "subClassOf" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of http://schema.org/Person" . dc:format "text/n3" ; dcterms:title "Notation3 description of http://schema.org/Person" . dc:format "text/plain" ; dcterms:title "NTriples description of http://schema.org/Person" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of http://schema.org/Person" . dc:format "text/turtle" ; dcterms:title "Turtle description of http://schema.org/Person" . gr:BusinessEntity a owl:Class ; rdfs:label "Business entity"@en . a owl:Class ; rdfs:subClassOf gr:BusinessEntity . [] a ov:RequestedDocument ; dcterms:source .