Re: PROV-ISSUE-89 (what-entity-attributes): How do we find the attributes of an entity? [Formal Model]

On Sep 17, 2011 3:25 AM, "Timothy Lebo" <lebot@rpi.edu> wrote:

> :pe_4
> a prov:ProcessExecution, prov:Entity, commerce:Purchase;
> dcterms:date "2011-09-20";
> prov:used [
> a commerce:Seller, prov:Role, prov:Entity;
> prov:wasComplementOf <http://data.semanticweb.org/person/tom-heath>;
> ];
> prov:used [
> a commerce:Buyer, prov:Role, prov:Entity;
> prov:wasComplementOf <http://data.semanticweb.org/person/luc-moreau>;
> ];
> prov:used :e2; # The car as owned by Tom, described above and below.
> prov:used [
> a commerce:Payment, prov:Role, prov:Entity;
> rdf:value 25000;
> muo:measuredIn <http://dbpedia.org/resource/Pound_sterling>;
> ];
> prov:generated :e_3; # The car as owned by Luc, described above and below.
> .

I love this example! It certainly convinces me on how to do roles.

Appropriately I am incidently at a Toyota dealership right now, looking at a
blue Auris (what the Corolla is called now), and I believe Luc did not pay a
fair price for :e2 ;)

Received on Saturday, 17 September 2011 10:13:56 UTC