acc:ResponsibilityAttribution leaf node


URI

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

Label

ResponsibilityAttribution

Description

Assigns responsibility among agents or principals based on execution evidence.

Usage

Instances of acc:ResponsibilityAttribution can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class acc:ResponsibilityAttribution
acc:rationale owl:DatatypeProperty xsd:string
acc:assignedTo owl:ObjectProperty agent:Agent

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:ResponsibilityAttribution a owl:Class ;
    rdfs:label "ResponsibilityAttribution" ;
    rdfs:comment "Assigns responsibility among agents or principals based on execution evidence." .