has participant


URI

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

Label

has participant

Description

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

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) has participant 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#> .
@prefix terms: <http://purl.org/dc/terms/> .

obo:RO_0000057 a owl:ObjectProperty ;
    rdfs:label "has participant"@en ;
    obo:IAO_0000111 "has participant"@en ;
    obo:IAO_0000112 "this blood coagulation has participant this blood clot"@en,
        "this investigation has participant this investigator"@en,
        "this process has participant this input material (or this output material)"@en ;
    obo:IAO_0000118 "has_participant"@en ;
    terms:source "http://www.obofoundry.org/ro/#OBO_REL:has_participant" ;
    rdfs:isDefinedBy obo:ro.owl ;
    owl:propertyChainAxiom ( obo:BFO_0000051 obo:RO_0000057 ) ;
    skos:definition "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en .