We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df844ac commit e6b6180Copy full SHA for e6b6180
1 file changed
lib/StorageServer.php
@@ -237,14 +237,13 @@ public static function generateDefaultPreferences() {
237
@prefix : <#>.
238
@prefix sp: <http://www.w3.org/ns/pim/space#>.
239
@prefix dct: <http://purl.org/dc/terms/>.
240
-@prefix profile: <$webId>.
241
@prefix solid: <http://www.w3.org/ns/solid/terms#>.
242
243
<>
244
a sp:ConfigurationFile;
245
dct:title "Preferences file".
246
247
-profile:me
+<$webId>
248
a solid:Developer;
249
solid:privateTypeIndex <privateTypeIndex.ttl>;
250
solid:publicTypeIndex <publicTypeIndex.ttl>.
0 commit comments