https://cacontology.projectvic.org/us/ncmec#percentChangeFromPriorPeriod
Published percentage change of this statistic relative to the prior reporting period (positive for increase, negative for decrease).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:AggregateReportStatistic | cacontology-us-ncmec:percentChangeFromPriorPeriod | xsd:decimal |
@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:percentChangeFromPriorPeriod a owl:DatatypeProperty ;
rdfs:label "percent change from prior period"@en ;
rdfs:comment "Published percentage change of this statistic relative to the prior reporting period (positive for increase, negative for decrease)."@en ;
rdfs:domain cacontology-us-ncmec:AggregateReportStatistic ;
rdfs:range xsd:decimal .