Syntax fixed
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Tue, 03 Jul 2012 11:23:31 +0100
changeset 3667 d3380062f338
parent 3666 d6690e7efffd
child 3668 204199d2cfde
Syntax fixed

class:Note should be asserted in same graph as other prov: statements
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Note.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Note.ttl	Tue Jul 03 11:09:55 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Note.ttl	Tue Jul 03 11:23:31 2012 +0100
@@ -5,13 +5,14 @@
 @prefix :     <http://example.com/> .
 
 :post112 
-   a prov:Entity;
-   prov:hasAnnotation :parserNote;
+   a prov:Entity ;
+   prov:hasAnnotation :parserNote ;
 .
    
+:parserNote a prov:Note .
+
 :parserNote {
-   :parserNote a prov:Note.
-   :post112 :parsedAt "2012-04-15T13:00:00-04:00"^^xsd:dateTime.
+   :post112 :parsedAt "2012-04-15T13:00:00-04:00"^^xsd:dateTime .
 
    # Other statements annotating the resource could be added here
 }