@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix ns0: <http://www.w3.org/2008/05/> . skosxl:altLabel a owl:ObjectProperty ; rdfs:comment "If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V."@en ; rdfs:isDefinedBy ns0:skos-xl ; rdfs:label "alternative label"@en ; rdfs:range skosxl:Label ; rdfs:seeAlso skos:altLabel ; 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 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix ns0: <http://www.w3.org/2008/05/> .

skosxl:altLabel
    a owl:ObjectProperty ;
    rdfs:comment "If C skosxl:altLabel L and L skosxl:literalForm V, then X skos:altLabel V."@en ;
    rdfs:isDefinedBy ns0:skos-xl ;
    rdfs:label "alternative label"@en ;
    rdfs:range skosxl:Label ;
    rdfs:seeAlso skos:altLabel ;
    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 .