I have an ontology that is unnamed, which causes Kepler to show an incorrect error:<br />"Cannot locate ontology: /path-to/ontology.owl"<br /><br />I don't know if you want to support unnamed ontologies.<br /><br />The text of the error is also not selectable, which I think i brought up before<br />and may already have a bug for it.<br /><br /><!-- My ontology --><br /><rdf:RDF ...><br />    <owl:Ontology rdf:about=""><br />    </owl:Ontology><br /><br />    <owl:Class rdf:about="#MyClass"><br />        <rdfs:label rdf:datatype="&xsd;string"<br />            >MyClass</rdfs:label><br />    </owl:Class><br /></rdf:RDF><br /><br />Chris