core:TraceEvent leaf node


URI

https://w3id.org/agent-ontology/core#TraceEvent

Label

TraceEvent

Description

A verifiable record linking an Agent, an Action, and contextual constraints.

Usage

Instances of core:TraceEvent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class core:TraceEvent
core:timestamp owl:DatatypeProperty Timestamp corresponding to the trace event. xsd:dateTime

Implementation

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

core:TraceEvent a owl:Class ;
    rdfs:label "TraceEvent" ;
    rdfs:comment "A verifiable record linking an Agent, an Action, and contextual constraints." .