Ontology Version: 2.2.0

cacontology-platforms:hashMatchingEnabled leaf node


URI

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

Label

hash matching enabled

Description

Whether the platform uses hash matching against known CSAM databases.

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:ContentModerationCapability cacontology-platforms:hashMatchingEnabled 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:hashMatchingEnabled a owl:DatatypeProperty ;
    rdfs:label "hash matching enabled"@en ;
    rdfs:comment "Whether the platform uses hash matching against known CSAM databases."@en ;
    rdfs:domain cacontology-platforms:ContentModerationCapability ;
    rdfs:range xsd:boolean .