Harold-Solbrig / funowl

Pythonic representation of OWL through the OWL functional syntax
Creative Commons Zero v1.0 Universal
50 stars 5 forks source link

Resolve issue #33 #36

Closed hsolbrig closed 2 years ago

hsolbrig commented 2 years ago

This problem has been resolved in Python 3.10. If you are using Python 3.9 or earlier, use isinstance_ with the underscore. isinstance_ can be imported from funowl.terminals.TypingHelper

Also, changed deprecated call to Graph.load to Graph.parse

Added three test outputs that somehow never got added to test data.