ponto:LedgerArchitecture


URI

http://www.mobr.ai/ontologies/ponto#LedgerArchitecture

Label

Ledger Architecture

Description

A specific design and organization of components that make up a distributed and decentralized ledger system. It defines the rules and protocols for how different parts of the system interact with each other to achieve the desired functionality and security.

Superclasses (1)

Usage

Instances of ponto:LedgerArchitecture can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Architecture
ponto:hasComponent owl:ObjectProperty ponto:Component

Implementation

@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix ponto: <http://www.mobr.ai/ontologies/ponto#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ponto:LedgerArchitecture a owl:Class ;
    rdfs:label "Ledger Architecture" ;
    rdfs:comment "A specific design and organization of components that make up a distributed and decentralized ledger system. It defines the rules and protocols for how different parts of the system interact with each other to achieve the desired functionality and security." ;
    rdfs:subClassOf ponto:Architecture .