ponto:Blockchain


URI

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

Label

Blockchain

Description

A distributed database that maintains a continuously growing list of ordered ledger records, called blocks.

Usage

Instances of ponto:Blockchain 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:Blockchain a owl:Class ;
    rdfs:label "Blockchain" ;
    rdfs:comment "A distributed database that maintains a continuously growing list of ordered ledger records, called blocks." ;
    rdfs:subClassOf ponto:DistributedLedger .