Skip to content

Commit b96597b

Browse files
committed
regeneration of docs
1 parent 012514b commit b96597b

File tree

6 files changed

+3961
-116
lines changed

6 files changed

+3961
-116
lines changed

test-cases/RMLTC0027a-JSON/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{"Name": "Alice"},
1616
{"Name": "Bob"},
1717
{"Name": "Bob/Charles"},
18-
{"Name": "Danny"},
18+
{"Name": "Zoë Krüger"},
1919
{"Name": "Emily Smith"}
2020
]
2121
}
@@ -53,7 +53,7 @@
5353
<http://example.com/Person/Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5454
<http://example.com/Person/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5555
<http://example.com/Person/Bob%2FCharles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
56-
<http://example.com/Person/Danny> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
56+
<http://example.com/Person/Zo%C3%AB%20Kr%C3%BCger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5757
<http://example.com/Person/Emily%20Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5858
5959
```

test-cases/RMLTC0027b-JSON/README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
```
1313
{
1414
"students": [
15-
{"Name": "Alice"},
16-
{"Name": "Bob"},
1715
{"Name": "Bob/Charles"},
18-
{"Name": "Danny"},
19-
{"Name": "Emily Smith"}
16+
{"Name": "Emily Smith"},
17+
{"Name": "Zoë Krüger"}
2018
]
2119
}
2220
@@ -43,18 +41,16 @@
4341
];
4442
rml:subjectMap [
4543
rml:template "http://example.com/Person/{$.Name}";
46-
rml:termType rml:UnsafeURI
44+
rml:termType rml:UnsafeIRI
4745
] .
4846
4947
```
5048

5149
**Output**
5250
```
53-
<http://example.com/Person/Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
54-
<http://example.com/Person/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5551
<http://example.com/Person/Bob/Charles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
56-
<http://example.com/Person/Danny> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5752
<http://example.com/Person/Emily Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
53+
<http://example.com/Person/Zoë Krüger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5854
5955
```
6056

test-cases/RMLTC0027c-JSON/README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
```
1313
{
1414
"students": [
15-
{"Name": "Alice"},
16-
{"Name": "Bob"},
17-
{"Name": "Bob/Charles"},
18-
{"Name": "Danny"},
19-
{"Name": "Emily Smith"}
15+
{"Name": "Zoë Krüger"}
2016
]
2117
}
2218
@@ -43,18 +39,15 @@
4339
];
4440
rml:subjectMap [
4541
rml:template "http://example.com/Person/{$.Name}";
46-
rml:termType rml:UnsafeIRI
42+
rml:termType rml:IRI
4743
] .
4844
4945
```
5046

5147
**Output**
5248
```
53-
<http://example.com/Person/Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
54-
<http://example.com/Person/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
55-
<http://example.com/Person/Bob%2FCharles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
56-
<http://example.com/Person/Danny> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
57-
<http://example.com/Person/Emily%20Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
49+
<http://example.com/Person/Zoë%20Krüger> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
50+
5851
5952
```
6053

0 commit comments

Comments
 (0)