Ontology Version: 3.1.0

cacontology-us-ncmec:statisticUnit leaf node


URI

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

Label

statistic unit

Description

The unit of the statistic value (e.g., 'reports', 'files', 'percent', 'hashes', 'days', 'organizations', 'reports per day').

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:AggregateReportStatistic cacontology-us-ncmec:statisticUnit 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:statisticUnit a owl:DatatypeProperty ;
    rdfs:label "statistic unit"@en ;
    rdfs:comment "The unit of the statistic value (e.g., 'reports', 'files', 'percent', 'hashes', 'days', 'organizations', 'reports per day')."@en ;
    rdfs:domain cacontology-us-ncmec:AggregateReportStatistic ;
    rdfs:range xsd:string .