@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ns1: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . dcterms:Agent a dcterms:AgentClass, rdfs:Class ; rdfs:label "Agent"@en . rdfs:Class a rdfs:Class, owl:Class ; rdfs:label "Class" . owl:Class a rdfs:Class ; rdfs:label "Class" . foaf:Agent a rdfs:Class, owl:Class ; rdfs:label "Agent" ; rdfs:comment "An agent (eg. person, group, software or physical artifact)." ; owl:equivalentClass dcterms:Agent ; ns1:term_status "stable" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of Agent" ; foaf:primaryTopic foaf:Agent . 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:label a rdf:Property ; rdfs:label "label" . owl:equivalentClass a rdf:Property ; rdfs:label "equivalentClass" . ns1:term_status a owl:AnnotationProperty . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of Agent" . dc:format "text/n3" ; dcterms:title "Notation3 description of Agent" . dc:format "text/plain" ; dcterms:title "NTriples description of Agent" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of Agent" . dc:format "text/turtle" ; dcterms:title "Turtle description of Agent" . [] a ov:RequestedDocument ; dcterms:source , .