

bundle ex:author-view

prefix ex <http://example.org/>
prefix w3  <http://www.w3.org/>
prefix tr  <http://www.w3.org/TR/2011/>

entity(tr:WD-prov-dm-20111215, [ prov:type="document", ex:version="2" ])

agent(ex:Luc,     [ prov:type='prov:Person' ])
agent(ex:Paolo,   [ prov:type='prov:Person' ])
agent(ex:Khalid,  [ prov:type='prov:Person' ])
agent(ex:Stephen, [ prov:type='prov:Person' ])
agent(ex:Yolanda, [ prov:type='prov:Person' ])
agent(ex:Ryan,    [ prov:type='prov:Person' ])
agent(ex:Paul,    [ prov:type='prov:Person' ])
agent(ex:Graham,  [ prov:type='prov:Person' ])
agent(ex:Jim,     [ prov:type='prov:Person' ])
agent(ex:Simon,   [ prov:type='prov:Person' ])
agent(ex:James,   [ prov:type='prov:Person' ])
agent(ex:Satya,   [ prov:type='prov:Person' ])

activity(ex:edit1,[prov:type="edit"])

wasGeneratedBy(tr:WD-prov-dm-20111215, ex:edit1)

wasAssociatedWith(ex:edit1, ex:Luc, -,     [prov:role="editor"])
wasAssociatedWith(ex:edit1, ex:Paolo, -,   [prov:role="editor"])
wasAssociatedWith(ex:edit1, ex:Khalid, -,  [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Stephen, -, [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Yolanda, -, [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Ryan, -,    [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Paul, -,    [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Graham, -,  [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Jim, -,     [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Simon, -,   [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:James, -,   [prov:role="contributor"])
wasAssociatedWith(ex:edit1, ex:Satya, -,   [prov:role="contributor"])

endBundle
