ponto:DistributedLedger


URI

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

Label

Distributed Ledger

Description

A decentralized and distributed digital ledger that is implemented by a network of computers (nodes) that participate in the network.

Superclasses (1)

Usage

Instances of ponto:DistributedLedger can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:DistributedLedger
ponto:hasNetType rdf:Property xsd:string
ponto:hasPR owl:ObjectProperty ponto:PullRequest
ponto:tests owl:ObjectProperty ponto:DistributedLedger

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:DistributedLedger a owl:Class ;
    rdfs:label "Distributed Ledger" ;
    rdfs:comment "A decentralized and distributed digital ledger that is implemented by a network of computers (nodes) that participate in the network." ;
    rdfs:subClassOf ponto:Component .