has ontology root term leaf node


URI

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

Label

has ontology root term

Description

Ontology annotation property. Relates an ontology to a term that is a designated root term of the ontology. Display tools like OLS can use terms annotated with this property as the starting point for rendering the ontology class hierarchy. There can be more than one root.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has ontology root term 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_0000700 a owl:AnnotationProperty ;
    rdfs:label "has ontology root term"@en ;
    obo:IAO_0000111 "has ontology root term"@en ;
    obo:IAO_0000117 "Nicolas Matentzoglu"@en ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    skos:definition "Ontology annotation property. Relates an ontology to a term that is a designated root term of the ontology. Display tools like OLS can use terms annotated with this property as the starting point for rendering the ontology class hierarchy. There can be more than one root."@en .