Ontology Version: 3.1.0

cacontology-us-ncmec:statisticTopic leaf node


URI

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

Label

statistic topic

Description

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).

Usage

DOMAINPROPERTYRANGE
cacontology-us-ncmec:AggregateReportStatistic cacontology-us-ncmec:statisticTopic uco-core:UcoObject

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 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 .