-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
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
py-brickschema and Oxigraph #84
Comments
Hi @jansiroky --- I didn't see a notification for this, so sorry for the delay in my reply! Let me look into this and get back to you |
Hi @gtfierro do you have any solution to this issue? Thanks, Jan |
For issue 1, you cannot use the For issue 2, I'm not sure this is possible currently. py-brickschema can use https://pypi.org/project/pyoxigraph/ as a Store for the triples, but requires the underlying graph API to be implemented ( |
Thank you for the reply. Issue 1 - we were able to resolve it according to the suggested procedure. |
We do have RDFs in the Oxigraph database and we want to use py-brickschema module for processing these data. I do have two questions:
1, I was able to obtain the content of the database using HTTP POST with a SPARQL query. I do have Python string with triplets formatted as CSV, XML, or JSON. How it can be imported into a Graph? Below is a code snippet using XML format that is not working. What is wrong here?
2, Is there a way how to directly connect to the remote Oxigraph database from py-brickschema (instead of exporting triples using query as pointed out in 1,)?
The text was updated successfully, but these errors were encountered: