ledger:RuntimeLedgerRecord leaf node


URI

https://w3id.org/agent-ontology/ledger#RuntimeLedgerRecord

Label

RuntimeLedgerRecord

Usage

Instances of ledger:RuntimeLedgerRecord can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE

Implementation

@prefix ledger: <https://w3id.org/agent-ontology/ledger#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ledger:RuntimeLedgerEvent a owl:Class ;
    rdfs:label "RuntimeLedgerEvent" ;
    rdfs:comment "Represents execution of an agent-level runtime action." ;
    rdfs:subClassOf ledger:LedgerEvent .