has ID range allocated to leaf node


URI

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

Label

has ID range allocated to

Description

Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has ID range allocated to 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_0000597 a owl:AnnotationProperty ;
    rdfs:label "has ID range allocated to"@en ;
    obo:IAO_0000111 "has ID range allocated"@en ;
    obo:IAO_0000112 """Datatype: idrange:1
Annotations: 'has ID range allocated to': "Chris Mungall"
EquivalentTo: xsd:integer[> 2151 , <= 2300]
"""@en ;
    obo:IAO_0000117 "Person:Alan Ruttenberg"@en ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    skos:definition "Relates a datatype that encodes a range of integers to the name of the person or organization who can use those ids constructed in that range to define new terms"@en .