@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 alternative label" ; foaf:primaryTopic skos:altLabel . 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:isDefinedBy a rdf:Property ; rdfs:label "isDefinedBy" . rdfs:subPropertyOf a rdf:Property ; rdfs:label "subPropertyOf" . skos:definition a rdf:Property, owl:AnnotationProperty ; rdfs:label "definition"@en . skos:example a rdf:Property, owl:AnnotationProperty ; rdfs:label "example"@en . dc:format "application/xhtml+xml", "text/html" ; dcterms:title "HTML description of alternative label" . dc:format "text/n3" ; dcterms:title "Notation3 description of alternative label" . dc:format "text/plain" ; dcterms:title "NTriples description of alternative label" . dc:format "application/rdf+xml" ; dcterms:title "RDF/XML description of alternative label" . dc:format "text/turtle" ; dcterms:title "Turtle description of alternative label" . rdfs:label a rdf:Property ; rdfs:label "label" . a owl:Ontology ; dcterms:title "SKOS Vocabulary"@en . skos:altLabel a rdf:Property, owl:AnnotationProperty ; rdfs:label "alternative label"@en ; rdfs:comment "The range of skos:altLabel is the class of RDF plain literals."@en, "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf rdfs:label ; skos:definition "An alternative lexical label for a resource."@en ; skos:example "Acronyms, abbreviations, spelling variants, and irregular plural/singular forms may be included among the alternative labels for a concept. Mis-spelled terms are normally included as hidden labels (see skos:hiddenLabel)."@en . [] a ov:RequestedDocument ; dcterms:source .