--- 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>