Ontology Version: 2.2.0

cacontology-platforms:identityVerificationRequired leaf node


URI

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

Label

identity verification required

Description

Whether identity verification is required for account creation.

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:UserVerificationSystem cacontology-platforms:identityVerificationRequired xsd:boolean

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:identityVerificationRequired a owl:DatatypeProperty ;
    rdfs:label "identity verification required"@en ;
    rdfs:comment "Whether identity verification is required for account creation."@en ;
    rdfs:domain cacontology-platforms:UserVerificationSystem ;
    rdfs:range xsd:boolean .