~ improved census example
authorEric Prud'hommeaux <eric@w3.org>
Thu, 22 Mar 2012 14:57:27 -0400
changeset 235 d660e8c24c98
parent 229 e04c5aa64336
child 236 d6ad9d04500b
~ improved census example
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Wed Mar 21 17:42:16 2012 -0400
+++ b/rdf-turtle/index.html	Thu Mar 22 14:57:27 2012 -0400
@@ -491,10 +491,10 @@
 # this is a complete turtle document
 @prefix : <http://example.org/stats> .
 <http://somecountry.example/census2007>
-    :censusYear 2007 ;      # xsd:integer
-    :birthRate 13.5 ;       # xsd:decimal
-    :gdpDollars 14074.2E9 ; # xsd:double
-    :isLandlocked false .   # xsd:boolean
+    :censusYear 2007 ;       # xsd:integer
+    :birthsPerPerson .0135 ; # xsd:decimal
+    :gdpDollars 14074.2E9 ;  # xsd:double
+    :isLandlocked false .    # xsd:boolean
 				</script></pre>
 			</section>