I not find an exception.
but when I open the file owl obtained in protégé,  information "pretty
marie john" and "john is the name of  instance john' does not exist

the resulting file:
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
    xmlns:owl="http://www.w3.org/2002/07/owl#";
    xmlns:xsd="http://www.w3.org/2001/XMLSchema#";
    xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
    xmlns:j.0="http://www.example.com/onto1#"; >
  <rdf:Description rdf:about="#pretty">
    <rdf:type rdf:resource="#femme"/>
  </rdf:Description>
  <rdf:Description rdf:about="#marier">
    <rdfs:range rdf:resource="#femme"/>
    <rdfs:domain rdf:resource="#homme"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#ObjectProperty"/>
  </rdf:Description>
  <rdf:Description rdf:about="#john">
    <j.0:nom>john</j.0:nom>
    <j.0:marier rdf:resource="#pretty"/>
    <rdf:type rdf:resource="#homme"/>
  </rdf:Description>
  <rdf:Description rdf:about="#femme">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="#homme">
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
  </rdf:Description>
  <rdf:Description rdf:about="#nom">
    <rdfs:domain rdf:resource="#homme"/>
    <rdf:type rdf:resource="http://www.w3.org/2002/07/owl#DatatypeProperty
"/>
  </rdf:Description>
</rdf:RDF>
I do not know the problem: why the information "john marie pretty" does not
appear in protégé

Attachment files present .pprj et .owl

Reply via email to