@prefix rdf: . @prefix skos: . skos:altLabel rdf:type rdf:Property . @prefix owl: . skos:altLabel rdf:type owl:AnnotationProperty . @prefix rdfs: . skos:altLabel rdfs:subPropertyOf rdfs:label ; rdfs:label "alternative label"@en . @prefix ns4: . skos:altLabel rdfs:isDefinedBy ns4:core ; rdfs:comment "skos:prefLabel, skos:altLabel and skos:hiddenLabel are pairwise disjoint properties."@en , "The range of skos:altLabel is the class of RDF plain literals."@en ; 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 .