@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns0: <http://www.w3.org/2004/02/skos/> . @prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . obo_purl:synonym rdfs:subPropertyOf skos:altLabel . oboinowl_gen:hasBroadSynonym rdfs:subPropertyOf skos:altLabel . oboinowl_gen:hasExactSynonym rdfs:subPropertyOf skos:altLabel . oboinowl_gen:hasNarrowSynonym rdfs:subPropertyOf skos:altLabel . oboinowl_gen:hasRelatedSynonym rdfs:subPropertyOf skos:altLabel . skos:altLabel a owl:AnnotationProperty ; 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 ns0:core ; rdfs:label "alternative label"@en ; 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 .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns0: <http://www.w3.org/2004/02/skos/> .
@prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .

obo_purl:synonym
    rdfs:subPropertyOf skos:altLabel .

oboinowl_gen:hasBroadSynonym
    rdfs:subPropertyOf skos:altLabel .

oboinowl_gen:hasExactSynonym
    rdfs:subPropertyOf skos:altLabel .

oboinowl_gen:hasNarrowSynonym
    rdfs:subPropertyOf skos:altLabel .

oboinowl_gen:hasRelatedSynonym
    rdfs:subPropertyOf skos:altLabel .

skos:altLabel
    a owl:AnnotationProperty ;
    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 ns0:core ;
    rdfs:label "alternative label"@en ;
    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 .