characteristic of part of


URI

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

Label

characteristic of part of

Description

q characteristic of part of w if and only if there exists some p such that q inheres in p and p part of w.

Inherits from

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) characteristic of part of owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

obo:RO_0002314 a owl:ObjectProperty ;
    rdfs:label "characteristic of part of"@en ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000118 "inheres in part of" ;
    obo:IAO_0000119 <http://www.ncbi.nlm.nih.gov/pubmed/20064205> ;
    obo:RO_0001900 obo:RO_0001901 ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:seeAlso <http://purl.obolibrary.org/obo/ro/docs/reflexivity/> ;
    rdfs:subPropertyOf obo:RO_0002502 ;
    owl:propertyChainAxiom ( obo:RO_0000052 obo:BFO_0000050 ),
        ( obo:RO_0002314 obo:BFO_0000050 ) ;
    skos:definition "q characteristic of part of w if and only if there exists some p such that q inheres in p and p part of w." .