abbreviation leaf node


URI

http://purl.obolibrary.org/obo/OMO_0003000

Label

abbreviation

Description

A synonym type for describing abbreviations or initalisms

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) abbreviation 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#> .
@prefix terms: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

obo:OMO_0003000 a owl:AnnotationProperty ;
    rdfs:label "abbreviation" ;
    obo:IAO_0000112 "CHEBI:26523 (reactive oxygen species) has an exact synonym (ROS), which is of type OMO:0003000 (abbreviation)" ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/122> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-03-03"^^xsd:date ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    rdfs:subPropertyOf oboInOwl:SynonymType ;
    skos:definition "A synonym type for describing abbreviations or initalisms" .