Ontology Version: 2.2.0

cacontology-platforms:csaiDetectionEnabled leaf node


URI

https://cacontology.projectvic.org/platforms#csaiDetectionEnabled

Label

CSAI detection enabled

Description

Whether the platform has Child Sexual Abuse Imagery detection systems enabled.

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:ContentModerationCapability cacontology-platforms:csaiDetectionEnabled xsd:boolean

Implementation

@prefix cacontology-platforms: <https://cacontology.projectvic.org/platforms#> .
@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-platforms:csaiDetectionEnabled a owl:DatatypeProperty ;
    rdfs:label "CSAI detection enabled"@en ;
    rdfs:comment "Whether the platform has Child Sexual Abuse Imagery detection systems enabled."@en ;
    rdfs:domain cacontology-platforms:ContentModerationCapability ;
    rdfs:range xsd:boolean .