removed named graph and parsedAt, replaced with DM example of reputation
authorTim L <lebot@rpi.edu>
Thu, 26 Apr 2012 09:52:38 -0400
changeset 2558 e2a8b91db31f
parent 2557 d108c237d9a8
child 2564 9e3f2a1a8574
child 2565 ccb0ba367f55
removed named graph and parsedAt, replaced with DM example of reputation
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasAnnotation.ttl
--- 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";
+.