https://cacontology.projectvic.org/platforms#hashMatchingEnabled
Whether the platform uses hash matching against known CSAM databases.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-platforms:ContentModerationCapability | cacontology-platforms:hashMatchingEnabled | xsd:boolean |
@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 .