Re: Primer revised for release

Hi Simon

Following the discussion with James on prov-n expressions, I have checked
that the PROV-N expressions in appendix A parse correctly.

I found a problem for

used(ex:compose, ex:dataSet1,   [ prov:role = "ex:dataToCompose"], -)
used(ex:compose, ex:regionList, [ prov:role = "ex:regionsToAggregteBy"], -)

they should be:

   used(ex:compose, ex:dataSet1, -,   [ prov:role = "ex:dataToCompose"])
   used(ex:compose, ex:regionList, -, [ prov:role = 
"ex:regionsToAggregteBy"])

Cheers,
Luc


PS For info, file available at 
https://github.com/lucmoreau/ProvToolbox/blob/master/asn/src/test/resources/prov/primer.pn

On 04/19/2012 11:53 AM, Miles, Simon wrote:
> Hello all,
> Ahead of today's vote, the primer has now also been updated to address 
> the comments received from reviewers (none of which were blocking).
> http://dvcs.w3.org/hg/prov/raw-file/default/primer/Primer.html
> Thanks,
> Simon
> Dr Simon Miles
> Senior Lecturer, Department of Informatics
> Kings College London, WC2R 2LS, UK
> +44 (0)20 7848 1166
> Automatically Adapting Source Code to Document Provenance:
> http://eprints.dcs.kcl.ac.uk/1397/

-- 
Professor Luc Moreau
Electronics and Computer Science   tel:   +44 23 8059 4487
University of Southampton          fax:   +44 23 8059 2865
Southampton SO17 1BJ               email: l.moreau@ecs.soton.ac.uk
United Kingdom                     http://www.ecs.soton.ac.uk/~lavm

Received on Thursday, 19 April 2012 14:06:07 UTC