has related synonym leaf node


URI

http://www.geneontology.org/formats/oboInOwl#hasRelatedSynonym

Label

has related synonym

Description

An alternative label for a class or property that has been used synonymously with the primary term name, but the usage is not strictly correct.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has related synonym owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@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#> .

oboInOwl:hasRelatedSynonym a owl:AnnotationProperty ;
    rdfs:label "has related synonym"@en ;
    obo:IAO_0000117 <http://orcid.org/0000-0001-5208-3432> ;
    obo:IAO_0000233 "https://github.com/information-artifact-ontology/ontology-metadata/issues/21" ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    rdfs:seeAlso "https://github.com/information-artifact-ontology/ontology-metadata/issues/21" ;
    rdfs:subPropertyOf obo:IAO_0000118 ;
    skos:definition "An alternative label for a class or property that has been used synonymously with the primary term name, but the usage is not strictly correct." .