File tree Expand file tree Collapse file tree 1 file changed +9
-17
lines changed
dev-solid-server/data/alice/settings Expand file tree Collapse file tree 1 file changed +9
-17
lines changed Original file line number Diff line number Diff line change 1- @prefix : <#> .
2- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3-
4- </alice/games/minecraft#it>
5- rdfs:label " Minecraft" .
6-
7- </alice/profile/card#me>
8- rdfs:label " Alice" .
9-
10- </alice/documents/test.pdf>
11- rdfs:label " test.pdf" .
12-
13- </alice/documents/page.html>
14- rdfs:label " Web Page" .
15-
16- </alice/documents/notes.md>
17- rdfs:label " notes.md" .
1+ @prefix : <http://localhost:3000/alice/settings/privateLabelIndex.ttl#> .
2+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3+
4+ <http://localhost:3000/alice/games/minecraft#it> rdfs:label " Minecraft" .
5+ <http://localhost:3000/alice/profile/card#me> rdfs:label " Alice" .
6+ <http://localhost:3000/alice/documents/test.pdf> rdfs:label " test.pdf" .
7+ <http://localhost:3000/alice/documents/page.html> rdfs:label " Web Page" .
8+ <http://localhost:3000/alice/documents/notes.md> rdfs:label " notes.md" .
9+ <http://localhost:3000/alice/games/fallout3#it> rdfs:label " Fallout 3" .
You can’t perform that action at this time.
0 commit comments