https://cacontology.projectvic.org/us/ncmec#recommendedJurisdiction
Links a routing assessment to the jurisdiction or agency recommended for follow-up (e.g., a cacontology-multi:Jurisdiction instance or an Organization).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment | cacontology-us-ncmec:recommendedJurisdiction | uco-core:UcoObject |
@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 .