diff --git a/reports/earl.jsonld b/reports/earl.jsonld index 2e5b8fc..b39d1ce 100644 --- a/reports/earl.jsonld +++ b/reports/earl.jsonld @@ -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" }, @@ -267,7 +267,7 @@ "language": "TypeScript", "release": { "@id": "_:b169", - "revision": "2.0.5" + "revision": "3.0.0" } }, { diff --git a/reports/earl.ttl b/reports/earl.ttl index 3c5c116..04a144c 100644 --- a/reports/earl.ttl +++ b/reports/earl.ttl @@ -4539,7 +4539,7 @@ doap:homepage ; 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"] . a foaf:Person, earl:Assertor ; foaf:name "Ivan Herman" ; @@ -4571,5 +4571,5 @@ 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" . diff --git a/reports/index.html b/reports/index.html index 37934f0..002c9e4 100644 --- a/reports/index.html +++ b/reports/index.html @@ -94,8 +94,8 @@

EARL results from the RDF Dataset Canonicalization and Hash 1.0 Test Suite

-

@@ -1968,7 +1968,7 @@

Description
Implementation in Typescript of the RDF Canonicalization Algorithm RDFC-1.0, on top of the RDF/JS interfaces
Release
-
2.0.5
+
3.0.0
Programming Language
TypeScript
Home Page