causally upstream of leaf node


URI

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

Label

causally upstream of

Description

p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) causally upstream of 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_0002411 a owl:ObjectProperty,
        owl:TransitiveProperty ;
    rdfs:label "causally upstream of"@en ;
    obo:IAO_0000117 <https://orcid.org/0000-0002-6601-2165> ;
    oboInOwl:inSubset obo:valid_for_go_annotation_extension,
        obo:valid_for_gocam ;
    rdfs:isDefinedBy obo:ro.owl ;
    rdfs:subPropertyOf obo:BFO_0000063,
        obo:RO_0002418 ;
    skos:definition "p is causally upstream of q iff p is causally related to q, the end of p precedes the end of q, and p is not an occurrent part of q." .