ponto:LedgerRecord


URI

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

Label

Ledger Record

Description

A digital record that contains information about a specific event or transaction that has occurred on the blockchain.

Superclasses (1)

Usage

Instances of ponto:LedgerRecord can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:LedgerRecord
ponto:decrementsRefCount owl:ObjectProperty A Transaction or an Account can decrement a Reference Counter ponto:ReferenceCounter
ponto:hasReserved owl:ObjectProperty ponto:ReservedBalance
ponto:incrementsRefCount owl:ObjectProperty A Transaction or an Account can increment a Reference Counter ponto:ReferenceCounter
ponto:recordedOn owl:ObjectProperty The block where a record is stored ponto:Block

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:LedgerRecord a owl:Class ;
    rdfs:label "Ledger Record" ;
    rdfs:comment "A digital record that contains information about a specific event or transaction that has occurred on the blockchain." ;
    rdfs:subClassOf ponto:Component .