Administrator
|
Hello,
When putting "{true, false}" in the annotation value in Protégé, it is understood by Protégé as a string, not as a list/set of two elements. Thus, with Owlready, you get a string.
You can either parse the string in Python, or use a more "structured" model in the ontology (e.g. with 2 distinct annotation properties, one for each of the boolean).
Jiba
|