Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Use a valid IRI for the defaultGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Fletcher91 committed Nov 27, 2019
1 parent 72c2e4a commit 4e9f025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/PlainFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export class PlainFactory implements DataFactory {
}

public defaultGraph(): NamedNode {
return this.namedNode("")
return this.namedNode("rdf:defaultGraph")
}

/**
Expand Down

0 comments on commit 4e9f025

Please sign in to comment.