https://cacontology.projectvic.org/platforms#moderationMethod
The method used for content moderation (e.g., 'automated', 'human review', 'hybrid', 'user reporting').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-platforms:ContentModerationCapability | cacontology-platforms:moderationMethod | xsd:string |
@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:moderationMethod a owl:DatatypeProperty ;
rdfs:label "moderation method"@en ;
rdfs:comment "The method used for content moderation (e.g., 'automated', 'human review', 'hybrid', 'user reporting')."@en ;
rdfs:domain cacontology-platforms:ContentModerationCapability ;
rdfs:range xsd:string .