Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/clean_repo' into clean_repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Elodie Thiéblin committed Aug 18, 2023
2 parents 1175194 + c68060d commit 386eb53
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions doc/sparql-endpoints/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Configuring SparTDD for different SPARQL endpoints
# Configuring TDD API for different SPARQL endpoints

## General requirements

You can either use a distant SPARQL server or use a SPARQL server locally.
You can either use a remote SPARQL server or use a SPARQL server locally.

The SPARQL endpoint you configure must:

Expand All @@ -11,7 +11,7 @@ The SPARQL endpoint you configure must:
- Be configured in the manner that the default graph is the union of the named graphs
- Allow CORS

## Using Apache Jena Fuseki
## Apache Jena Fuseki

Apache Jena Fuseki is the SPARQL endpoint shipped in the docker-compose file.
You can also set it locally.
Expand All @@ -20,11 +20,11 @@ requirements for a SPARQL endpoint.

Read about how to configure and launch your local Fuseki in [fuseki.md](fuseki.md)

## Using Virtuoso
## OpenLink Software Virtuoso

You can use Virtuoso as a SPARQL endpoint by providing the right permissions
and configuring SparTDD.

Read about how to configure and launch your local Virtuoso in [virtuoso.md](virtuoso.md)

## Using GraphDB
## Ontotext GraphDB
2 changes: 1 addition & 1 deletion doc/sparql-endpoints/fuseki.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fuseki server as SPARQL endpoint

We propose to use Apache Jena Fuseki, which has a nice administration interface.
Download the Fuseki projet (apache-jena-fuseki-X.Y.Z.zip) from
Download the Fuseki project (apache-jena-fuseki-X.Y.Z.zip) from
https://jena.apache.org/download/index.cgi

Then unzip the downloaded archive.
Expand Down

0 comments on commit 386eb53

Please sign in to comment.