Skip to content

Update index.adoc #43

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

Merged
merged 1 commit into from
Mar 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# RDFLib-Neo4j
:VERSION: 1.0

The **rdflib-neo4j** project is a Python-based https://rdflib.readthedocs.io/en/stable/[RDFLib Store] backed by Neo4j.
You can use this library for high-performance RDF data ingestion into the Neo4j database.
Expand All @@ -7,7 +8,7 @@ This library works with all types of Neo4j deployments, whether on-premise or cl

## Documentation

- To get started, see the link:quickstart[Quickstart] page.
- For details on the available Python classes, see the link:neo4jstore[Neo4j Store] page.
- Example code fragments are available under link:examples[Examples].
- If you want to contribute to this project, see link:contributing[Contributing].
- To get started, see the link:/labs/rdflib-neo4j/{VERSION}/gettingstarted/[Quickstart] page.
- For details on the available Python classes, see the link:/labs/rdflib-neo4j/{VERSION}/neo4jstore[Neo4j Store] page.
- Example code fragments are available under link:/labs/rdflib-neo4j/{VERSION}/examples[Examples].
- If you want to contribute to this project, see link:/labs/rdflib-neo4j/{VERSION}/contributing[Contributing].