https://cacontology.projectvic.org/us/ncmec#extractsIdentifierFromCybertip
Links an extraction action to the CyberTip report or report document it processes.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:CybertipIdentifierExtractionAction | cacontology-us-ncmec:extractsIdentifierFromCybertip | cacontology-us-ncmec:NCMECCybertipReport |
@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:extractsIdentifierFromCybertip a owl:ObjectProperty ;
rdfs:label "extracts identifier from cybertip"@en ;
rdfs:comment "Links an extraction action to the CyberTip report or report document it processes."@en ;
rdfs:domain cacontology-us-ncmec:CybertipIdentifierExtractionAction ;
rdfs:range cacontology-us-ncmec:NCMECCybertipReport .