File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ It helps one query SPARQL datasources.
7
7
SPARQL queries are compiled into Postgres views, so you can use them nicely in SQL.
8
8
9
9
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.
11
11
12
12
Installation
13
13
------------
@@ -54,10 +54,10 @@ To compile a SPARQL query into SQL function + view:
54
54
SELECT sparql .compile_query (endpoint, identifier, sparql_query[, grouping]);
55
55
```
56
56
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.
58
58
Then function ` identitier() ` and view ` identifier ` are created.
59
59
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.
61
61
Once created, these can be further tweaked manualy for extra functionality.
62
62
63
63
Parameters:
You can’t perform that action at this time.
0 commit comments