Skip to content

Commit

Permalink
Automated report generation
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman authored and gkellogg committed Nov 23, 2023
1 parent 1221bd0 commit be6773f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions reports/earl.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"name": "earl-report-0.9.0",
"doap:created": {
"@type": "http://www.w3.org/2001/XMLSchema#date",
"@value": "2023-11-16"
"@value": "2023-11-23"
},
"revision": "0.9.0"
},
Expand Down Expand Up @@ -267,7 +267,7 @@
"language": "TypeScript",
"release": {
"@id": "_:b169",
"revision": "2.0.5"
"revision": "3.0.0"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions reports/earl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -4539,7 +4539,7 @@
doap:homepage <https://iherman.github.io/rdfjs-c14n/> ;
doap:description "Implementation in Typescript of the RDF Canonicalization Algorithm RDFC-1.0, on top of the RDF/JS interfaces"@en ;
doap:programming-language "TypeScript" ;
doap:release [doap:revision "2.0.5"] .
doap:release [doap:revision "3.0.0"] .

<https://www.ivan-herman.net/foaf#me> a foaf:Person, earl:Assertor ;
foaf:name "Ivan Herman" ;
Expand Down Expand Up @@ -4571,5 +4571,5 @@

<https://github.com/gkellogg/earl-report/tree/0.9.0> a doap:Version;
doap:name "earl-report-0.9.0";
doap:created "2023-11-16"^^xsd:date;
doap:created "2023-11-23"^^xsd:date;
doap:revision "0.9.0" .
6 changes: 3 additions & 3 deletions reports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ <h2 class='subtitle'>
EARL results from the RDF Dataset Canonicalization and Hash 1.0 Test Suite
</h2>
<h2 id='w3c-document-28-october-2015'>
<time class='dt-published' datetime='2023-11-16' property='dc:issued'>
16 November 2023
<time class='dt-published' datetime='2023-11-23' property='dc:issued'>
23 November 2023
</time>
</h2>
<dl>
Expand Down Expand Up @@ -1968,7 +1968,7 @@ <h2>
<dt>Description</dt>
<dd lang='en' property='doap:description'>Implementation in Typescript of the RDF Canonicalization Algorithm RDFC-1.0, on top of the RDF/JS interfaces</dd>
<dt>Release</dt>
<dd property='doap:release'><span property='doap:revision'>2.0.5</span></dd>
<dd property='doap:release'><span property='doap:revision'>3.0.0</span></dd>
<dt>Programming Language</dt>
<dd property='doap:programming-language'>TypeScript</dd>
<dt>Home Page</dt>
Expand Down

0 comments on commit be6773f

Please sign in to comment.