Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/resources/profile-extended.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = `@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix sp: <http://www.w3.org/ns/pim/space#>.
@prefix loc: </>.
@prefix terms: <http://www.w3.org/ns/solid/terms#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix inbox: </inbox/>.
@prefix cert: <http://www.w3.org/ns/auth/cert#>.
@prefix ter: <http://purl.org/dc/terms/>.
Expand Down Expand Up @@ -46,7 +47,7 @@ module.exports = `@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
terms:publicAppRegistry
</settings/publicAppRegistry.ttl>;
# Link to the Solid messaging inbox
terms:inbox
ldp:inbox
inbox:.

# Public key certificate section
Expand Down
4 changes: 2 additions & 2 deletions test/resources/profile-minimal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = `@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix sp: <http://www.w3.org/ns/pim/space#>.
@prefix loc: </>.
@prefix terms: <http://www.w3.org/ns/solid/terms#>.
@prefix ldp: <http://www.w3.org/ns/ldp#>.
@prefix inbox: </inbox/>.

<>
Expand All @@ -19,6 +19,6 @@ module.exports = `@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

sp:storage
loc:;
terms:inbox
ldp:inbox
inbox:.
`