Ontology Version: 3.1.0

cacontology-us-ncmec:CybertipJurisdictionRoutingAssessmentShape leaf node


URI

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

Label

CyberTip Jurisdiction Routing Assessment Shape

Description

Validates jurisdiction routing assessments derived from extracted identifiers.

Shape Properties

Instances of cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment
cacontology-us-ncmec:recommendedJurisdiction
cacontology-us-ncmec:usesExtractedIdentifierSet
cacontology-us-ncmec:CyberTipAnalysis
cacontology-us-ncmec:analysisConfidence 0 1 xsd:string
cacontology-us-ncmec:analysisOf 1 1 cacontology-us-ncmec:NCMECCybertipReport
1 1 uco-identity:Person
0 1 xsd:dateTime
1 1 xsd:dateTime

Implementation

@prefix cacontology-us-ncmec: <https://cacontology.projectvic.org/us/ncmec#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-us-ncmec:CybertipJurisdictionRoutingAssessmentShape a sh:NodeShape ;
    rdfs:label "CyberTip Jurisdiction Routing Assessment Shape"@en ;
    rdfs:comment "Validates jurisdiction routing assessments derived from extracted identifiers."@en ;
    sh:property [ sh:message "A routing assessment should reference the identifier set(s) it relies on."@en ;
            sh:nodeKind sh:IRI ;
            sh:path cacontology-us-ncmec:usesExtractedIdentifierSet ],
        [ sh:message "Recommended jurisdiction must reference a jurisdiction or agency node."@en ;
            sh:nodeKind sh:IRI ;
            sh:path cacontology-us-ncmec:recommendedJurisdiction ] ;
    sh:targetClass cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment .