causally downstream of or within


URI

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

Label

causally downstream of or within

Description

inverse of causally upstream of or within

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) causally downstream of or within owl:Thing (inferred)

Implementation

@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@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_0002427 a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "causally downstream of or within" ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    obo:IAO_0000119 <http://purl.obolibrary.org/obo/ro/docs/causal-relations> ;
    oboInOwl:inSubset obo:RO_0002259 ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:subPropertyOf obo:RO_0002501 ;
    skos:definition "inverse of causally upstream of or within" .