moved down wasInvalidatedBy
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Wed, 25 Apr 2012 14:09:21 +0100
changeset 2527 775f41735d9d
parent 2526 9c9f7824a5df
child 2528 532d62d39967
moved down wasInvalidatedBy
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInvalidatedBy.ttl
--- 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;