--- a/rdf-turtle/index.html Fri Jun 22 10:51:09 2012 -0700
+++ b/rdf-turtle/index.html Wed Jun 27 08:32:07 2012 -0700
@@ -185,7 +185,7 @@
<#spiderman>
rel:enemyOf <#green-goblin> ;
a foaf:Person ;
- foaf:name "Spiderman", "Spïdermann"@de .</script></pre>
+ foaf:name "Spiderman", "Человек-паук"@ru .</script></pre>
<p>
This example introduces many of features of the Turtle language:
<a href="#relative-iris">@base and Relative IRIs</a>,
@@ -237,10 +237,10 @@
This expresses a series of RDF Triples with the corresponding subject and predicate and a each object allocated to one triple.
Thus, the <code>,</code> symbol is used to repeat the subject and predicate of triples that only differ in the object RDF term.</p>
<p>These two examples are equivalent ways of writing Spiderman's name in two languages.<p>
- <pre class="example"><script type="text/turtle"><http://example.org/#spiderman> <http://xmlns.com/foaf/0.1/name> "Spiderman", "Spïdermann"@de .
+ <pre class="example"><script type="text/turtle"><http://example.org/#spiderman> <http://xmlns.com/foaf/0.1/name> "Spiderman", "Человек-паук"@ru .
</script></pre>
<pre class="example"><script type="text/turtle"><http://example.org/#spiderman> <http://xmlns.com/foaf/0.1/name> "Spiderman" .
-<http://example.org/#spiderman> <http://xmlns.com/foaf/0.1/name> "Spïdermann"@de .
+<http://example.org/#spiderman> <http://xmlns.com/foaf/0.1/name> "Человек-паук"@ru .
</script></pre>
</section>