Ontology Version: 3.1.0

cacontology-us-ncmec:recommendedJurisdiction leaf node


URI

https://cacontology.projectvic.org/us/ncmec#recommendedJurisdiction

Label

recommended jurisdiction

Description

Links a routing assessment to the jurisdiction or agency recommended for follow-up (e.g., a cacontology-multi:Jurisdiction instance or an Organization).

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment cacontology-us-ncmec:recommendedJurisdiction uco-core:UcoObject

Implementation

@prefix cacontology-us-ncmec: <https://cacontology.projectvic.org/us/ncmec#> .
@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-us-ncmec:recommendedJurisdiction a owl:ObjectProperty ;
    rdfs:label "recommended jurisdiction"@en ;
    rdfs:comment "Links a routing assessment to the jurisdiction or agency recommended for follow-up (e.g., a cacontology-multi:Jurisdiction instance or an Organization)."@en ;
    rdfs:domain cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment ;
    rdfs:range uco-core:UcoObject .