Ontology Version: 2.2.0

cacontology-infrastructure:anonymityLevel leaf node


URI

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

Label

anonymity level

Description

Level of anonymity provided (basic, enhanced, military-grade).

Usage

DOMAINPROPERTYRANGE
cacontology-infrastructure:AnonymityInfrastructure cacontology-infrastructure:anonymityLevel xsd:string

Implementation

@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@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-infrastructure:anonymityLevel a owl:DatatypeProperty ;
    rdfs:label "anonymity level"@en ;
    rdfs:comment "Level of anonymity provided (basic, enhanced, military-grade)."@en ;
    rdfs:domain cacontology-infrastructure:AnonymityInfrastructure ;
    rdfs:range xsd:string .