replace prov:key and prov:value with prov:pairKey and prov:pairValue
authorkbelhajj
Wed, 06 Jun 2012 10:06:56 +0100
changeset 3189 68cf58fb7125
parent 3188 31914a4adbab
child 3190 8526c8e4d8bc
replace prov:key and prov:value with prov:pairKey and prov:pairValue
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyDictionary.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Insertion.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_KeyValuePair.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Membership.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByInsertionFrom.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_dictionary.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inserted.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInsertion.ttl
examples/eg-26-provo-collections-narrative/rdf/insertion.ttl
examples/eg-26-provo-collections-narrative/rdf/membership.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyDictionary.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_EmptyDictionary.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -14,12 +14,12 @@
       prov:dictionary :c;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "k1"^^xsd:string;
-         prov:value :e1;
+         prov:pairKey   "k1"^^xsd:string;
+         prov:pairValue :e1;
       ], [ 
          a prov:KeyValuePair;
-         prov:key   "k2"^^xsd:string;
-         prov:value :e2;
+         prov:pairKey   "k2"^^xsd:string;
+         prov:pairValue :e2;
       ];
    ]; 
 . 
\ No newline at end of file
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Insertion.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Insertion.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -13,8 +13,8 @@
       prov:collection :our-old-baseball-team-field-positions;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "first-baseman"^^xsd:string;
-         prov:value <http://dbpedia.org/resource/Jim_Thorpe>;
+         prov:pairKey   "first-baseman"^^xsd:string;
+         prov:pairValue <http://dbpedia.org/resource/Jim_Thorpe>;
       ];
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_KeyValuePair.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_KeyValuePair.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -13,8 +13,8 @@
       prov:collection :our-old-baseball-team-field-positions;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "first-baseman"^^xsd:string;
-         prov:value <http://dbpedia.org/resource/Jim_Thorpe>;
+         prov:pairKey   "first-baseman"^^xsd:string;
+         prov:pairValue <http://dbpedia.org/resource/Jim_Thorpe>;
       ];
    ];
    prov:hadActivity :hiring_jim_thorpe;
@@ -31,13 +31,13 @@
       a prov:Membership;
       prov:member [
          a prov:KeyValuePair;
-         prov:key "first-baseman"^^xsd:string;
-         prov:value :george;
+         prov:pairKey "first-baseman"^^xsd:string;
+         prov:pairValue :george;
       ];
       prov:member [
          a prov:KeyValuePair;
-         prov:key "pitcher"^^xsd:string;
-         prov:value :carl;
+         prov:pairKey "pitcher"^^xsd:string;
+         prov:pairValue :carl;
       ];
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Membership.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/class_Membership.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -16,12 +16,12 @@
       # These are (some of the) members of c1
       prov:member [ 
          a prov:KeyValuePair;
-         prov:key   "k1"^^xsd:string;
-         prov:value :e1;
+         prov:pairKey   "k1"^^xsd:string;
+         prov:pairValue :e1;
       ], [ 
          a prov:KeyValuePair;
-         prov:key   "k2"^^xsd:string;
-         prov:value :e2;
+         prov:pairKey   "k2"^^xsd:string;
+         prov:pairValue :e2;
       ];
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByInsertionFrom.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_derivedByInsertionFrom.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -17,12 +17,12 @@
       prov:dictionary :c;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "k1"^^xsd:string;
-         prov:value :e1;
+         prov:pairKey   "k1"^^xsd:string;
+         prov:pairValue :e1;
       ], [ 
          a prov:KeyValuePair;
-         prov:key   "k2"^^xsd:string;
-         prov:value :e2;
+         prov:pairKey   "k2"^^xsd:string;
+         prov:pairValue :e2;
       ];
    ]; 
 . 
\ No newline at end of file
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_dictionary.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_dictionary.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -13,8 +13,8 @@
       prov:dictionary :c;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "k1"^^xsd:string;
-         prov:value :e1;
+         prov:pairKey   "k1"^^xsd:string;
+         prov:pairValue :e1;
       ];
    ]; 
 . 
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inserted.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_inserted.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -13,8 +13,8 @@
       prov:collection :our-old-baseball-team-field-positions;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "first-baseman"^^xsd:string;
-         prov:value <http://dbpedia.org/resource/Jim_Thorpe>;
+         prov:pairKey   "first-baseman"^^xsd:string;
+         prov:pairValue <http://dbpedia.org/resource/Jim_Thorpe>;
       ];
    ];
 .
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInsertion.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_qualifiedInsertion.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -13,8 +13,8 @@
       prov:collection :our-old-baseball-team-field-positions;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "first-baseman"^^xsd:string;
-         prov:value <http://dbpedia.org/resource/Jim_Thorpe>;
+         prov:pairKey   "first-baseman"^^xsd:string;
+         prov:pairValue <http://dbpedia.org/resource/Jim_Thorpe>;
       ];
    ];
 .
@@ -28,13 +28,13 @@
       a prov:Membership;
       prov:member [
          a prov:KeyValuePair;
-         prov:key "first-baseman"^^xsd:string;
-         prov:value :george;
+         prov:pairKey "first-baseman"^^xsd:string;
+         prov:pairValue :george;
       ];
       prov:member [
          a prov:KeyValuePair;
-         prov:key "pitcher"^^xsd:string;
-         prov:value :carl;
+         prov:pairKey "pitcher"^^xsd:string;
+         prov:pairValue :carl;
       ];
    ];
 .
--- a/examples/eg-26-provo-collections-narrative/rdf/insertion.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-26-provo-collections-narrative/rdf/insertion.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -14,12 +14,12 @@
       prov:dictionary :c;
       prov:inserted [ 
          a prov:KeyValuePair;
-         prov:key   "k1"^^xsd:string;
-         prov:value :e1;
+         prov:pairKey   "k1"^^xsd:string;
+         prov:pairValue :e1;
       ], [ 
          a prov:KeyValuePair;
-         prov:key   "k2"^^xsd:string;
-         prov:value :e2;
+         prov:pairKey   "k2"^^xsd:string;
+         prov:pairValue :e2;
       ];
    ]; 
 . 
--- a/examples/eg-26-provo-collections-narrative/rdf/membership.ttl	Tue Jun 05 18:07:49 2012 -0400
+++ b/examples/eg-26-provo-collections-narrative/rdf/membership.ttl	Wed Jun 06 10:06:56 2012 +0100
@@ -10,12 +10,12 @@
       a prov:Membership;
       prov:member [ 
          a prov:KeyValuePair;
-         prov:key   "k1"^^xsd:string;
-         prov:value :e1
+         prov:pairKey   "k1"^^xsd:string;
+         prov:pairValue :e1
       ], [ 
          a prov:KeyValuePair;
-         prov:key   "k2"^^xsd:string;
-         prov:value :e2
+         prov:pairKey   "k2"^^xsd:string;
+         prov:pairValue :e2
       ];
    ];
 .