is denotator type leaf node


URI

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

Label

is denotator type

Description

Relates an class defined in an ontology, to the type of it's denotator

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is denotator type 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_0000411 a owl:AnnotationProperty ;
    rdfs:label "is denotator type"@en ;
    obo:IAO_0000111 "is denotator type"@en ;
    obo:IAO_0000116 "In OWL 2 add AnnotationPropertyRange('is denotator type' 'denotator type')"@en ;
    obo:IAO_0000117 "Alan Ruttenberg"@en ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    skos:definition "Relates an class defined in an ontology, to the type of it's denotator"@en .