Prefer a list to just text
authorGavin Carothers <gavin@carothers.name>
Fri, 30 Mar 2012 12:52:44 -0700
changeset 250 a39a922e1a50
parent 249 7f93978f04a9
child 251 97caa695bdb3
child 255 dc2c6425ca8a
Prefer a list to just text
rdf-turtle/index.html
--- a/rdf-turtle/index.html	Fri Mar 30 11:07:21 2012 -0700
+++ b/rdf-turtle/index.html	Fri Mar 30 12:52:44 2012 -0700
@@ -257,7 +257,12 @@
 				  Subsequent <code>@prefix</code> directives may re-map the same prefix label. </p>
 
 				  <p>
-				  	To write <code>http://www.perceive.net/schemas/relationship/enemyOf</code> using a prefixed name:  Define a prefix label for <code>http://www.perceive.net/schemas/relationship/</code>. <code>@prefix rel: &lt;http://www.perceive.net/schemas/relationship/> .</code>. Then write <code>rel:enemyOf</code> which is equalivate to writing <code>&lt;http://www.perceive.net/schemas/relationship/enemyOf></code>.
+				  	To write <code>http://www.perceive.net/schemas/relationship/enemyOf</code> using a prefixed name: 
+				  	<ol>
+				  		<li>Define a prefix label for the vocabulary IRI <code>http://www.perceive.net/schemas/relationship/</code> as <code>@prefix rel: &lt;http://www.perceive.net/schemas/relationship/> .</code> </li>
+			  			<li>Then write <code>rel:enemyOf</code> which is equalivate to writing <code>&lt;http://www.perceive.net/schemas/relationship/enemyOf></code></li>
+			  		</ol>
+
 				  </p>
 				  <pre class="example"><script type="text/turtle">@prefix rel: <http://www.perceive.net/schemas/relationship/> .