LDflex / Query-Solid

Simple access to data in Solid pods through LDflex expressions
https://solid.github.io/query-ldflex/
MIT License
66 stars 15 forks source link

Replace <> in the container to <http://xxxxx> before querying #51

Closed linonetwo closed 4 years ago

linonetwo commented 4 years ago

https://forum.solidproject.org/t/ls-ldp-container-using-ldflex/2522

Can there be a config to do such replacement?

linonetwo commented 4 years ago

Use data[https://linonetwo.solid.authing.cn/public/tiddlywiki/main/][http://www.w3.org/ns/ldp#contains] instead of data[https://linonetwo.solid.authing.cn/public/tiddlywiki/main][http://www.w3.org/ns/ldp#contains] solved this.

(Add trailing slash)

james-martin-jd commented 4 years ago

I believe the trailing slash requirement for containers is actually a Node Solid Server requirement, and not anything to do with LDFlex specifically?

RubenVerborgh commented 4 years ago

It's NSS indeed. The URI of the container is the thing with the slash.