https://cacontology.projectvic.org/us/ncmec#producedIdentifierSet
Links an extraction action to the identifier set it produced.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:CybertipIdentifierExtractionAction | cacontology-us-ncmec:producedIdentifierSet | 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:producedIdentifierSet a owl:ObjectProperty ;
rdfs:label "produced identifier set"@en ;
rdfs:comment "Links an extraction action to the identifier set it produced."@en ;
rdfs:domain cacontology-us-ncmec:CybertipIdentifierExtractionAction ;
rdfs:range cacontology-us-ncmec:CybertipExtractedIdentifierSet .