Skip to content

Commit 6ca3934

Browse files
committed
test: update private label index for manual testing
1 parent 93bb261 commit 6ca3934

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed
Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
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".

0 commit comments

Comments
 (0)