acc:AccountabilityEvent leaf node


URI

https://w3id.org/agent-ontology/accountability#AccountabilityEvent

Label

AccountabilityEvent

Description

Evaluative record assessing correctness, authorization, and compliance for an executed action.

Usage

Instances of acc:AccountabilityEvent can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class acc:AccountabilityEvent
acc:eventId owl:DatatypeProperty xsd:string
acc:intent owl:DatatypeProperty xsd:string
acc:timestamp owl:DatatypeProperty xsd:dateTime
acc:action owl:ObjectProperty core:Action
acc:actor owl:ObjectProperty agent:Agent
acc:compliance owl:ObjectProperty acc:ComplianceAssessment
acc:delegationChain owl:ObjectProperty acc:DelegationBasis
acc:linkedLedgerEvent owl:ObjectProperty Formal relation connecting accountability evaluation to recorded runtime event. ledger:LedgerEvent
acc:responsibility owl:ObjectProperty acc:ResponsibilityAttribution

Implementation

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

acc:AccountabilityEvent a owl:Class ;
    rdfs:label "AccountabilityEvent" ;
    rdfs:comment "Evaluative record assessing correctness, authorization, and compliance for an executed action." .