@celldl/editor-rdf 0.20260412.0 → 0.20260512.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -10939,7 +10939,7 @@ class cQ {
|
|
|
10939
10939
|
throw new Error(`Error parsing RDF: ${i.message}`);
|
|
10940
10940
|
}
|
|
10941
10941
|
}
|
|
10942
|
-
|
|
10942
|
+
removeStatementsMatching(A = null, g = null, I = null, C = null) {
|
|
10943
10943
|
const i = this.#A.match(A, g, I, C || globalThis.rdfModule.defaultGraph());
|
|
10944
10944
|
for (const w of i)
|
|
10945
10945
|
this.#A.delete(w);
|