We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The PrettyXMLSerializer, despite being mentioned in the documentation as available in default RDFLib for version 7.1.1, is missing from it.
PrettyXMLSerializer
available in default RDFLib
(venv) kwisatz@alai:~/project - main $ pip3 show rdflib Name: rdflib Version: 7.1.1
Error:
rdflib.plugin.PluginException: No plugin registered for (pretty-xml, <class 'rdflib.parser.Parser'>)
and
Traceback (most recent call last): File "/home/kwisatz/.virtualenvs/ludap/lib/python3.11/site-packages/rdflib/plugin.py", line 134, in get p: Plugin[PluginT] = _plugins[(name, kind)] ~~~~~~~~^^^^^^^^^^^^^^ KeyError: ('pretty-xml', <class 'rdflib.parser.Parser'>)
The documentation does not mention in any way that some serializer plug-ins would need to be registered manually.
The text was updated successfully, but these errors were encountered:
I have found that the same is true for e.g. the longturtle format/serializer.
longturtle
Sorry, something went wrong.
No branches or pull requests
The
PrettyXMLSerializer
, despite being mentioned in the documentation asavailable in default RDFLib
for version 7.1.1, is missing from it.Error:
and
The documentation does not mention in any way that some serializer plug-ins would need to be registered manually.
The text was updated successfully, but these errors were encountered: