http://www.mobr.ai/ontologies/ponto#LedgerRecord
A digital record that contains information about a specific event or transaction that has occurred on the blockchain.
Instances of ponto:LedgerRecord can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
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 |
@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 .