The index file that loama uses is currently json.
It might be nice that is RDF (it would not take much to make it JSON-LD).
Furthermore, this might resolve a bug I have found, that is that it was possible to have multiple times the same permission:
"permissions": [
"Read",
"Read",
"Read"
],
The index file that loama uses is currently json.
It might be nice that is RDF (it would not take much to make it JSON-LD).
Furthermore, this might resolve a bug I have found, that is that it was possible to have multiple times the same permission: