Open angelo-v opened 4 years ago
Given the following folder structure in a Pod:
├── Parent │ ├── index.ttl │ ├── Sub │ │ └── file.ttl
and some triple in index.ttl linking to Sub:
index.ttl
Sub
<#this> <> <./Sub>
When opening /Parent or /Parent/index.ttl#this in a browser and expanding the tree up to file.ttl Then the file can not be found
/Parent
/Parent/index.ttl#this
file.ttl
The data browser is doing a request against Parent/file.ttl instead of Parent/Sub/file.ttl
Parent/file.ttl
Parent/Sub/file.ttl
Given the following folder structure in a Pod:
and some triple in
index.ttl
linking toSub
:When opening
/Parent
or/Parent/index.ttl#this
in a browser and expanding the tree up tofile.ttl
Then the file can not be foundThe data browser is doing a request against
Parent/file.ttl
instead ofParent/Sub/file.ttl