File tree Expand file tree Collapse file tree 6 files changed +3961
-116
lines changed Expand file tree Collapse file tree 6 files changed +3961
-116
lines changed Original file line number Diff line number Diff line change 1515 {"Name": "Alice"},
1616 {"Name": "Bob"},
1717 {"Name": "Bob/Charles"},
18- {"Name": "Danny "},
18+ {"Name": "Zoë Krüger "},
1919 {"Name": "Emily Smith"}
2020 ]
2121}
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```
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments