https://cacontology.projectvic.org/us/ncmec/2.2.0#incidentCode
The official NCMEC incident type code. Source: NCMEC Cybertip API Section B.1.1, incidentType element.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:NCMECIncidentType | cacontology-us-ncmec:incidentCode | xsd:string |
@prefix cacontology-us-ncmec: <https://cacontology.projectvic.org/us/ncmec/2.2.0#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-us-ncmec:incidentCode a owl:DatatypeProperty ;
rdfs:label "incident code"@en ;
rdfs:comment "The official NCMEC incident type code. Source: NCMEC Cybertip API Section B.1.1, incidentType element."@en ;
rdfs:domain cacontology-us-ncmec:NCMECIncidentType ;
rdfs:range xsd:string .