Ontology Version: 3.1.0

cacontology-us-ncmec:statisticQualifier leaf node


URI

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

Label

statistic qualifier

Description

Qualifier applied to the statistic value in the published source (e.g., 'more than', 'approximately', 'just over', 'average').

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:AggregateReportStatistic cacontology-us-ncmec:statisticQualifier 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: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 .