@prefix dc: . @prefix dcterms: . @prefix foaf: . @prefix ov: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . rdf:Property a rdfs:Class ; rdfs:label "Property" . owl:AnnotationProperty a rdfs:Class ; rdfs:label "AnnotationProperty" . a foaf:Document ; dcterms:hasFormat , , , , ; dcterms:title "Description of editorial note" ; foaf:primaryTopic skos:editorialNote . dcterms:source a rdf:Property ; rdfs:label "Source"@en . rdf:type a rdf:Property ; rdfs:label "type" . rdfs:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:label a rdf:Property ; rdfs:label "label" . rdfs:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . skos:definition a rdf:Property, owl:AnnotationProperty ; rdfs:label "definition"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of editorial note" . dc:format "text/n3" ; dcterms:title "Notation3 description of editorial note" . dc:format "text/plain" ; dcterms:title "NTriples description of editorial note" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of editorial note" . dc:format "text/turtle" ; dcterms:title "Turtle description of editorial note" . a owl:Ontology ; dcterms:title "SKOS Vocabulary"@en . skos:editorialNote a rdf:Property, owl:AnnotationProperty ; rdfs:label "editorial note"@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf skos:note ; skos:definition "A note for an editor, translator or maintainer of the vocabulary."@en . skos:note a rdf:Property, owl:AnnotationProperty ; rdfs:label "note"@en . [] a ov:RequestedDocument ; dcterms:source .