is mutual disposition of leaf node


URI

http://semanticscience.org/resource/isMutualDispositionOf

Label

is mutual disposition of

Description

a is mutual disposition of b if and only if the realization of the disposition a necessarily causes the realization of the disposition b.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) is mutual disposition of 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:isMutualDispositionOf a owl:ObjectProperty,
        owl:SymmetricProperty ;
    rdfs:label "is mutual disposition of"@en ;
    dct:description "a is mutual disposition of b if and only if the realization of the disposition  a necessarily causes the realization of the disposition b."@en ;
    rdfs:isDefinedBy <http://semanticscience.org/ontology/sio/v1.53/sio-subset-labels.owl> ;
    rdfs:subPropertyOf sio:isMutuallyRelatedTo .