merge
authorTim L <lebot@rpi.edu>
Fri, 17 Aug 2012 18:16:59 -0400
changeset 4348 055a9a3a3912
parent 4347 7ddab89d8de8 (current diff)
parent 4346 726e0d3d6afd (diff)
child 4349 284e71d2aa0a
merge
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasAnnotation.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/old/property_hasAnnotation.ttl	Fri Aug 17 18:16:59 2012 -0400
@@ -0,0 +1,15 @@
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
+@prefix owl:  <http://www.w3.org/2002/07/owl#> .
+@prefix prov: <http://www.w3.org/ns/prov#> .
+@prefix :     <http://example.com/> .
+
+:post112 
+   a prov:Entity;
+   prov:hasAnnotation :myNote;
+.
+   
+:myNote 
+   a prov:Note;
+   :reputation "excellent";
+.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadPlan.ttl	Fri Aug 17 18:16:20 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadPlan.ttl	Fri Aug 17 18:16:59 2012 -0400
@@ -8,15 +8,13 @@
    a prov:Activity; 
    prov:wasAssociatedWith :derek, 
                           :steve;
-   prov:qualifiedAssociation :steve-checking-style-guide;
-.
-
-:steve-checking-style-guide
-   a prov:Association;
-   prov:agent   :steve;
-   prov:hadRole :stylist;
-   prov:hadPlan :style-guide;
-   rdfs:comment "Steve followed the style guide"@en;
+   prov:qualifiedAssociation [
+	   a prov:Association;
+	   prov:agent   :steve;
+	   prov:hadRole :stylist;
+	   prov:hadPlan :style-guide;
+	   rdfs:comment "Steve followed the style guide"@en;
+	];
 .
 
 :style-guide
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hasAnnotation.ttl	Fri Aug 17 18:16:20 2012 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
-@prefix xsd:  <http://www.w3.org/2001/XMLSchema#> .
-@prefix owl:  <http://www.w3.org/2002/07/owl#> .
-@prefix prov: <http://www.w3.org/ns/prov#> .
-@prefix :     <http://example.com/> .
-
-:post112 
-   a prov:Entity;
-   prov:hasAnnotation :myNote;
-.
-   
-:myNote 
-   a prov:Note;
-   :reputation "excellent";
-.
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedStart.ttl	Fri Aug 17 18:16:20 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedStart.ttl	Fri Aug 17 18:16:59 2012 -0400
@@ -11,8 +11,8 @@
    prov:wasStartedBy :researcher;
    prov:qualifiedStart [
       a prov:Start;
-      prov:entity    :researcher;
-      prov:atTime    "2011-07-06T01:48:36Z"^^xsd:dateTime;
+      prov:entity     :researcher;
+      prov:atTime     "2011-07-06T01:48:36Z"^^xsd:dateTime;
       prov:atLocation :scienceLab_003;
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInvalidatedBy.ttl	Fri Aug 17 18:16:20 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_wasInvalidatedBy.ttl	Fri Aug 17 18:16:59 2012 -0400
@@ -9,7 +9,7 @@
    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:wasInvalidatedBy :Swissair_Flight_111_crash; #The painting was destroyed in an airplane crash
 .
 
 <http://dbpedia.org/resource/Pablo_Picasso> 
--- a/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Fri Aug 17 18:16:20 2012 -0400
+++ b/examples/eg-25-extended-crime-file-example/rdf/extended-crime-file-pt1.ttl	Fri Aug 17 18:16:59 2012 -0400
@@ -75,8 +75,8 @@
 
    :publicationActivity1123 
       a prov:Activity;
-      prov:wasStartedAt      "2011-07-16T01:01:01Z"^^xsd:dateTime;
-      prov:wasEndedAt        "2011-07-16T01:52:02Z"^^xsd:dateTime;
+      prov:startedAtTime     "2011-07-16T01:01:01Z"^^xsd:dateTime;
+      prov:endedAtTime       "2011-07-16T01:52:02Z"^^xsd:dateTime;
       prov:wasAssociatedWith :derek,
                              :postEditor;
       prov:used              :aggregatedByRegions;