Skip to content

Commit

Permalink
Fix EARL Turtle report.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlehn committed Nov 16, 2023
1 parent 7db1dcd commit 62a39b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# rdf-canonize ChangeLog

## 4.0.1 - 2023-11-xx

### Fixed
- Fix EARL Turtle report.

## 4.0.0 - 2023-11-15

### Added
Expand Down
2 changes: 1 addition & 1 deletion test/EarlReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class EarlReport {
report += `\
<${r['doap:developer']['@id']}> a foaf:Organization, earl:Assertor;
foaf:name "${r['doap:developer']['foaf:name']}";
foaf:homepage <${r['doap:developer']['foaf:homepage']}>;
foaf:homepage <${r['doap:developer']['foaf:homepage']}> .
`;

Expand Down

0 comments on commit 62a39b3

Please sign in to comment.