You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/Users/cjm/repos/ontology-access-kit/src/oaklib/implementations/pronto/pronto_implementation.py", line 177, in __post_init__
ontology = Ontology(str(resource.local_path), **kwargs)
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/oaklib-OeQZizwE-py3.9/lib/python3.9/site-packages/pronto/ontology.py", line 283, in __init__
cls(self).parse_from(_handle) # type: ignore
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/oaklib-OeQZizwE-py3.9/lib/python3.9/site-packages/pronto/parsers/rdfxml.py", line 115, in parse_from
self._extract_annotation_property(prop, curies)
File "/Users/cjm/Library/Caches/pypoetry/virtualenvs/oaklib-OeQZizwE-py3.9/lib/python3.9/site-packages/pronto/parsers/rdfxml.py", line 699, in _extract_annotation_property
scope = _SYNONYMS.get(elem_scope.attrib[_NS["rdf"]["resource"]])
KeyError: '{http://www.w3.org/1999/02/22-rdf-syntax-ns#}resource'
The text was updated successfully, but these errors were encountered:
gives
The text was updated successfully, but these errors were encountered: