qualifiedDelegation
Property
http://www.w3.org/ns/prov#qualifiedDelegation
Class Hierarchy
- qualifiedDelegation
Definition
If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ].
Properties
Domain
Range
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
prov:qualifiedDelegation a owl:ObjectProperty ;
rdfs:label "qualifiedDelegation" ;
rdfs:comment "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ]." ;
rdfs:domain prov:Agent ;
rdfs:isDefinedBy <http://www.w3.org/ns/prov-o#> ;
rdfs:range prov:Delegation ;
rdfs:subPropertyOf prov:qualifiedInfluence ;
skos:definition "If this Agent prov:actedOnBehalfOf Agent :ag, then it can qualify how with prov:qualifiedResponsibility [ a prov:Responsibility; prov:agent :ag; :foo :bar ]." ;
prov:category "qualified" ;
prov:component "agents-responsibility" ;
prov:inverse "qualifiedDelegationOf" ;
prov:sharesDefinitionWith prov:Delegation ;
prov:unqualifiedForm prov:actedOnBehalfOf .