causal agent in process


URI

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

Label

causal agent in process

Description

A relationship between a material entity and a process where the material entity has some causal role that influences the process

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) causal agent in process 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_0002500 a owl:ObjectProperty ;
    rdfs:label "causal agent in process" ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:subPropertyOf obo:RO_0002595 ;
    skos:definition "A relationship between a material entity and a process where the material entity has some causal role that influences the process" .