Re: Use of imported properties on instances
Posted by Jiba on
URL: http://owlready.306.s1.nabble.com/Use-of-imported-properties-on-instances-tp1621p1627.html
Hello,
You can simply use :
a1.hasRank = r1
Owlready identify properties by their name, and do not take into account whether they come from the same ontology or an imported one.
Jiba