prov:hadLocation -> prov:activity
authorStian Soiland-Reyes <soiland-reyes@cs.manchester.ac.uk>
Wed, 25 Apr 2012 14:09:02 +0100
changeset 2526 9c9f7824a5df
parent 2523 cfcbfbdc2e3d
child 2527 775f41735d9d
prov:hadLocation -> prov:activity
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl	Wed Apr 25 10:23:53 2012 +0200
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Invalidation.ttl	Wed Apr 25 14:09:02 2012 +0100
@@ -14,9 +14,9 @@
    prov:wasInvalidatedBy :swissair_Flight_111_crash;
    prov:qualifiedInvalidation [
       a prov:Invalidation;
+      prov:activity    :swissair_Flight_111_crash;
       prov:atTime      "2012-09-02T01:31:00Z";
       prov:atLocation  <http://toolserver.org/~geohack/geohack.php?pagename=Swissair_Flight_111&params=44_24_33_N_63_58_25_W_region:CA-NS_type:landmark_scale:500000>;
-      prov:hadLocation :swissair_Flight_111_crash;
    ];
 .