--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInvalidatedBy.ttl Wed Apr 25 14:09:02 2012 +0100
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInvalidatedBy.ttl Wed Apr 25 14:09:21 2012 +0100
@@ -5,13 +5,11 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix : <http://example.com/> .
-:the-Painter prov:wasInvalidatedBy :Swissair_Flight_111_crash .
-
:the-Painter
a prov:Entity, :Painting;
rdfs:label "Le Peintre"@fr, "The Painter"@en;
prov:wasAttributedTo <http://dbpedia.org/resource/Pablo_Picasso>;
-.
+ prov:wasInvalidatedBy :Swissair_Flight_111_crash .
<http://dbpedia.org/resource/Pablo_Picasso>
a prov:Agent;