Ontology Version: 2.2.0

cacontology-institutional:existentiallyDependsOn leaf node


URI

https://cacontology.projectvic.org/institutional-exploitation#existentiallyDependsOn

Label

existentially depends on

Description

Existential dependency relationship between institutional elements (gUFO dependency).

Usage

DOMAINPROPERTYRANGE
gufo:Object cacontology-institutional:existentiallyDependsOn gufo:Object

Implementation

@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-institutional:existentiallyDependsOn a owl:ObjectProperty ;
    rdfs:label "existentially depends on"@en ;
    rdfs:comment "Existential dependency relationship between institutional elements (gUFO dependency)."@en ;
    rdfs:domain gufo:Object ;
    rdfs:range gufo:Object .