Skip to content

Commit

Permalink
Improve documentation for #377
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Jun 8, 2023
1 parent 8cde200 commit f26c236
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ WHERE {
| [strategy](#strategy) | The execution strategy. 0 = in memory, all triples; 1 = in memory, only triples matching any of the triple patterns in the where clause | 0,1 | 1 |
| [slice](#slice) | The resource is sliced and the SPARQL query executed on each one of the parts. Supported by: CSV (row by row); JSON (when array slice by item, when json object requires `json.path`); XML (requires `xml.path`) | true/false | false |
| [use-rdfs-member](#use-rdfs-member) | It tells SPARQL Anything to use the (super)property rdfs:member instead of container membership properties (rdf:_1, rdf:_2 ...) | true/false | false |
| [reify-slot-statements](#reify-slot-statements) | It tells SPARQL Anything to reify slot statements | true/false | false |
| [reify-slot-statements](#reify-slot-statements) | It tells SPARQL Anything to reify slot statements (see issue [#377](https://github.com/SPARQL-Anything/sparql.anything/issues/377)) | true/false | false |

\* It is mandatory to provide either `location`, `content`, or `command`.

Expand Down Expand Up @@ -1065,7 +1065,7 @@ Result

### reify-slot-statements

It tells SPARQL Anything to reify the slot statements (see #377)
It tells SPARQL Anything to reify the slot statements (see issue [#377](https://github.com/SPARQL-Anything/sparql.anything/issues/377))

#### Valid Values

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ WHERE {
| [strategy](Configuration.md#strategy) | The execution strategy. 0 = in memory, all triples; 1 = in memory, only triples matching any of the triple patterns in the where clause | 0,1 | 1 |
| [slice](Configuration.md#slice) | The resources is sliced and the SPARQL query executed on each one of the parts. Supported by: CSV (row by row); JSON (when array slice by item, when json object requires `json.path`); XML (requires `xml.path`) | true/false | false |
| [use-rdfs-member](Configuration.md#use-rdfs-member) | It tells SPARQL Anything to use the (super)property rdfs:member instead of container membership properties (rdf:_1, rdf:_2 ...) | true/false | false |
| [reify-slot-statements](Configuration.md#reify-slot-statements) | It tells SPARQL Anything to reify slot statements | true/false | false |
| [reify-slot-statements](Configuration.md#reify-slot-statements) | It tells SPARQL Anything to reify slot statements (see issue [#377](https://github.com/SPARQL-Anything/sparql.anything/issues/377)) | true/false | false |

\* It is mandatory to provide either `location`, `content`, or `command`.

Expand Down

0 comments on commit f26c236

Please sign in to comment.