From e3cc4886a33250b51cce9d9dbfae92fe922a308d Mon Sep 17 00:00:00 2001 From: lacanoid Date: Mon, 22 May 2023 05:05:17 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 343071e..b35763b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It helps one query SPARQL datasources. SPARQL queries are compiled into Postgres views, so you can use them nicely in SQL. It is currently used with Virtuoso, so it is useful with sources like dbpedia. -It might or might not with other RDF backends. +It might or might not work with other RDF backends. Installation ------------ @@ -54,10 +54,10 @@ To compile a SPARQL query into SQL function + view: SELECT sparql.compile_query(endpoint, identifier, sparql_query[, grouping]); ``` -SPARQL endpoint is queried to determine the result format of the specified query. +SPARQL endpoint is queried to determine the result format for the specified query. Then function `identitier()` and view `identifier` are created. Created function queries any SPARQL endpoint and returns result as SQL table. -Created view is just a convenience layer over created function. +Created view is just a convenience layer over the created function. Once created, these can be further tweaked manualy for extra functionality. Parameters: