Skip to content

Commit e3cc488

Browse files
authored
Update README.md
1 parent 7f8511f commit e3cc488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It helps one query SPARQL datasources.
77
SPARQL queries are compiled into Postgres views, so you can use them nicely in SQL.
88

99
It is currently used with Virtuoso, so it is useful with sources like dbpedia.
10-
It might or might not with other RDF backends.
10+
It might or might not work with other RDF backends.
1111

1212
Installation
1313
------------
@@ -54,10 +54,10 @@ To compile a SPARQL query into SQL function + view:
5454
SELECT sparql.compile_query(endpoint, identifier, sparql_query[, grouping]);
5555
```
5656

57-
SPARQL endpoint is queried to determine the result format of the specified query.
57+
SPARQL endpoint is queried to determine the result format for the specified query.
5858
Then function `identitier()` and view `identifier` are created.
5959
Created function queries any SPARQL endpoint and returns result as SQL table.
60-
Created view is just a convenience layer over created function.
60+
Created view is just a convenience layer over the created function.
6161
Once created, these can be further tweaked manualy for extra functionality.
6262

6363
Parameters:

0 commit comments

Comments
 (0)