http://www.mobr.ai/ontologies/ponto#LedgerArchitecture
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.
Instances of ponto:LedgerArchitecture can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class ponto:Architecture | |||
ponto:hasComponent | owl:ObjectProperty | ponto:Component |
@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 .