@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . rdfs:Resource a rdfs:Class ; rdfs:label "Resource" . owl:AnnotationProperty a rdfs:Class ; rdfs:label "AnnotationProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of deprecated" ; foaf:primaryTopic owl:deprecated . 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:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:range a rdf:Property ; rdfs:label "range" . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of deprecated" . dc:format "text/n3" ; dcterms:title "Notation3 description of deprecated" . dc:format "text/plain" ; dcterms:title "NTriples description of deprecated" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of deprecated" . dc:format "text/turtle" ; dcterms:title "Turtle description of deprecated" . owl:deprecated a owl:AnnotationProperty ; rdfs:label "deprecated" ; rdfs:comment "The annotation property that indicates that a given entity has been deprecated." ; rdfs:domain rdfs:Resource ; rdfs:isDefinedBy owl: ; rdfs:range rdfs:Resource . [] a ov:RequestedDocument ; dcterms:source , .