From 1b3b1321fbb8021cb084c42d98fe372884d519d9 Mon Sep 17 00:00:00 2001 From: Marcelo Machado Date: Thu, 11 Aug 2022 07:38:37 -0300 Subject: [PATCH] Fix documentation about the sparqlEndpoint config entry Closes #162 --- packages/datasource-sparql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/datasource-sparql/README.md b/packages/datasource-sparql/README.md index 78660e52..b507a425 100644 --- a/packages/datasource-sparql/README.md +++ b/packages/datasource-sparql/README.md @@ -12,7 +12,7 @@ _This package is a [Linked Data Fragments Server module](https://github.com/Link This package exposes the following config entries: * `SparqlDatasource`: A SPARQL-endpoint-based datasource that requires at least one `sparqlEndpoint` field. _Should be used as `@type` value._ -* `sparqlEndpoint`: Refers to an absolute or relative file location of an HDT file. _Should be used as key in a `SparqlDatasource`._ +* `sparqlEndpoint`: Refers to a SPARQL endpoint capable of receiving and processing SPARQL Protocol requests. _Should be used as key in a `SparqlDatasource`._ Example: ```json