Ontology Version: 2.11.0

cacontology-synthesis:influencedJurisdiction leaf node


URI

https://cacontology.projectvic.org/synthesis#influencedJurisdiction

Label

influenced jurisdiction

Description

Links a legal instrument to a jurisdiction where it influenced national law or practice (as reported).

Usage

DOMAINPROPERTYRANGE
uco-core:UcoObject cacontology-synthesis:influencedJurisdiction cacontology-multi:Jurisdiction

Implementation

@prefix cacontology-multi: <https://cacontology.projectvic.org/multi-jurisdiction#> .
@prefix cacontology-synthesis: <https://cacontology.projectvic.org/synthesis#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
cacontology-synthesis:influencedJurisdiction a owl:ObjectProperty ;
    rdfs:label "influenced jurisdiction"@en ;
    rdfs:comment "Links a legal instrument to a jurisdiction where it influenced national law or practice (as reported)."@en ;
    rdfs:domain uco-core:UcoObject ;
    rdfs:range cacontology-multi:Jurisdiction .