You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2012/09/11 17:55:34 UTC

svn commit: r831712 - in /websites/staging/jena/trunk/content: ./ tutorials/sparql_data/vc-db-2.rdf

Author: buildbot
Date: Tue Sep 11 15:55:34 2012
New Revision: 831712

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/tutorials/sparql_data/vc-db-2.rdf

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Sep 11 15:55:34 2012
@@ -1 +1 @@
-1380856
+1383458

Modified: websites/staging/jena/trunk/content/tutorials/sparql_data/vc-db-2.rdf
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/sparql_data/vc-db-2.rdf (original)
+++ websites/staging/jena/trunk/content/tutorials/sparql_data/vc-db-2.rdf Tue Sep 11 15:55:34 2012
@@ -6,7 +6,7 @@
 
   <rdf:Description rdf:about="http://somewhere/JohnSmith/">
     <vCard:FN>John Smith</vCard:FN>
-    <info:age>25</info:age>
+    <info:age rdf:datatype='http://www.w3.org/2001/XMLSchema#integer'>25</info:age>
     <vCard:N rdf:parseType="Resource">
 	<vCard:Family>Smith</vCard:Family>
 	<vCard:Given>John</vCard:Given>
@@ -15,7 +15,7 @@
 
   <rdf:Description rdf:about="http://somewhere/RebeccaSmith/">
     <vCard:FN>Becky Smith</vCard:FN>
-    <info:age>23</info:age>
+    <info:age rdf:datatype='http://www.w3.org/2001/XMLSchema#integer'>23</info:age>
     <vCard:N rdf:parseType="Resource">
 	<vCard:Family>Smith</vCard:Family>
 	<vCard:Given>Rebecca</vCard:Given>