https://cacontology.projectvic.org/us/ncmec#usesExtractedIdentifierSet
Links a jurisdiction routing assessment to the extracted identifier set (and enrichment results) it relies on.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment | cacontology-us-ncmec:usesExtractedIdentifierSet | cacontology-us-ncmec:CybertipExtractedIdentifierSet |
@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#> .
cacontology-us-ncmec:usesExtractedIdentifierSet a owl:ObjectProperty ;
rdfs:label "uses extracted identifier set"@en ;
rdfs:comment "Links a jurisdiction routing assessment to the extracted identifier set (and enrichment results) it relies on."@en ;
rdfs:domain cacontology-us-ncmec:CybertipJurisdictionRoutingAssessment ;
rdfs:range cacontology-us-ncmec:CybertipExtractedIdentifierSet .