Author: hasan
Date: Sat Nov 11 20:48:45 2017
New Revision: 1814970
URL: http://svn.apache.org/viewvc?rev=1814970&view=rev
Log:
CLEREZZA-1017: Fix turtle statement in Tutorial 1
Modified:
clerezza/site/production/getting-started/tutorial/tutorial-01/index.html
Modified:
clerezza/site/production/getting-started/tutorial/tutorial-01/index.html
URL:
http://svn.apache.org/viewvc/clerezza/site/production/getting-started/tutorial/tutorial-01/index.html?rev=1814970&r1=1814969&r2=1814970&view=diff
==============================================================================
--- clerezza/site/production/getting-started/tutorial/tutorial-01/index.html
(original)
+++ clerezza/site/production/getting-started/tutorial/tutorial-01/index.html
Sat Nov 11 20:48:45 2017
@@ -81,7 +81,7 @@
Suppose that we want to store the statement "Hasan is
an Apache Clerezza user" in an RDF Graph. We can rephrase the statement to be
more precise to "There is someone having the first name Hasan, who is an Apache
Clerezza user". This statement can be represented in <a
href="https://www.w3.org/TR/turtle/">Turtle</a>, assuming the use of an example
ontology, as follows.
</p>
<div xmlns="http://www.w3.org/1999/xhtml"
class="tx-blockcode">
-@prefix ex: <http://clerezza.apache.org/2017/01/example#> .
+@prefix ex: <http://clerezza.apache.org/2017/01/example#> .
_:a ex:hasFirstName "hasan" .
_:a ex:isA ex:ClerezzaUser .
</div>