@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

<http://www.w3.org/2008/05/skos-xl> a owl:Ontology ;
	dct:creator "Alistair Miles" , "Sean Bechhofer" ;
	rdfs:seeAlso <http://www.w3.org/2008/05/skos> ;
	owl:imports <http://www.w3.org/2004/02/skos/core> ;
	dct:title "SKOS XL Vocabulary"@en ;
	dct:contributor "Participants in W3C's Semantic Web Deployment Working Group." ;
	dct:description "An RDF vocabulary extending SKOS and allowing the description and linking of lexical entities."@en .

<http://www.w3.org/2008/05/skos-xl#Label> rdfs:label "Label"@en ;
	rdfs:isDefinedBy <http://www.w3.org/2008/05/skos-xl> ;
	skos:definition "A special class of lexical entities."@en ;
	a owl:Class ;
	owl:disjointWith skos:Concept , skos:Collection , skos:ConceptScheme ;
	rdfs:subClassOf _:node17168m7qhx2 .

_:node17168m7qhx2 a owl:Restriction ;
	owl:onProperty <http://www.w3.org/2008/05/skos-xl#literalForm> ;
	owl:cardinality "1"^^<http://www.w3.org/2001/XMLSchema#nonNegativeInteger> .

<http://www.w3.org/2008/05/skos-xl#literalForm> rdfs:label "literal form"@en ;
	rdfs:isDefinedBy <http://www.w3.org/2008/05/skos-xl> ;
	skos:definition "The property skosxl:literalForm is used to give the literal form of an skosxl:Label."@en ;
	rdfs:comment "If two instances of the class skosxl:Label have the same literal form, they are not necessarily the same resource."@en ;
	a owl:DatatypeProperty ;
	rdfs:domain <http://www.w3.org/2008/05/skos-xl#Label> ;
	rdfs:comment "The range of skosxl:literalForm is the class of RDF plain literals."@en ;
	a rdf:Property .

<http://www.w3.org/2008/05/skos-xl#prefLabel> rdfs:label "preferred label"@en ;
	rdfs:isDefinedBy <http://www.w3.org/2008/05/skos-xl> ;
	skos:definition "The property skosxl:prefLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:prefLabel."@en ;
	rdfs:seeAlso skos:prefLabel ;
	a owl:ObjectProperty ;
	rdfs:range <http://www.w3.org/2008/05/skos-xl#Label> ;
	rdfs:comment "If C skosxl:prefLabel L and L skosxl:literalForm V, then X skos:prefLabel V."@en ;
	a rdf:Property .

<http://www.w3.org/2008/05/skos-xl#altLabel> rdfs:label "alternative label"@en ;
	rdfs:isDefinedBy <http://www.w3.org/2008/05/skos-xl> ;
	skos:definition "The property skosxl:altLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:altLabel."@en ;
	rdfs:seeAlso skos:altLabel ;
	a owl:ObjectProperty ;
	rdfs:range <http://www.w3.org/2008/05/skos-xl#Label> ;
	rdfs:comment "If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V."@en ;
	a rdf:Property .

<http://www.w3.org/2008/05/skos-xl#hiddenLabel> rdfs:label "hidden label"@en ;
	rdfs:isDefinedBy <http://www.w3.org/2008/05/skos-xl> ;
	skos:definition "The property skosxl:hiddenLabel is used to associate an skosxl:Label with a skos:Concept. The property is analogous to skos:hiddenLabel."@en ;
	rdfs:seeAlso skos:hiddenLabel ;
	a owl:ObjectProperty ;
	rdfs:range <http://www.w3.org/2008/05/skos-xl#Label> ;
	rdfs:comment "If C skosxl:hiddenLabel L and L skosxl:literalForm V, then C skos:hiddenLabel V."@en ;
	a rdf:Property .

<http://www.w3.org/2008/05/skos-xl#labelRelation> rdfs:label "label relation"@en ;
	rdfs:isDefinedBy <http://www.w3.org/2008/05/skos-xl> ;
	skos:definition "The property skosxl:labelRelation is used for representing binary ('direct') relations between instances of the class skosxl:Label."@en ;
	skos:scopeNote "skosxl:labelRelation is not intended to be used directly, but rather as the basis for a design pattern which can be refined for more specific labeling scenarios."@en ;
	a owl:ObjectProperty ;
	rdfs:domain <http://www.w3.org/2008/05/skos-xl#Label> ;
	rdfs:range <http://www.w3.org/2008/05/skos-xl#Label> ;
	a owl:SymmetricProperty , rdf:Property .
