preparing dm for PR
authorLuc Moreau <l.moreau@ecs.soton.ac.uk>
Tue, 12 Feb 2013 15:33:44 +0000
changeset 5560 765567357eea
parent 5559 5f4fd8171b94 (current diff)
parent 5558 583cf8cf559e (diff)
child 5561 89f871f0bbdf
preparing dm for PR
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl	Tue Feb 12 15:32:54 2013 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_hadMember.ttl	Tue Feb 12 15:33:44 2013 +0000
@@ -38,11 +38,11 @@
 :page-by-seat
    a prov:Entity, ex:WikipediaPage;
    prov:specializationOf <http://purl.org/twc/page/wikipedia/us-supreme-court-by-seat>;
-   prov:generatedAtTime "2011-08-31T12:51"^^xsd:dateTime;
+   prov:generatedAtTime "2011-08-31T12:51:00"^^xsd:dateTime;
 .
 
 :page-by-composition
    a prov:Entity, ex:WikipediaPage;
    prov:specializationOf <http://purl.org/twc/page/wikipedia/us-supreme-court-by-composition>;
-   prov:generatedAtTime "2012-05-16T14:33"^^xsd:dateTime;
+   prov:generatedAtTime "2012-05-16T14:33:00"^^xsd:dateTime;
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedCommunication.ttl	Tue Feb 12 15:32:54 2013 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedCommunication.ttl	Tue Feb 12 15:33:44 2013 +0000
@@ -6,8 +6,8 @@
 
 :writing-celebrity-gossip 
    a prov:Activity;
-   prov:wasAttributedTo :journalist;
-   prov:wasInformedBy   :voicemail-interception;
+   prov:wasAssociatedWith :journalist;
+   prov:wasInformedBy     :voicemail-interception;
    prov:qualifiedCommunication [
       a prov:Communication;
       prov:activity :voicemail-interception;
@@ -18,7 +18,7 @@
 
 :voicemail-interception 
    a prov:Activity;
-   prov:wasAttributedTo :private-investigator;
+   prov:wasAssociatedWith :private-investigator;
 .
 
 :private-investigator a prov:Agent .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedRevision.ttl	Tue Feb 12 15:32:54 2013 +0000
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedRevision.ttl	Tue Feb 12 15:33:44 2013 +0000
@@ -11,7 +11,7 @@
       a prov:Revision;
       prov:entity :draft1
    ];
-   prov:wasAssociatedWith :eddie;
+   prov:wasAttributedTo :eddie;
 .
 
 :draft1 a prov:Entity .
--- a/model/prov-constraints.html	Tue Feb 12 15:32:54 2013 +0000
+++ b/model/prov-constraints.html	Tue Feb 12 15:33:44 2013 +0000
@@ -535,10 +535,10 @@
      </style>
 
 <!--    <script src="http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js" class="remove"></script>  -->
-    <script src="http://www.w3.org/Tools/respec/respec-w3c-common" class="remove" async></script> 
-
-    <script src="http://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
-    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
+    <script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" async></script> 
+
+    <script src="https://www.w3.org/2007/OWL/toggles.js" class="remove"></script> 
+    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" class="remove"></script>
 
     <script class="remove">