Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nck-mlcnv committed Sep 5, 2024
1 parent c311579 commit d2d6b96
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/configuration/queries.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@ The pattern attribute has the following properties:
- `limit` - the maximum number of instances per query pattern
- `caching` - if set to `true`, queries instances will be stored in files

Example of query configuration with pattern queries:
```yaml
queries:
path: "./example/suite/queries/"
format: "folder"
pattern:
endpoint: "http://dbpedia.org/sparql"
limit: 100
caching: true
```
Pattern queries are queries that contain placeholders.
A query pattern is a SPARQL 1.1 Query, which can have additional variables in the regex form of
`%%var[0-9]+%%` in the Basic Graph Pattern.
Expand Down

0 comments on commit d2d6b96

Please sign in to comment.