ledger:RuntimeLedgerEvent leaf node


URI

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

Label

RuntimeLedgerEvent

Description

Represents execution of an agent-level runtime action.

Usage

Instances of ledger:RuntimeLedgerEvent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ledger:RuntimeLedgerEvent
ledger:capabilityVersion owl:DatatypeProperty xsd:string
ledger:environment owl:DatatypeProperty Additional semantic environment markers. xsd:string
ledger:hardwareAnchor owl:DatatypeProperty Hardware-backed attestation anchor. xsd:string
ledger:intent owl:DatatypeProperty High-level semantic intent of an action. xsd:string
ledger:sandboxProfile owl:DatatypeProperty xsd:string
ledger:sideEffect owl:DatatypeProperty xsd:string
ledger:stateChange owl:DatatypeProperty xsd:string
ledger:action owl:ObjectProperty core:Action
ledger:executionContext owl:ObjectProperty core:ExecutionContext
ledger:result owl:ObjectProperty core:ExecutionResult
ledger:usesCapability owl:ObjectProperty cap:Capability
From class ledger:LedgerEvent
ledger:aiActSection owl:DatatypeProperty xsd:string
ledger:appendOnly owl:DatatypeProperty Enforces append-only semantics; always true. xsd:boolean
ledger:eventId owl:DatatypeProperty xsd:string
ledger:hash owl:DatatypeProperty xsd:string
ledger:previousEventHash owl:DatatypeProperty Hash of preceding event in append-only chain. xsd:string
ledger:proofType owl:DatatypeProperty xsd:string
ledger:publicKey owl:DatatypeProperty xsd:string
ledger:riskClassification owl:DatatypeProperty xsd:string
ledger:signature owl:DatatypeProperty xsd:string
ledger:timestamp owl:DatatypeProperty xsd:dateTime
ledger:verifiedBy owl:DatatypeProperty External verification entity or attestation provider. xsd:string
ledger:accountabilityRecord owl:ObjectProperty Connects ledger event to accountability evaluation. acc:AccountabilityEvent
ledger:actor owl:ObjectProperty Agent or principal responsible for the event. agent:Agent
ledger:delegation owl:ObjectProperty Delegation basis authorizing this event. del:Delegation

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 .