Ontology Version: 2.2.0

cacontology-platforms:moderationMethod leaf node


URI

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

Label

moderation method

Description

The method used for content moderation (e.g., 'automated', 'human review', 'hybrid', 'user reporting').

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:ContentModerationCapability cacontology-platforms:moderationMethod xsd:string

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