may be identical to leaf node


URI

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

Label

may be identical to

Description

Edges asserting this should be annotated with to record evidence supporting the assertion and its provenance.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) may be identical 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_0006011 a owl:AnnotationProperty ;
    rdfs:label "may be identical to"@en ;
    obo:IAO_0000111 "may be identical to"@en ;
    obo:IAO_0000117 "David Osumi-Sutherland"@en ;
    obo:IAO_0000233 "#40"@en ;
    obo:IAO_0000234 "VFB"@en ;
    rdfs:comment "Edges asserting this should be annotated with to record evidence supporting the assertion and its provenance."@en ;
    rdfs:isDefinedBy <http://purl.bioontology.org/ontology/emro/imports/omo_import.owl> ;
    skos:definition "A annotation relationship between two terms in an ontology that may refer to the same (natural) type but where more evidence is required before terms are merged."@en .