https://cacontology.projectvic.org/us/ncmec#statisticQualifier
Qualifier applied to the statistic value in the published source (e.g., 'more than', 'approximately', 'just over', 'average').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:AggregateReportStatistic | cacontology-us-ncmec:statisticQualifier | 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:statisticQualifier a owl:DatatypeProperty ;
rdfs:label "statistic qualifier"@en ;
rdfs:comment "Qualifier applied to the statistic value in the published source (e.g., 'more than', 'approximately', 'just over', 'average')."@en ;
rdfs:domain cacontology-us-ncmec:AggregateReportStatistic ;
rdfs:range xsd:string .