@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .
skos:altLabel	rdf:type	rdf:Property .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
skos:altLabel	rdf:type	owl:AnnotationProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
skos:altLabel	rdfs:subPropertyOf	rdfs:label ;
	rdfs:label	"alternative label"@en .
@prefix ns4:	<http://www.w3.org/2004/02/skos/> .
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 .