-
Notifications
You must be signed in to change notification settings - Fork 10
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
Support export rdf graph in CSV format #36
Comments
Hi @weiranfu, We will look into adding CSV support for RDF exports. Just to ensure that we are on the same page, would you expect the exported CSV to be a fixed 4 column (S,P,O,G) output such as:
Thanks, |
Hey Cole, Thanks for your response. Thanks, |
This implies a use case where the export is the result of a SPARQL Select query, and not of a CONSTRUCT query. |
yes @charlesivie |
Hey,
I noticed that currently export-rdf only supports exporting files in format of turtle, nquads, ntriples, neptuneStreamsJson and neptuneStreamsSimpleJson. Is it possible to support exporting files in CSV format? So that we can using SELECT tuple queries in SPARQL and export results in CSV format to be used by data warehouse.
DW usually doesn't have a good support for files in RDF format.
Seems it already supports tuple queries but io doesn't support CSV writer.
Thanks,
Weiran
The text was updated successfully, but these errors were encountered: