Ontology Version: 2.2.0

cacontology-platforms:anonymityLevel leaf node


URI

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

Label

anonymity level

Description

Level of anonymity provided (full_anonymous, pseudo_anonymous, semi_verified, fully_verified).

Usage

DOMAINPROPERTYRANGE
cacontology-platforms:AnonymityProtectionLevel cacontology-platforms:anonymityLevel 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:anonymityLevel a owl:DatatypeProperty ;
    rdfs:label "anonymity level"@en ;
    rdfs:comment "Level of anonymity provided (full_anonymous, pseudo_anonymous, semi_verified, fully_verified)."@en ;
    rdfs:domain cacontology-platforms:AnonymityProtectionLevel ;
    rdfs:range xsd:string .