Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] Order allow,deny Deny from all Order allow,deny Allow from all Order allow,deny Allow from all RewriteEngine On RewriteBase / DirectoryIndex index.php RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] small error in S&AS from Guus Schreiber on 2003-07-02 (www-webont-wg@w3.org from July 2003)

small error in S&AS

Peter,

Reading thtrough Appendix A.2 of the editor's draf of S&AS I found:

[[
Let RI' = CEXTI(I(owl:Thing)) + CEXTI(I(owl:ObjectProperty)) + 
CEXTI(I(owl:IndividualProperty)) + CEXTI(I(owl:Class)) + 
CEXTI(I(rdf:List)) + RI, where + is disjoint union.
]]

owl:IndividualProperty -> owl:DatatypeProperty

In fact, you probaly meant it to read:

[[
Let RI' = CEXTI(I(owl:Thing)) + CEXTI(I(owl:DatatypeProperty)) + 
CEXTI(I(owl:ObjectProperty)) + CEXTI(I(owl:Class)) + CEXTI(I(rdf:List)) 
+ RI, where + is disjoint union.
]]

as the text further down says:

[[
In essence the first component of RI' is OWL individuals, the second 
component of RI' is OWL datatype properties, the third component of RI' 
is OWL object properties, ......
]]

Guus

-- 
Free University Amsterdam, Computer Science
De Boelelaan 1081a, 1081 HV Amsterdam, The Netherlands
Tel: +31 20 444 7739/7718
E-mail: schreiber@cs.vu.nl
Home page: http://www.cs.vu.nl/~guus/

Received on Wednesday, 2 July 2003 10:40:20 UTC