Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Some modifiers can be present after, separated by the `$` sign. The `:` prepend
|`$count` `$sum` `$min` `$max` `$avg`| n/a | Return the respective aggregate function (COUNT, SUM, MIN, MAX, AVG) on the variable. |
|`$langTag`|`"hide"`, `"show"` (default)| When `hide`, language tags are not included in the output.<br> Ex. `hide` => `"label":"Bologna"` ;<br> `show` => `"label":{"value": "Bologna", "language": "it"}` |
|`$accept`|`"string"`, `"number"`, `"boolean"`| If set, values of type different from the specified one are discarded. |
|`$alist`|n/a| When set, the interested property value would always be a list, even if with a single element.|
|`$asList`|n/a| When set, the interested property value would always be a list, even if with a single element.|

In this way, I specify a mapping between the JSON-LD output properties and the ones in the endpoint. The values non prepended by a `$` are transferred as is to the output.

Expand Down