langchain.graph RDFGraph does not read .owl extension files #13115
Labels
🤖:bug
Related to a bug, vulnerability, unexpected error with an existing feature
Ɑ: doc loader
Related to document loader module (not documentation)
System Info
Langchain version: 0.0.332
Python version: 3.11.5
Who can help?
@hwchase17
When loading a local .owl file (the standard example pizza.owl) the operation breaks and gives the following error for all the URI:
does not look like a valid URI, trying to serialize this will break.
Here's the traceback
Information
Related Components
Reproduction
Steps to reproduce the behaviour:
Expected behavior
For the graph to load and for graph.get_schema to show the classes and object properties.
The text was updated successfully, but these errors were encountered: