table border redefined as style (now HTML5 error)
authorGuus Schreiber <guus.schreiber@vu.nl>
Wed, 05 Feb 2014 21:50:07 +0100
changeset 1813 2641e8f02e1f
parent 1812 db1998ef4b07
child 1814 f70925f25a06
table border redefined as style (now HTML5 error)
rdf-mt/index.html
--- a/rdf-mt/index.html	Wed Feb 05 21:27:16 2014 +0100
+++ b/rdf-mt/index.html	Wed Feb 05 21:50:07 2014 +0100
@@ -87,6 +87,8 @@
 .othertable {background-color: #FDFDFD; padding:0.5em;}
 .tabletitle {font-size: small; font-weight: bolder;}
 
+table { border: 1;}
+
 .technote {
     font-size:small;
     margin: 2em 0em 0em;
@@ -295,7 +297,7 @@
 <p>A <dfn>simple interpretation</dfn> I is a structure consisting of:</p>
 
 <div class="tabletitle">Definition of a simple interpretation.</div>
-<table border="1">
+<table>
   <tr>
         <td class="semantictable">1. A non-empty set IR of resources, called the domain or universe
             of I.
@@ -331,7 +333,7 @@
 
 
   <div class="tabletitle">Semantic conditions for ground graphs.</div>
-  <table border="1">
+  <table>
         <tbody>
 
 
@@ -375,7 +377,7 @@
 <p> Suppose I is a simple interpretation and A is a mapping from a set of blank nodes to the universe IR of I. Define the mapping [I+A] to be I on <a>name</a>s, and A on blank nodes on the set: [I+A](x)=I(x) when x is a <a>name</a> and [I+A](x)=A(x) when x is a blank node; and extend this mapping to triples and RDF graphs using the rules given above for ground graphs. Then the semantic conditions for an RDF graph are:</p>
 
     <div  class="tabletitle">Semantic condition for blank nodes.</div>
-      <table border="1">
+      <table>
         <tbody>
 
 
@@ -524,7 +526,7 @@
 <p>Let D be a set of IRIs <a>identify</a>ing datatypes. A  <strong>(simple)</strong> <dfn>D-interpretation</dfn> is a <a>simple interpretation</a>  which satisfies the following conditions:</p>
 
 <div  class="tabletitle">Semantic conditions for datatyped literals.</div>
-<table border="1">
+<table>
     <tbody>
 <tr><td class="semantictable">If <code>rdf:langString</code> is in D, then for every language-tagged string E with lexical form sss and language tag ttt, IL(E)= &lt; sss, ttt' &gt;, where ttt' is ttt converted to lower case using US-ASCII rules </td></tr>
 
@@ -591,7 +593,7 @@
   set of IRIs with the namespace prefix <code>rdf:</code> .
 
 <div >
-      <table border="1">
+      <table>
         <tbody>
           <tr>
             <td ><dfn>RDF vocabulary</dfn></td>
@@ -611,7 +613,7 @@
 
 <p>An <dfn>RDF interpretation</dfn> <strong>recognizing D</strong> is a <a>D-interpretation</a> I where D includes <code>rdf:langString</code> and <code>xsd:string</code>, and which satisfies:</p>
 <div class="tabletitle">RDF semantic conditions.</div>
-<table  border="1">
+<table>
   <tbody>
     <tr>
       <td class="semantictable" id="rdfsemcond1">x is
@@ -625,7 +627,7 @@
     <p>and satisfies every triple in the following infinite set:</p>
  <div class="tabletitle">RDF axioms.</div>
 
-  <table  border="1">
+  <table>
     <tr>
       <td class="ruletable" id="RDF_axiomatic_triples"><code>rdf:type rdf:type rdf:Property .<br/>
         rdf:subject rdf:type rdf:Property .<br/>
@@ -665,7 +667,7 @@
 <p> The last semantic condition in the above table gives the following entailment pattern for <a>recognize</a>d datatype IRIs: </p>
 
 <div class="tabletitle">RDF entailment pattern.</div>
-<table  border="1" >
+<table>
   <tbody>
     <tr>
       <th > </th>
@@ -694,7 +696,7 @@
 
 <p>In addition, the first RDF semantic condition justifies the following entailment pattern:</p>
 
-<table  border="1" >
+<table>
   <tbody>
     <tr>
       <th > </th>
@@ -742,7 +744,7 @@
   with more complex semantic constraints:</p>
 
     <div >
-      <table border="1">
+      <table>
         <tbody>
           <tr>
             <td ><dfn>RDFS vocabulary</dfn></td>
@@ -779,7 +781,7 @@
    which satisfies the semantic conditions in the following table, and all the triples in the subsequent table of RDFS axiomatic triples. </p>
 
 <div class="tabletitle">RDFS semantic conditions.</div>
-  <table  border="1">
+  <table>
     <tr>
 
     <td class="semantictable" id="rdfssemcond1"> <p>ICEXT(y) is defined to be { x : &lt; x,y &gt; is in IEXT(I(<code>rdf:type</code>)) }</p>
@@ -852,7 +854,7 @@
     <p>
 	</p>
 	  <div class="tabletitle">RDFS axiomatic triples.</div>
-  <table  border="1" id="RDFS_axiomatic_triples">
+  <table id="RDFS_axiomatic_triples">
 
           <tr>
 
@@ -926,7 +928,7 @@
 <p>  Other triples which must be true in all RDFS interpretations
   include the following. This is not a complete set.</p>
   <div class="tabletitle">Some rdfs-valid triples.</div>
-<table  border="1">
+<table>
   <tr>
     <td class="ruletable"><code>rdfs:Resource rdf:type rdfs:Class .<br/>
       rdfs:Class rdf:type rdfs:Class .<br/>
@@ -986,7 +988,7 @@
 <P>RDFS entailment holds for all the following patterns, which correspond closely to the RDFS semantic conditions:</p>
 
 <div class="title">RDFS entailment patterns.</div>
-<table  border="1">
+<table>
   <tbody>
     <tr >
       <th ></th>
@@ -1114,7 +1116,7 @@
 
 <p>This process is clearly correct, in that if it gives a positive result then indeed S does RDF (RDFS) entail E. It is not, however, complete: there are cases of S entailing E which are not detectable by this process. Examples include:</p>
 
-<table  border="1" >
+<table>
   <tbody>
     <tr>
 
@@ -1152,7 +1154,7 @@
 <p>Consider <a class="externalDFN" href="http://www.w3.org/TR/rdf11-concepts/#section-generalized-rdf">generalized RDF triples, graphs, and datasets</a> instead of RDF triples, graphs and datasets (extending the generalization used in [[HORST04]] and following exactly the terms used in [[OWL2-PROFILES]]).  The semantics described in this document applies to the generalization without change, so that the notions of interpretation, satisfiability and entailment can be used freely. Then we can replace the first RDF entailment pattern with the simpler and more direct</p>
 
 <div class="tabletitle">G-RDF-D entailment pattern.</div>
-<table  border="1" >
+<table>
   <tbody>
     <tr>
       <th > </th>
@@ -1279,7 +1281,7 @@
 <h3 id="Reif">Reification</h3>
 
     <div class="c1">
-      <table  border="1">
+      <table>
         <tbody>
           <tr>
             <td class="othertable"><strong>RDF reification vocabulary</strong></td>
@@ -1357,7 +1359,7 @@
 
 <h4 id="containers">RDF containers</h4>
 
-    <table border="1">
+    <table>
       <tbody>
         <tr>
           <td class="othertable"><strong>RDF(S) Container Vocabulary</strong></td>
@@ -1453,7 +1455,7 @@
 
 <h4 id="collections">RDF collections</h4>
 
-    <table  border="1">
+    <table>
       <tbody>
         <tr>
           <td class="othertable"><strong>RDF Collection Vocabulary</strong></td>