Administrator
|
Hi,
Yes, you need to prefix entities with the name of the ontology.
You can avoid using the prefix for a given entity as follows:
entity = onto.entity
You can also do it for all entities using a loop and the globals() or locals() Python functions, but it requires to load all entities from the quadstore so it is not a good idea.
Jiba
|