Ontology Version: 3.0.0

cacontology-institutional:historicallyDependsOn leaf node


URI

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

Label

historically depends on

Description

Historical dependency between exploitation events (gUFO historical dependency).

Usage

DOMAINPROPERTYRANGE
cac-core:Event cacontology-institutional:historicallyDependsOn cac-core:Event

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-institutional:historicallyDependsOn a owl:ObjectProperty ;
    rdfs:label "historically depends on"@en ;
    rdfs:comment "Historical dependency between exploitation events (gUFO historical dependency)."@en ;
    rdfs:domain cac-core:Event ;
    rdfs:range cac-core:Event .