# README

A web service for retrieving, validating and storing rdf data (jsonld) in

1. a SPARQL endpoint using filepath as graph
2. a git-enabled storage.

The G is an ORcronym for (git|graph).

You can find the documentation under: <https://dbpedia.gitbook.io/databus/v/gstore/>

You can find a test instance to try queries on your own under: <http://gstore-playground.tools.dbpedia.org/>

## Overview

![Gstore architecture](/files/mzztZ7SafIzreRgvOjTY)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dbpedia.gitbook.io/databus/gstore/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
