From 4e9f025b93da1c96ff22b70ff9b311f8db23e3c6 Mon Sep 17 00:00:00 2001 From: Fletcher91 Date: Wed, 27 Nov 2019 20:19:51 +0100 Subject: [PATCH] Use a valid IRI for the defaultGraph --- core/src/PlainFactory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/PlainFactory.ts b/core/src/PlainFactory.ts index 410c23d..bd0b6d3 100644 --- a/core/src/PlainFactory.ts +++ b/core/src/PlainFactory.ts @@ -151,7 +151,7 @@ export class PlainFactory implements DataFactory { } public defaultGraph(): NamedNode { - return this.namedNode("") + return this.namedNode("rdf:defaultGraph") } /**