Ontology Version: 2.2.0

cacontology-platforms:ageVerificationMethod leaf node


URI

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

Label

age verification method

Description

The method used for age verification (e.g., 'self-declaration', 'ID verification', 'credit card', 'none').

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:UserVerificationSystem cacontology-platforms:ageVerificationMethod 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:ageVerificationMethod a owl:DatatypeProperty ;
    rdfs:label "age verification method"@en ;
    rdfs:comment "The method used for age verification (e.g., 'self-declaration', 'ID verification', 'credit card', 'none')."@en ;
    rdfs:domain cacontology-platforms:UserVerificationSystem ;
    rdfs:range xsd:string .