Ontology Version: 2.3.0

cacontology-undercover:requestType leaf node


URI

https://cacontology.projectvic.org/undercover#requestType

Label

request type

Description

Type of explicit content requested (images, videos, video_call).

Usage

DOMAINPROPERTYRANGE
cacontology-undercover:ExplicitMessageRequestAction cacontology-undercover:requestType xsd:string

Implementation

@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@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-undercover:requestType a owl:DatatypeProperty ;
    rdfs:label "request type"@en ;
    rdfs:comment "Type of explicit content requested (images, videos, video_call)."@en ;
    rdfs:domain cacontology-undercover:ExplicitMessageRequestAction ;
    rdfs:range xsd:string .