- From: Thorsten Liebig <thorsten.liebig@uni-ulm.de>
- Date: Mon, 20 Nov 2006 12:57:44 +0100
- To: public-owl-dev@w3.org
Hi,
in the course of playing around with the new OWL 1.1 schema
I discovered a typo at the very beginning of the schema specification
(http://owl1-1.cs.manchester.ac.uk/schema/owl1.1.xsd)
There are duplicate "http://" within the owl namespace and the
targetNamespace:
<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:owl="http://http://www.w3.org/2002/07/owl#"
targetNamespace="http://http://www.w3.org/2002/07/owl#"
....
Regards,
Thorsten
Received on Monday, 20 November 2006 15:22:21 UTC