Skip to content

Commit

Permalink
add note with link to rml-io-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaria committed Aug 7, 2024
1 parent 503c980 commit 350f859
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
16 changes: 10 additions & 6 deletions spec/docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
{
Expand Down
4 changes: 4 additions & 0 deletions spec/docs/logicalSource.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ A [=logical source=] (`rml:LogicalSource`) MUST have:
A <dfn data-lt="iteration">logical iteration</dfn> is an item in the sequence produced by the [=logical source=], on which [=expressions=] can be evaluated.

A <dfn>data source</dfn> is an abstract concept that represents a source of data that can be accessed via a [=logical source=]. A [=data source=] can be a file, a database, a web service, or any other source of data.

<aside class="note">
There can be many different types of [=reference formulation=]. The known types, and the details of how a reference formulation is handled and implemented for each data format, are specified in [[RML-IO-Registry]].
</aside>

0 comments on commit 350f859

Please sign in to comment.