--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidatedAtTime.ttl Wed Apr 25 14:09:21 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_invalidatedAtTime.ttl Wed Apr 25 14:09:42 2012 +0100
@@ -4,4 +4,9 @@
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix : <http://example.com/> .
-# TODO
+:the-Painter
+ a prov:Entity, :Painting;
+ rdfs:label "Le Peintre"@fr, "The Painter"@en;
+ prov:wasAttributedTo <http://dbpedia.org/resource/Pablo_Picasso>;
+ prov:invalidatedAtTime "2012-09-02T01:31:00Z" .
+