- From: Bijan Parsia <bparsia@cs.man.ac.uk>
- Date: Mon, 6 Apr 2009 21:17:53 +0100
- To: OWL 2 <public-owl-wg@w3.org>
The schema is now functional.
The problem was in my transliteration, I mapped sparql nonterminals
to entities. But, in some cases, this messed up the grouping in the
expressions.
But:
<?xml version="1.0" encoding="UTF-8"?>
<Ontology xmlns="http://www.w3.org/2002/07/owl#"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.w3.org/2002/07/owl# file:/Users/
bparsia/Documents/umpapers/DLista/2009/owlwg/owlxml.xsd">
<Prefix name="dd34affdas23.4" IRI="fadfas"/>
<Declaration>
<Class abbreviatedIRI=":"/>
</Declaration>
</Ontology>
Validates now.
If people find other bugs please let me know.
I probably won't get to fixing references tonight...sorry!
Cheers,
Bijan.
Received on Monday, 6 April 2009 20:14:07 UTC