previous name leaf node


URI

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

Label

previous name

Description

A synonym type for names that have been used as primary labels in the past.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) previous name 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_0003008 a owl:AnnotationProperty ;
    rdfs:label "previous name" ;
    obo:IAO_0000112 "MAPT, the gene that encodes the Tau protein, has a previous name DDPAC. Note: in this case, the name type is more specifically the gene symbol." ;
    obo:IAO_0000233 <https://github.com/information-artifact-ontology/ontology-metadata/issues/139> ;
    terms:contributor <https://orcid.org/0000-0003-4423-4370> ;
    terms:created "2023-07-25"^^xsd:date ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    rdfs:subPropertyOf oboInOwl:SynonymType ;
    skos:definition "A synonym type for names that have been used as primary labels in the past." .