https://cacontology.projectvic.org/us/ncmec#reportingPeriod
The reporting period the statistic covers, as stated in the published source (e.g., '2025', 'as of 2025-12-31', '2023-2025 cumulative').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:AggregateReportStatistic | cacontology-us-ncmec:reportingPeriod | xsd:string |
@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 .