Support for RDF-star in rdflib #1889
akhil821100
started this conversation in
General
Replies: 2 comments 1 reply
-
Additionally, our module also has support for quad-star and n-quad triples. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There's an ongoing programme of existing RDFLib RDF Star work being done in https://github.com/RDFLib/rdflib-rdfstar |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I and my team have created a module for support RDF-star in rdflib. The module iterates through the embedded triples and converts them recursively into n-triple format. Moreover, it also has support for multiple graphs as well.
Beta Was this translation helpful? Give feedback.
All reactions