formatting
authorGuus Schreiber <guus.schreiber@vu.nl>
Thu, 14 Nov 2013 13:09:13 +0100
changeset 1339 b4d8f813547f
parent 1338 047e0c22e6d6
child 1340 9b7c5304670e
formatting
rdf-schema/index.html
--- a/rdf-schema/index.html	Thu Nov 14 13:01:53 2013 +0100
+++ b/rdf-schema/index.html	Thu Nov 14 13:09:13 2013 +0100
@@ -383,7 +383,7 @@
 <p>The triple</p>
 
 <blockquote>
-  <code>>P rdfs:range C</code>
+  <code>P rdfs:range C</code>
 </blockquote>
 		<p>states that P is an instance of the class <a
 href="#ch_property"><code>rdf:Property</code></a>, that C is an instance of the class <a href="#ch_class"><code>rdfs:Class</code></a> and that the resources denoted by  the objects of triples whose predicate is P are instances of the class C.</p>
@@ -413,7 +413,7 @@
 		<p>A triple of the form:</p>
 
 <blockquote>
-  <p>P rdfs:domain C</p>
+  <code>P rdfs:domain C</code>
 </blockquote>
 		<p>states that P is an instance of the class <code><a href="#ch_property">rdf:Property</a></code>, that C is a instance of the class <code><a href="#ch_class">rdfs:Class</a></code> and that the resources denoted by the subjects of triples whose predicate is P are instances of the class C.</p>
 		<p>Where a property P has more than one rdfs:domain property, then the resources denoted by subjects of triples with predicate P are instances of all the classes stated by the <code>rdfs:domain</code> properties.</p>
@@ -438,7 +438,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>R rdf:type C</p>
+  <code>R rdf:type C</code>
 </blockquote>
 
 <p>states that C is an instance of <a
@@ -457,7 +457,7 @@
 <p>The property <code>rdfs:subClassOf</code> is an instance of <code><a href="#ch_property">rdf:Property</a></code> that is used to state that all the instances of one class are instances of another.</p>
 		<p>A triple of the form:</p>
 		<blockquote>
-  <p>C1 rdfs:subClassOf C2</p>
+  <code>C1 rdfs:subClassOf C2</code>
 </blockquote>
 
 <p>states that C1 is an instance of <code><a
@@ -479,7 +479,7 @@
 <p>The property <code>rdfs:subPropertyOf</code> is an instance of <code><a href="#ch_property">rdf:Property</a></code> that is used to state that all resources related by one property are also related by another.</p>
 		<p>A triple of the form:</p>
 		<blockquote>
-  <p>P1 rdfs:subPropertyOf P2</p>
+  <code>P1 rdfs:subPropertyOf P2</code>
 </blockquote>
 
 <p>states that P1 is an instance of <code><a
@@ -504,7 +504,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>R rdfs:label L</p>
+  <code>R rdfs:label L</code>
 </blockquote>
 
 <p>states that L is a human readable label for R.</p>
@@ -529,7 +529,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>R rdfs:comment L</p>
+  <code>R rdfs:comment L</code>
 </blockquote>
 
 <p>states that L is a human readable description of R.</p>
@@ -684,7 +684,7 @@
 <p>Given a container C, a triple of the form:</p>
 
 <blockquote>
-  <p>C rdf:_nnn O</p>
+  <code>C rdf:_nnn O</code>
 </blockquote>
 
 <p>where nnn is the decimal representation of an integer greater than 0 with
@@ -755,7 +755,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>L rdf:first O</p>
+  <code>L rdf:first O</code>
 </blockquote>
 
 <p>states that there is a first-element relationship between L and O.</p>
@@ -780,7 +780,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>L rdf:rest O</p>
+  <code>L rdf:rest O</code>
 </blockquote>
 
 <p>states that there is a rest-of-list relationship between L and O.</p>
@@ -805,7 +805,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>L rdf:rest rdf:nil</p>
+  <code>L rdf:rest rdf:nil</code>
 </blockquote>
 
 <p>states that L is an instance of <code><a
@@ -875,7 +875,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>S rdf:subject R</p>
+  <code>S rdf:subject R</code>
 </blockquote>
 
 <p>states that S is an instance of <code><a
@@ -900,7 +900,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>S rdf:predicate P</p>
+  <code>S rdf:predicate P</code>
 </blockquote>
 
 <p>states that S is an instance of <code><a
@@ -926,7 +926,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>S rdf:object O</p>
+  <code>S rdf:object O</code>
 </blockquote>
 
 <p>states that S is an instance of <code><a
@@ -961,7 +961,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>S rdfs:seeAlso O</p>
+  <code>S rdfs:seeAlso O</code>
 </blockquote>
 
 <p>states that the resource O may provide additional information about S. It
@@ -989,7 +989,7 @@
 <p>A triple of the form:</p>
 
 <blockquote>
-  <p>S rdfs:isDefinedBy O</p>
+  <code>S rdfs:isDefinedBy O</code>
 </blockquote>
 
 <p>states that the resource O defines S. It may be possible to retrieve