diff --git a/spec/docs/abstract.md b/spec/docs/abstract.md
index f402d43..aa41dfe 100644
--- a/spec/docs/abstract.md
+++ b/spec/docs/abstract.md
@@ -1 +1 @@
-This document describes RML, a generic mapping language, based on and extending [R2RML](https://www.w3.org/TR/r2rml). The RDF Mapping language (RML) is a mapping language defined to express customized mapping rules from heterogeneous data structures and serializations to the RDF [RDF-CONCEPTS](https://www.w3.org/TR/rdf-concepts/) data model. RML is defined as a superset of the W3C-standardized mapping language [R2RML](https://www.w3.org/TR/r2rml), aiming to extend its applicability and broaden its scope, adding support for data in other structured formats. [R2RML](https://www.w3.org/TR/r2rml) is the W3C standard to express customized mappings from relational databases to RDF. RML follows exactly the same syntax as R2RML; therefore, RML mappings are themselves RDF graphs. The present document describes the RML-Core language and its concepts through definitions and examples.
\ No newline at end of file
+This document describes RML, a generic mapping language, based on and extending [R2RML](https://www.w3.org/TR/r2rml). The RDF Mapping language (RML) is a mapping language defined to express customized mapping rules from heterogeneous data structures and serializations to the RDF [RDF-CONCEPTS](https://www.w3.org/TR/rdf-concepts/) data model. RML is defined as a superset of the W3C-standardized mapping language [R2RML](https://www.w3.org/TR/r2rml), aiming to extend its applicability and broaden its scope, adding support for data in other structured formats. [R2RML](https://www.w3.org/TR/r2rml) is the W3C standard to express customized mappings from relational databases to RDF. RML follows exactly the same syntax as R2RML; therefore, RML mappings are themselves [=RDF graphs=]. The present document describes the RML-Core language and its concepts through definitions and examples.
diff --git a/spec/docs/config.js b/spec/docs/config.js
index 9e4d3b4..9181f75 100644
--- a/spec/docs/config.js
+++ b/spec/docs/config.js
@@ -62,12 +62,16 @@ var respecConfig = {
license: "w3c-software-doc",
localBiblio: {
RML: {
- title: "RDF Mapping Language (RML)",
- href: "https://rml.io/specs/rml/",
- status: "Unofficial Draft",
- publisher: "",
- date: "",
- },
+ title: "RDF Mapping Language (RML)",
+ href: "https://rml.io/specs/rml/",
+ status: "Unofficial Draft",
+ publisher: "",
+ date: "",
+ },
+ // TODO: update once RML-IO-Registry is published
+ "RML-IO-Registry": {
+ title: "RML-IO Registry",
+ }
},
otherLinks: [
{
diff --git a/spec/docs/expressions.md b/spec/docs/expressions.md
index 5ad1cc4..5d5dbd4 100644
--- a/spec/docs/expressions.md
+++ b/spec/docs/expressions.md
@@ -46,7 +46,7 @@ The [=reference expression set=] of a [=template expression=] is the set of [=re
Sub classes of [=template-valued expression maps=] MAY define a reference value transforming function which will be applied to each [=reference value=] when evaluating the template.
-The template value when evaluating a [=string template=] for a given [=logical source iteration=] is determined as follows:
+The template value when evaluating a [=string template=] for a given [=logical iteration=] is determined as follows:
1. Let `result` be the [=reference expression set=] of the [=string template=]
2. For each [=reference expression=] in `result`:
1. Let `values` be the [=reference value=] of the [=reference expression=] that is enclosed in the curly braces
diff --git a/spec/docs/index.html b/spec/docs/index.html
index 0e1e780..303e624 100644
--- a/spec/docs/index.html
+++ b/spec/docs/index.html
@@ -96,6 +96,8 @@
+
+
@@ -106,6 +108,7 @@
+