aws / graph-notebook

Library extending Jupyter notebooks to integrate with Apache TinkerPop, openCypher, and RDF SPARQL.
https://github.com/aws/graph-notebook
Apache License 2.0
726 stars 166 forks source link

Enable RDF data formats in `%load` for Neptune Analytics #670

Closed michaelnchin closed 1 month ago

michaelnchin commented 1 month ago

Community Note

Is your feature request related to a problem? Please describe.

Neptune Analytics recently added support for RDF graphs: https://aws.amazon.com/blogs/database/build-and-deploy-knowledge-graphs-faster-with-rdf-and-opencypher/

In addition to the existing PropertyGraph data formats, Neptune Analytics graphs can now also ingest RDF data in n-triples format. We should allow-list n-triples as an option when submitting batch load requests via the %load magic.