Skip to content

Commit 1ca591d

Browse files
Merge pull request #26 from marko03kostic/blank-node-error-fix
Blank node error fix
2 parents 70f96bf + ae3cd48 commit 1ca591d

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

index.cjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,6 @@ ${unsupportedNquads.map((q, i) => ` ${i + 1}. ${q}`).join("\n")}
523523
524524
Full Parsed N-Quads Array:
525525
${nquadsArray.join('\n')}
526-
Parsing failed due to presence of unnamed (blank node) graphs. Please ensure all graphs in the input JSON-LD have proper named IRIs.
527526
`
528527
);
529528
}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "assertion-tools",
3-
"version": "8.0.4",
3+
"version": "8.0.5",
44
"description": "Common assertion tools used in ot-node and dkg.js",
55
"main": "index.js",
66
"type": "module",

src/knowledge-collection-tools.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,6 @@ ${unsupportedNquads.map((q, i) => ` ${i + 1}. ${q}`).join("\n")}
391391
392392
Full Parsed N-Quads Array:
393393
${nquadsArray.join('\n')}
394-
Parsing failed due to presence of unnamed (blank node) graphs. Please ensure all graphs in the input JSON-LD have proper named IRIs.
395394
`
396395
);
397396
}

0 commit comments

Comments
 (0)