DLTOntology:DLTSystem leaf node


URI

https://w3id.org/DLTOntology#DLTSystem

Label

DLTSystem

Description

Test Teststring

Usage

Instances of DLTOntology:DLTSystem can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class DLTOntology:DLTSystem
dc:description owl:DatatypeProperty -- owl:Thing
DLTOntology:hasComponent owl:ObjectProperty It links an individual component to the DLT system. It is used to show what a system is comprised of and to get a better understanding of the elements and building blocks. Such an overview allows for an analysis or or the implementation of measures for a singular component specifically and to tailor solutions to certain requirements. DLTOntology:DLTComponent
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
DLTOntology:isRegulatedBy owl:ObjectProperty As with regular ICT-systems, a distributed ledger system will have to comply with the legal status of the respective country it is used in by any organization. This property connects existing legislation for ICT and DLT systems. DLTOntology:Law
DLTOntology:isSpecializedFor owl:ObjectProperty Not all implementations of distributed ledger systems are the same or similar in their nature and complexion. This property links existing DLT systems which are tailored for the delivery of a specific use case. DLTOntology:UseCase
DLTOntology:isUsedFor owl:ObjectProperty There are certain distributed ledger systems that are specialized for the use in one specific field or industry. This property is used to highlight this exact relation. DLTOntology:BusinessSector

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:DLTSystem a owl:Class ;
    rdfs:label "DLTSystem" ;
    rdfs:comment "Test Teststring"^^xsd:string .