https://cacontology.projectvic.org/us/ncmec#statisticTopic
Links an aggregate statistic to the reporting category, program, or concept it describes (e.g., an online enticement category node or the Take It Down service).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-us-ncmec:AggregateReportStatistic | cacontology-us-ncmec:statisticTopic | uco-core:UcoObject |
@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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
cacontology-us-ncmec:statisticTopic a owl:ObjectProperty ;
rdfs:label "statistic topic"@en ;
rdfs:comment "Links an aggregate statistic to the reporting category, program, or concept it describes (e.g., an online enticement category node or the Take It Down service)."@en ;
rdfs:domain cacontology-us-ncmec:AggregateReportStatistic ;
rdfs:range uco-core:UcoObject .