Ontology Version: 2.2.0

cacontology-us-ncmec:incidentCode leaf node


URI

https://cacontology.projectvic.org/us/ncmec/2.2.0#incidentCode

Label

incident code

Description

The official NCMEC incident type code. Source: NCMEC Cybertip API Section B.1.1, incidentType element.

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:NCMECIncidentType cacontology-us-ncmec:incidentCode xsd:string

Implementation

@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 .