We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.json
1 parent 0d55da5 commit 999ebe8Copy full SHA for 999ebe8
src/report/report-builders.js
@@ -89,7 +89,7 @@ class ReportBuilder {
89
) {
90
this._json = {
91
'@type': 'earl:report',
92
- '@context': 'http://ace.daisy.org/ns/ace-report._jsonld',
+ '@context': 'http://ace.daisy.org/ns/ace-report.jsonld',
93
'dct:title': (title == null) ? '' : title.toString(),
94
'dct:description': (title == null) ? '' : description.toString(),
95
'dct:date': new Date().toLocaleString(),
0 commit comments