https://w3id.org/agent-ontology/ledger#RuntimeLedgerRecord
Instances of ledger:RuntimeLedgerRecord can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|
@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 .