Ontology Version: 3.0.0

cacontology-custodial:createsCustodialSituation leaf node


URI

https://cacontology.projectvic.org/custodial#createsCustodialSituation

Label

creates custodial situation

Description

Links custodial event to situation it creates or modifies. Enhanced with gUFO causation patterns.

Usage

DOMAINPROPERTYRANGE
cacontology-custodial:TrustViolation cacontology-custodial:createsCustodialSituation cac-core:Situation

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@prefix cacontology-custodial: <https://cacontology.projectvic.org/custodial#> .
@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-custodial:createsCustodialSituation a owl:ObjectProperty ;
    rdfs:label "creates custodial situation"@en ;
    rdfs:comment "Links custodial event to situation it creates or modifies. Enhanced with gUFO causation patterns."@en ;
    rdfs:domain cacontology-custodial:TrustViolation ;
    rdfs:range cac-core:Situation ;
    rdfs:subPropertyOf gufo:broughtAbout .