- From: Holger Knublauch <holger@topquadrant.com>
- Date: Mon, 9 Nov 2009 13:57:15 -0800
- To: public-owl-comments@w3.org
Received on Monday, 9 November 2009 21:57:55 UTC
Hi group,
the RDF/XML file currently at
http://www.w3.org/2002/07/owl
hase an error in that all system classes use the OWL namespace, e.g.
<Class rdf:about="&owl;AllDifferent">
<comment>The class of collections of pairwise different
individuals.</comment>
<isDefinedBy rdf:resource="&owl;"/>
<label>AllDifferent</label>
<subClassOf rdf:resource="&rdfs;Resource"/>
</Class>
This does not only mean that the system classes are now instances of
owl:Class, but also that properties such as owl:comment are used. The
properties interestingly have the correct rdf:type.
I guess the conversion script had an error.
Thanks
Holger
Received on Monday, 9 November 2009 21:57:55 UTC