https://cacontology.projectvic.org/platforms#encryptionLevel
The level of encryption used by the service (e.g., 'none', 'in-transit', 'end-to-end').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology-platforms:encryptionLevel | xsd:string |
@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:encryptionLevel a owl:DatatypeProperty ;
rdfs:label "encryption level"@en ;
rdfs:comment "The level of encryption used by the service (e.g., 'none', 'in-transit', 'end-to-end')."@en ;
rdfs:range xsd:string .