DLTOntology:DataStructure leaf node


URI

https://w3id.org/DLTOntology#DataStructure

Label

DataStructure

Superclasses (1)

Usage

Instances of DLTOntology:DataStructure can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
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

Implementation

@prefix : <https://w3id.org/DLTOntology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:DataStructure a owl:Class ;
    rdfs:label "DataStructure" ;
    rdfs:subClassOf :DLTComponent .