Added the following examples pairKey.ttl and pairValue.ttl
authorkbelhajj
Mon, 04 Jun 2012 11:13:22 +0100
changeset 3164 ef581e6725d3
parent 3163 318372af5976
child 3165 b2709461b127
Added the following examples pairKey.ttl and pairValue.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairKey.ttl
examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairValue.ttl
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairKey.ttl	Sat Jun 02 00:25:25 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairKey.ttl	Mon Jun 04 11:13:22 2012 +0100
@@ -4,4 +4,10 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:baseball-team-player a prov:KeyValuePair;
+         prov:pairKey   "first-baseman"^^xsd:string;
+         prov:pairValue <http://dbpedia.org/resource/Jim_Thorpe>;
+.         
+
+<http://dbpedia.org/resource/Jim_Thorpe> a prov:Entity .
+
--- a/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairValue.ttl	Sat Jun 02 00:25:25 2012 -0400
+++ b/examples/eg-24-prov-o-html-examples/rdf/create/rdf/property_pairValue.ttl	Mon Jun 04 11:13:22 2012 +0100
@@ -4,4 +4,10 @@
 @prefix prov: <http://www.w3.org/ns/prov#> .
 @prefix :     <http://example.com/> .
 
-# TODO
+:baseball-team-player a prov:KeyValuePair;
+         prov:pairKey   "first-baseman"^^xsd:string;
+         prov:pairValue <http://dbpedia.org/resource/Jim_Thorpe>;
+.         
+
+<http://dbpedia.org/resource/Jim_Thorpe> a prov:Entity .
+