--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasAnnotation.ttl Thu Apr 26 09:11:50 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasAnnotation.ttl Thu Apr 26 09:52:38 2012 -0400
@@ -5,12 +5,11 @@
@prefix : <http://example.com/> .
:post112
- a prov:Entity;
- prov:hasAnnotation :parserNote.
-
-:parserNote{
- :parserNote a prov:Note.
- :post112 :parsedAt 2012-04-15T13:00:00-04:00"^^xsd:dateTime.
-
- #Other statements annotating the resource could be added here
-}
+ a prov:Entity;
+ prov:hasAnnotation :myNote;
+.
+
+:myNote
+ a prov:Note;
+ :reputation "excellent";
+.