From b07d3949a675fd505232bb3b797e83a84584b522 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 31 Oct 2024 15:05:28 +0000 Subject: [PATCH 1/4] RDFlib --- .../ROOT/pages/auradb/importing/importing-data.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/auradb/importing/importing-data.adoc b/modules/ROOT/pages/auradb/importing/importing-data.adoc index f37ec0cdd..853398b9c 100644 --- a/modules/ROOT/pages/auradb/importing/importing-data.adoc +++ b/modules/ROOT/pages/auradb/importing/importing-data.adoc @@ -46,4 +46,13 @@ For more information on Neo4j Data Importer, see the link:{neo4j-docs-base-uri}/ [NOTE] ==== You must provide your AuraDB instance password before importing from the Neo4j Data Importer. -==== \ No newline at end of file +==== + +== RDFlib + +RDFLib is a link:https://neo4j.com/labs/[Neo4j Labs] project which allows the import of RDF data (which can include JSON-LD) to Aura via a Python library. +(Please note: This project is likely not supported by Neo4j engineering, and could become out of date without the docs team being notified.) + +The library is available at link:https://github.com/neo4j-labs/rdflib-neo4j[GitHub - neo4j-labs/rdflib-neo4j: RDFLib Store backed by neo4j + n10s] + +Read more about it in the blog post: link:https://medium.com/neo4j/rdflib-neo4j-a-new-era-in-rdf-integration-for-neo4j-dac9fbf93cee[Rdflib-Neo4j: A New Era in RDF Integration for Neo4j] \ No newline at end of file From 4027eb5d75662531f55c4bc975f69ff5bb7f30c9 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Thu, 31 Oct 2024 19:02:21 +0200 Subject: [PATCH 2/4] Update importing-data.adoc --- modules/ROOT/pages/auradb/importing/importing-data.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/auradb/importing/importing-data.adoc b/modules/ROOT/pages/auradb/importing/importing-data.adoc index 853398b9c..a4c7cb419 100644 --- a/modules/ROOT/pages/auradb/importing/importing-data.adoc +++ b/modules/ROOT/pages/auradb/importing/importing-data.adoc @@ -50,9 +50,9 @@ You must provide your AuraDB instance password before importing from the Neo4j D == RDFlib -RDFLib is a link:https://neo4j.com/labs/[Neo4j Labs] project which allows the import of RDF data (which can include JSON-LD) to Aura via a Python library. -(Please note: This project is likely not supported by Neo4j engineering, and could become out of date without the docs team being notified.) +RDFLib is a link:https://neo4j.com/labs/[Neo4j Labs] project that enables the import of RDF data, including JSON-LD, to Aura via a Python library. +(Please note: This is a labs project, not fully supported by Neo4j engineering, and may become outdated over time.) The library is available at link:https://github.com/neo4j-labs/rdflib-neo4j[GitHub - neo4j-labs/rdflib-neo4j: RDFLib Store backed by neo4j + n10s] -Read more about it in the blog post: link:https://medium.com/neo4j/rdflib-neo4j-a-new-era-in-rdf-integration-for-neo4j-dac9fbf93cee[Rdflib-Neo4j: A New Era in RDF Integration for Neo4j] \ No newline at end of file +Read more about it in the blog post: link:https://medium.com/neo4j/rdflib-neo4j-a-new-era-in-rdf-integration-for-neo4j-dac9fbf93cee[Rdflib-Neo4j: A New Era in RDF Integration for Neo4j] From e4ec228c4d87cdf0d5bc4906c6ac5816360b4e03 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:51:30 +0200 Subject: [PATCH 3/4] Update modules/ROOT/pages/auradb/importing/importing-data.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/auradb/importing/importing-data.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/auradb/importing/importing-data.adoc b/modules/ROOT/pages/auradb/importing/importing-data.adoc index a4c7cb419..488c3f203 100644 --- a/modules/ROOT/pages/auradb/importing/importing-data.adoc +++ b/modules/ROOT/pages/auradb/importing/importing-data.adoc @@ -51,7 +51,11 @@ You must provide your AuraDB instance password before importing from the Neo4j D == RDFlib RDFLib is a link:https://neo4j.com/labs/[Neo4j Labs] project that enables the import of RDF data, including JSON-LD, to Aura via a Python library. -(Please note: This is a labs project, not fully supported by Neo4j engineering, and may become outdated over time.) +[NOTE] +==== +This is a Labs project and, therefore, not fully supported by Neo4j. +It may become outdated over time. +==== The library is available at link:https://github.com/neo4j-labs/rdflib-neo4j[GitHub - neo4j-labs/rdflib-neo4j: RDFLib Store backed by neo4j + n10s] From b0dae12f5843db22fce448fd664db19da3b01c79 Mon Sep 17 00:00:00 2001 From: Fi Quick <47183728+fiquick@users.noreply.github.com> Date: Tue, 5 Nov 2024 12:51:35 +0200 Subject: [PATCH 4/4] Update modules/ROOT/pages/auradb/importing/importing-data.adoc Co-authored-by: Jessica Wright <49636617+AlexicaWright@users.noreply.github.com> --- modules/ROOT/pages/auradb/importing/importing-data.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/auradb/importing/importing-data.adoc b/modules/ROOT/pages/auradb/importing/importing-data.adoc index 488c3f203..fe052d593 100644 --- a/modules/ROOT/pages/auradb/importing/importing-data.adoc +++ b/modules/ROOT/pages/auradb/importing/importing-data.adoc @@ -59,4 +59,3 @@ It may become outdated over time. The library is available at link:https://github.com/neo4j-labs/rdflib-neo4j[GitHub - neo4j-labs/rdflib-neo4j: RDFLib Store backed by neo4j + n10s] -Read more about it in the blog post: link:https://medium.com/neo4j/rdflib-neo4j-a-new-era-in-rdf-integration-for-neo4j-dac9fbf93cee[Rdflib-Neo4j: A New Era in RDF Integration for Neo4j]