Re: http://inferrences/ content ?

Posted by Fla on
URL: http://owlready.306.s1.nabble.com/http-inferrences-content-tp1821p1841.html

Sorry !

« Protégé » do not show anything BUT the file 'my_onto_inferrences_after_reasoning.owl'
contains the the right stuff...

==> It's a  bug for Protégé not for Owlready2 ??

-------------------------------------------------8<--------------------------------------

<?xml version="1.0"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
         xmlns:owl="http://www.w3.org/2002/07/owl#"
         xml:base="http://inferrences/"
         xmlns:onto="http://test.inferences/onto.owl#"
         xmlns="http://inferrences/">

<owl:Ontology rdf:about="http://inferrences"/>

<rdf:Description rdf:about="http://test.inferences/onto.owl#Pierre">
  <onto:hasSon rdf:resource="http://test.inferences/onto.owl#Paul"/>
  <onto:isHappy rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</onto:isHappy>
</rdf:Description>


</rdf:RDF>