Unable to print properties using get_properties() function

Posted by Gopi on
URL: http://owlready.306.s1.nabble.com/Unable-to-print-properties-using-get-properties-function-tp2405.html

Hi,
we are trying to print properties associated with a certain instance(obs). However, we are getting TypeError: get_properties() missing 1 required positional argument: 'self'

code:
obs = IRIS["http://purl.bioontology.org/ontology/OMIM/606915"]
print(obs.get_properties())

Please help us resolve this issue.

Regards,
Gopi