participates in


URI

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

Label

participates in

Description

a relation between a continuant and a process, in which the continuant is somehow involved in the process

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) participates in 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_0000056 a owl:ObjectProperty ;
    rdfs:label "participates in"@en ;
    obo:IAO_0000111 "participates in"@en ;
    obo:IAO_0000112 "this blood clot participates in this blood coagulation"@en,
        "this input material (or this output material) participates in this process"@en,
        "this investigator participates in this investigation"@en ;
    obo:IAO_0000118 "participates_in"@en ;
    rdfs:isDefinedBy obo:ro.owl ;
    owl:inverseOf obo:RO_0000057 ;
    skos:definition "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en .