Added the example property_qualifiedInvalidation.ttl
authorkbelhajj
Thu, 24 May 2012 10:07:16 +0100
changeset 2945 1fd1450c924f
parent 2944 863b2ca2c47f
child 2947 fcdd1034b88b
Added the example property_qualifiedInvalidation.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInvalidation.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInvalidation.ttl	Wed May 23 22:39:46 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInvalidation.ttl	Thu May 24 10:07:16 2012 +0100
@@ -4,4 +4,16 @@
 @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: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>;
+   ];
+. 
\ No newline at end of file