Skip to content

Commit 161d78e

Browse files
spec: prepare submission
1 parent 78498d8 commit 161d78e

File tree

4 files changed

+2
-37
lines changed

4 files changed

+2
-37
lines changed

spec/docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
<section id="sotd"></section>
8585
<section id="conformance"></section>
8686

87-
<section id="introduction" data-include="introduction.md" data-include-format="markdown"></section>
87+
<!--<section id="introduction" data-include="introduction.md" data-include-format="markdown"></section>-->
8888

89-
<section id="overview" data-include="overview.md" data-include-format="markdown"></section>
89+
<!--<section id="overview" data-include="overview.md" data-include-format="markdown"></section>-->
9090

9191
<section id="vocabulary" data-include="vocabulary.md" data-include-format="markdown"></section>
9292

spec/docs/mapping.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ but needs to be computed based on the contents of the database,
5454
can be achieved by defining a [predicate-object map]() with predicate `rdf:type`
5555
and a non-constant [object map]().
5656

57-
+++ ADD example +++
58-
59-
+++ ADD generated RDF +++
60-
6157
## Creating Properties and Values with Predicate-Object Maps
6258

6359
A predicate-object map is a function

spec/docs/overview.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ place some or all of the triples into [named graphs]() instead.
2020

2121
**TODO: Add updated figure here**
2222

23-
## Example Input
24-
25-
## Desired RDF Output
26-
27-
## Examples
28-
29-
# Conformance
30-
3123
# RML Mapping Documents
3224

3325
### RML Mapping

spec/docs/termmap.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ that is the value of its `rml:constant` property.
5959

6060
A constant-valued Expression Map generates by default an [RDF Term]() which is an [IRI]().
6161

62-
+++ ADD example +++
63-
6462
If the [constant-valued Expression Map]()
6563
is a [Subject Map](), [Predicate Map]() or [Graph Map](),
6664
then its constant value MUST be an [IRI]().
@@ -70,8 +68,6 @@ then its constant value MUST be an [IRI]() or [literal]().
7068

7169
To overwrite the default term type, one needs to specify the [Term Type]() of the [Term Map]().
7270

73-
+++ ADD example +++
74-
7571
| constant-valued Expression Map | Termtype | RDF Term type generated |
7672
| :-------------| :-----| :-----|
7773
| Subject Map | `rml:IRI` (default) | `IRI` (default) |
@@ -99,8 +95,6 @@ the following triples were present in the mapping graph instead:
9995
| `?x rml:datatype ?y.` | `?x rml:datatypeMap [ rml:constant ?y ].` |
10096
| `?x rml:language ?y.` | `?x rml:languageMap [ rml:constant ?y ].` |
10197

102-
+++ ADD example +++
103-
10498
### Reference (rml:reference)
10599

106100
A _**reference-valued Expression Map**_ is represented by a resource
@@ -127,8 +121,6 @@ which should generate an [RDF Term]() which is an [IRI](),
127121
or to generate an [IRI]() for an [Object Map](),
128122
then the default [Term Type]() needs to be overwritten.
129123

130-
+++ ADD example +++
131-
132124
### From a Template (rml:template)
133125

134126
A [template-valued term map]() is represented by a resource
@@ -199,22 +191,14 @@ is the set of column names enclosed in unescaped curly braces in the [template s
199191
The following example defines a [subject map]()
200192
that generates [IRIs]() from ??? of a logical data source.
201193

202-
+++ ADD EXAMPLE +++
203-
204194
Using the sample iteration from ??? as a logical data source,
205195
the template value of the [subject map]() would be:
206196

207-
+++ ADD EXAMPLE +++
208-
209197
The following example shows how an [IRI-safe]() template value is created:
210198

211-
+++ ADD EXAMPLE +++
212-
213199
Using the sample iteration from ??? as a logical data source,
214200
the template value of the [subject map]() would be:
215201

216-
+++ ADD EXAMPLE +++
217-
218202
The space character is not in the iunreserved set,
219203
and therefore percent-encoding is applied to the character, yielding “%20”.
220204

@@ -230,8 +214,6 @@ By default, `rml:template` generates IRIs.
230214
Since the intention here is to create a literal instead,
231215
the [term type]() has to be set.
232216

233-
+++ ADD EXAMPLE +++
234-
235217

236218
Note that because
237219
[backslashes need to be escaped by a second backslash in the Turtle syntax]() [[TURTLE]],
@@ -291,9 +273,6 @@ In the following example,
291273
plain literals with language tag “en-us” (U.S. English)
292274
will be generated for the data values in the DNAME column.
293275

294-
+++ ADD EXAMPLE +++
295-
296-
297276
## Typed Literals (rml:datatype)
298277

299278
A _**datatypeable term map**_ is a term map with a term type of `rml:Literal`
@@ -326,5 +305,3 @@ and a term type of `rml:Literal` can be used.
326305
The following example shows an [object map]()
327306
that explicitly specifies `xsd:positiveInteger` type.
328307
A [datatype-override RDF literal] of that datatype will be generated.
329-
330-
+++ ADD EXAMPLE +++

0 commit comments

Comments
 (0)