On 14/01/13 16:56, hlel emna wrote:
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
Assumed for the first of those you meant the other way round ("#john
marier #pretty") then they are in the file here ...
<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>
So your jena code has worked.
Perhaps this is some aspect of how you are driving protege, last time I
used it you had to find the instances tab and do some work get useful
information on the instances to be displayed.
Dave