acc:linkedLedgerEvent leaf node


URI

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

Label

linkedLedgerEvent

Description

Formal relation connecting accountability evaluation to recorded runtime event.

Usage

DOMAINPROPERTYRANGE
acc:AccountabilityEvent acc:linkedLedgerEvent ledger:LedgerEvent

Implementation

@prefix acc: <https://w3id.org/agent-ontology/accountability#> .
@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#> .

acc:linkedLedgerEvent a owl:ObjectProperty ;
    rdfs:comment "Formal relation connecting accountability evaluation to recorded runtime event." ;
    rdfs:domain acc:AccountabilityEvent ;
    rdfs:range ledger:LedgerEvent .