From 9ca72b5c8aa2de3eb3082be65a4138c79aa8ca97 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Wed, 28 Feb 2024 17:32:31 +0100 Subject: [PATCH] add commment --- src/store.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/store.ts b/src/store.ts index 0ba524261..b9f467eaf 100644 --- a/src/store.ts +++ b/src/store.ts @@ -875,6 +875,7 @@ export default class IndexedFormula extends Formula { // IN future - allow pass * @param doc - The document / graph */ removeMetadata(doc: Quad_Graph): IndexedFormula { + // temporary until the issue on COLLECTION is resolved see https://github.com/linkeddata/rdflib.js/issues/631 const meta = this.fetcher?.appNode // this.sym('chrome://TheCurrentSession') const linkNamespaceURI = 'http://www.w3.org/2007/ont/link#' const kb = this