has characteristic leaf node


URI

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

Label

has characteristic

Description

Inverse of characteristic_of

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has characteristic 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:RO_0000053 a owl:InverseFunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has characteristic"@en ;
    obo:IAO_0000111 "bearer of"@en ;
    obo:IAO_0000112 "this apple is bearer of this red color"@en,
        "this vase is bearer of this fragility"@en ;
    obo:IAO_0000118 "bearer_of"@en,
        "is bearer of"@en ;
    obo:RO_0001900 obo:RO_0001901 ;
    rdfs:isDefinedBy obo:ro.owl ;
    skos:definition "Inverse of characteristic_of"@en .