Skip to content

Conversation

@Kibubu
Copy link
Contributor

@Kibubu Kibubu commented Sep 5, 2025

Fixes #1

Fix parameter graph_format not psssed to graph object Fix parameter graph_format not passed to endpoint

The graph format parameter was not passed to the endpoint, resulting in always passing None

Fix graph structure unfit for multiple graphs

The default rdflib.Graph is not able to serve files that have multiple named graphs defined.

fixed by changing to ConjunctiveGraph

Fix parameter graph_format not psssed to graph object
Fix parameter graph_format not passed to endpoint

The graph format parameter was not passed to the endpoint, resulting in always passing None

Fix graph structure unfit for multiple graphs

The default rdflib.Graph is not able to serve files that have multiple named graphs defined.

fixed by changing to ConjunctiveGraph
@white-gecko
Copy link
Member

Congratulations to being the first contributor!
Thank you for your pull-request. ConjunctiveGraph is deprecated in rdflib in favor of Dataset. Could you change your pr to use Dataset instead?
I have also just added tests, in the hope to cover the current behavior. I would be glad if you could also extend the tests to cover your changes?

@white-gecko white-gecko merged commit a66292e into AKSW:main Sep 8, 2025
1 check passed
@Kibubu Kibubu deleted the Fix-trig-error branch September 8, 2025 22:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rdflib.exceptions.ParserError on trig files

2 participants