- From: James Chartrand <jc.chartrand@gmail.com>
- Date: Mon, 12 May 2014 15:50:37 -0400
- To: public-openannotation@w3.org
Received on Monday, 12 May 2014 19:59:36 UTC
The provenance mapping in the ‘Open Annotation Data Model: Appendices’: http://www.openannotation.org/spec/core/appendices.html#ProvMapping
has the following RDF in the lower part of Figure A: Provenance Mapping:
<anno1> a oa:Annotation ;
a prov:Entity ;
prov:wasGeneratedBy <serializing1> ;
but I think it should be:
<anno1> a oa:Annotation ;
a prov:Entity ;
prov:wasGeneratedBy <annotating1> ;
to correspond with the diagram in part of Figure A:
Is that right?
james
Received on Monday, 12 May 2014 19:59:36 UTC