Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan authored Sep 19, 2024
1 parent ed4ff05 commit 0c9ad74
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/integrate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ layout: default

`rpt integrate` is the command for mixed RDF data and SPARQL statement processing. The name stems from the various SPARQL extensions that make it possible to reference and process non-RDF data inside a SPARQL statements.



## Basic Usage

### Example 1: Simple Processing
Expand Down Expand Up @@ -75,6 +73,13 @@ Endpoints protected by basic authentication can be proxied by supplying the cred
Note, that this is **unsafe** and should be avoided in production, but it can be useful during development.


### Example 5: Indexing Spatial Data

Data that follows the GeoSPARQL standard can be indexed by providing the `--geoindex` option. The index will be automatically updated on the first query or update request that needs to access the data after any data modification.
Statements that intrinsically do not rely on the spatial index, namely `LOAD`, `INSERT DATA` and `DELETE DATA` mark the spatial index as potentially dirty but do not trigger immediate index recreation.

`rpt integrate --server --geoindex spatial-data.ttl`


## Embedded SPARQL Engines

Expand Down

0 comments on commit 0c9ad74

Please sign in to comment.