Ontology Version: 3.1.0

cacontology-us-ncmec:reportingPeriod leaf node


URI

https://cacontology.projectvic.org/us/ncmec#reportingPeriod

Label

reporting period

Description

The reporting period the statistic covers, as stated in the published source (e.g., '2025', 'as of 2025-12-31', '2023-2025 cumulative').

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:AggregateReportStatistic cacontology-us-ncmec:reportingPeriod xsd:string

Implementation

@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-us-ncmec:reportingPeriod a owl:DatatypeProperty ;
    rdfs:label "reporting period"@en ;
    rdfs:comment "The reporting period the statistic covers, as stated in the published source (e.g., '2025', 'as of 2025-12-31', '2023-2025 cumulative')."@en ;
    rdfs:domain cacontology-us-ncmec:AggregateReportStatistic ;
    rdfs:range xsd:string .