https://w3id.org/agent-ontology/core#TraceEvent
A verifiable record linking an Agent, an Action, and contextual constraints.
Instances of core:TraceEvent can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class core:TraceEvent | |||
| core:timestamp | owl:DatatypeProperty | Timestamp corresponding to the trace event. | xsd:dateTime |
@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." .