ponto:Remarks leaf node


URI

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

Label

Remarks

Description

Remarks are extrinsics with no effect. They provide additional information to external inputs, acting as notes. Remarks are stored alongside block records and do not change the chain's storage; the information is not stored in the chain's trie, but along blocks.

Usage

Instances of ponto:Remarks can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ponto:Extrinsic
ponto:hasExtrinsicId owl:DatatypeProperty xsd:string
ponto:hasXCMTransfer owl:ObjectProperty ponto:XCMTransfer
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:Remarks a owl:Class ;
    rdfs:label "Remarks" ;
    rdfs:comment "Remarks are extrinsics with no effect. They provide additional information to external inputs, acting as notes. Remarks are stored alongside block records and do not change the chain's storage; the information is not stored in the chain's trie, but along blocks." ;
    rdfs:subClassOf ponto:Extrinsic .