fix: Prevent generated metadata from being stored

This commit is contained in:
Joachim Van Herwegen
2021-06-29 10:45:41 +02:00
parent 35a7cf988c
commit 12e501844f
8 changed files with 75 additions and 21 deletions

View File

@@ -128,6 +128,11 @@ export const SOLID_HTTP = createUriAndTermNamespace('urn:npm:solid:community-ser
'slug',
);
export const SOLID_META = createUriAndTermNamespace('urn:npm:solid:community-server:meta:',
// This identifier is used as graph for all metadata that is generated on the fly and should not be stored
'ResponseMetadata',
);
export const VANN = createUriAndTermNamespace('http://purl.org/vocab/vann/',
'preferredNamespacePrefix',
);