has ID prefix leaf node


URI

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

Label

has ID prefix

Description

Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with "0"s to make this many digits) to construct an ID for a term being created.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has ID prefix owl:Thing (inferred)

Implementation

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

obo:IAO_0000599 a owl:AnnotationProperty ;
    rdfs:label "has ID prefix"@en ;
    obo:IAO_0000111 "has ID prefix"@en ;
    obo:IAO_0000112 """Ontology: <http://purl.obolibrary.org/obo/ro/idrange/>
  Annotations: 
     'has ID prefix': "http://purl.obolibrary.org/obo/RO_"
     'has ID digit count' : 7,
     rdfs:label "RO id policy"
     'has ID policy for': "RO\""""@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    skos:definition "Relates an ontology used to record id policy to a prefix concatenated with an integer in the id range (left padded with \"0\"s to make this many digits) to construct an ID for a term being created."@en .