Re: How to interpret PROV-XML's //prov:actedOnBehalfOf/prov:activity/@prov:ref

On Dec 12, 2012, at 10:28 AM, Timothy Lebo <lebot@rpi.edu> wrote:

> Thanks, Stephan.
> 
> Sorry, I had a bit of DM->O cobwebs.
> 
> I think it's:
> 
> <ag1> prov:qualifiedDelegation [ a prov:Delegation; prov:agent <ag2>; <prov:hadActivity <a> ] .
> 
> Right?
> 
> -Tim

That looks correct.

Here is the mapping for delegation as best I can tell (agrees with what you have above).

PROV-DM params PROV-XML elements PROV-O properties
delegate prov:delegate inverse of prov:qualifiedDelegation (not defined)
responsible prov:responsible prov:agent
activity prov:activity prov:hadAgent

--Stephan

> 
> 
> On Dec 12, 2012, at 12:08 PM, Stephan Zednik <zednis@rpi.edu> wrote:
> 
>> from http://www.w3.org/TR/prov-dm/#dfn-actedonbehalfof
>> 
>> A delegation ◊ link, written actedOnBehalfOf(id; ag2, ag1, a, attrs) in PROV-N, has:
>> activity: an optional identifier (a) of an activity for which the delegation link holds;
>>> 
>>>   <prov:actedOnBehalfOf>
>>>     <prov:delegate prov:ref="ag1"/>
>>>     <prov:responsible prov:ref="ag2"/>
>>>     <prov:activity prov:ref="a"/>
>>>     <prov:type xsi:type="xsd:QName">line-management</prov:type>
>>>   </prov:actedOnBehalfOf>
> 

Received on Wednesday, 12 December 2012 17:40:29 UTC