is causally related to


URI

http://semanticscience.org/resource/isCausallyRelatedTo

Label

is causally related to

Description

a is causally related to b iff there is a causal chain of events from a to b

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is causally related to owl:Thing (inferred)

Implementation

@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sio: <http://semanticscience.org/resource/> .

sio:isCausallyRelatedTo a owl:ObjectProperty ;
    rdfs:label "is causally related to"@en ;
    dct:description "a is causally related to b iff there is a causal chain of events from a to b"@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isCausallyRelatedWith ;
    owl:inverseOf sio:isCausallyRelatedFrom .