https://cacontology.projectvic.org/us/ncmec#statisticUnit
The unit of the statistic value (e.g., 'reports', 'files', 'percent', 'hashes', 'days', 'organizations', 'reports per day').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:AggregateReportStatistic | cacontology-us-ncmec:statisticUnit | 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: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 .