Ontology Version: 3.1.0

cacontology-us-ncmec:statisticValue leaf node


URI

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

Label

statistic value

Description

The primary numeric value of the published statistic.

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:AggregateReportStatistic cacontology-us-ncmec:statisticValue xsd:decimal

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:statisticValue a owl:DatatypeProperty ;
    rdfs:label "statistic value"@en ;
    rdfs:comment "The primary numeric value of the published statistic."@en ;
    rdfs:domain cacontology-us-ncmec:AggregateReportStatistic ;
    rdfs:range xsd:decimal .