- From: Provenance Working Group Issue Tracker <sysbot+tracker@w3.org>
- Date: Thu, 01 Nov 2012 20:05:48 +0000
- To: public-prov-wg@w3.org
PROV-ISSUE-591: delegation PROV-O example missing activity reference [Primer]
http://www.w3.org/2011/prov/track/issues/591
Raised by: Stephan Zednik
On product: Primer
The PROV-N example specifies that ex:derek was acting on behalf of ex:chartgen during the ex:compose activity.
agent(ex:chartgen,
[prov:type='prov:Organization',
foaf:name="Chart Generators Inc"])
actedOnBehalfOf(ex:derek, ex:chartgen, ex:compose)
This reference to ex:compose is not present in the PROV-O encoding of this same example.
ex:derek prov:actedOnBehalfOf ex:chartgen .
ex:chartgen a prov:Agent ;
a prov:Organization ;
foaf:name "Chart Generators Inc" .
Received on Thursday, 1 November 2012 20:05:49 UTC