Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan authored Sep 18, 2024
1 parent 67d9948 commit 4e63802
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/graphql/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,19 @@ nav_order: 100
layout: default
---

# GraphQL over SPARQL

This section describes out approach to generate JSON responses from SPARQL endpoints using GraphQL as a query and mapping language.
Mutations are not supported.
The GraphQL queries of our approach are self-contained, i.e. no additional server configuration is needed. The endpoint is avilable when running [`rpt integrate --server`](../integrate), by default [http://localhost:8642/graphql](http://localhost:8642/graphql).
From each GraphQL query a corresponding SPARQL query and result set post processor is created.

## Examples

Check out the [demonstrators](../demos) for examples.

## Directives

The following is the set of supported directives:

[`@prefix`](prefix) [`@pattern`](pattern) [`@one and `@many`](one-and-many) [`@index`](index-directive) [`@join`](join)

0 comments on commit 4e63802

Please sign in to comment.