https://w3id.org/DLTOntology#PermissionControl
Instances of DLTOntology:PermissionControl can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class DLTOntology:DLTComponent | |||
DLTOntology:hasVulnerability | owl:ObjectProperty | This property indicates that one or multiple of the components used in a distributed ledger system carry with them one or an array of vulnerabilities. Having an overview of existing vulnerabilities is crucial for securing the system. | DLTOntology:Vulnerability |
DLTOntology:isCompliantTo | owl:ObjectProperty | When it comes to using distributed ledger systems in an enterprise setting, national and/or international standardization can become a necessity. This property expresses compliance to existing standardization or normative references on a system or component level. | DLTOntology:Standard |
@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:PermissionControl a owl:Class ;
rdfs:label "PermissionControl" ;
rdfs:subClassOf :DLTComponent .