Re: Trying to create triples between two instances, but...

Posted by Luis Antonio Rodriguez on
URL: http://owlready.306.s1.nabble.com/Trying-to-create-triples-between-two-instances-but-tp2900p2901.html

Hi, code works, the fact is:

The names of python variables are the same names of the OWL Individuals.

So the parameters of the code to create a relation are the python variables my_drug = Drug("Ibuprofeno")

But and when we want to make a relation with existing Individuals which we don't need to create?