@@ -59,8 +59,6 @@ that is the value of its `rml:constant` property.
5959
6060A constant-valued Expression Map generates by default an [ RDF Term] ( ) which is an [ IRI] ( ) .
6161
62- +++ ADD example +++
63-
6462If the [ constant-valued Expression Map] ( )
6563is a [ Subject Map] ( ) , [ Predicate Map] ( ) or [ Graph Map] ( ) ,
6664then its constant value MUST be an [ IRI] ( ) .
@@ -70,8 +68,6 @@ then its constant value MUST be an [IRI]() or [literal]().
7068
7169To 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
106100A _ ** reference-valued Expression Map** _ is represented by a resource
@@ -127,8 +121,6 @@ which should generate an [RDF Term]() which is an [IRI](),
127121or to generate an [ IRI] ( ) for an [ Object Map] ( ) ,
128122then the default [ Term Type] ( ) needs to be overwritten.
129123
130- +++ ADD example +++
131-
132124### From a Template (rml: template )
133125
134126A [ 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
199191The following example defines a [ subject map] ( )
200192that generates [ IRIs] ( ) from ??? of a logical data source.
201193
202- +++ ADD EXAMPLE +++
203-
204194Using the sample iteration from ??? as a logical data source,
205195the template value of the [ subject map] ( ) would be:
206196
207- +++ ADD EXAMPLE +++
208-
209197The following example shows how an [ IRI-safe] ( ) template value is created:
210198
211- +++ ADD EXAMPLE +++
212-
213199Using the sample iteration from ??? as a logical data source,
214200the template value of the [ subject map] ( ) would be:
215201
216- +++ ADD EXAMPLE +++
217-
218202The space character is not in the iunreserved set,
219203and therefore percent-encoding is applied to the character, yielding “%20”.
220204
@@ -230,8 +214,6 @@ By default, `rml:template` generates IRIs.
230214Since the intention here is to create a literal instead,
231215the [ term type] ( ) has to be set.
232216
233- +++ ADD EXAMPLE +++
234-
235217
236218Note 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,
291273plain literals with language tag “en-us” (U.S. English)
292274will be generated for the data values in the DNAME column.
293275
294- +++ ADD EXAMPLE +++
295-
296-
297276## Typed Literals (rml: datatype )
298277
299278A _ ** 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.
326305The following example shows an [ object map] ( )
327306that explicitly specifies ` xsd:positiveInteger ` type.
328307A [ datatype-override RDF literal] of that datatype will be generated.
329-
330- +++ ADD EXAMPLE +++
0 commit comments