Clone URL (Committers only):
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/tutorials%2Frdf_api.mdtext

Hello.

It is difficult to find the source link to "Tutorial 1".

I think because another code block is between the code block of "Tutorial 1" 
and the link.

The change fix it.

Index: trunk/content/tutorials/rdf_api.mdtext
===================================================================
--- trunk/content/tutorials/rdf_api.mdtext      (revision 1655891)
+++ trunk/content/tutorials/rdf_api.mdtext      (working copy)
@@ -129,6 +129,11 @@
 classes for other well known schemas, such as RDF and RDF schema themselves,
 Dublin Core and OWL.</p>
 
+<p>The working code for this example can be found in the /src-examples 
directory of
+the Jena distribution as <a 
href="https://github.com/apache/jena/tree/master/jena-core/src-examples/jena/examples/rdf/Tutorial01.java";>tutorial
 1</a>.  As
+an exercise, take this code and modify it to create a simple VCARD for
+yourself.</p>
+
 <p>The code to create the resource and add the property, can be more
 compactly written in a cascading style:</p>
 
@@ -138,11 +143,6 @@
              .addProperty(VCARD.FN, fullName);</code></pre>
 </blockquote>
 
-<p>The working code for this example can be found in the /src-examples 
directory of
-the Jena distribution as <a 
href="https://github.com/apache/jena/tree/master/jena-core/src-examples/jena/examples/rdf/Tutorial01.java";>tutorial
 1</a>.  As
-an exercise, take this code and modify it to create a simple VCARD for
-yourself.</p>
-
 <p>Now let's add some more detail to the vcard, exploring some more features
 of RDF and Jena.</p>
 

Reply via email to