File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<http://example.com/Person/Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
22<http://example.com/Person/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
33<http://example.com/Person/Bob%2FCharles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
4- <http://example.com/Person/Danny > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
4+ <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> .
55<http://example.com/Person/Emily%20Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
Original file line number Diff line number Diff line change 33 {"Name" : " Alice" },
44 {"Name" : " Bob" },
55 {"Name" : " Bob/Charles" },
6- {"Name" : " Danny " },
6+ {"Name" : " Zoë Krüger " },
77 {"Name" : " Emily Smith" }
88 ]
99}
Original file line number Diff line number Diff line change 11## RMLTC0027b-JSON
22
3- ** Title** : "Generation of triples using the UnsafeURI term type"
3+ ** Title** : "Generation of triples using the UnsafeIRI term type"
44
5- ** Description** : "Tests the generation of triples with a UnsafeURI term type in the subject or object"
5+ ** Description** : "Tests the generation of triples with a UnsafeIRI term type in the subject or object"
66
77** Default Base IRI** : http://example.com/
88
5252```
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> .
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> .
55+ <http://example.com/Person/Bob/Charles > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5656<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> .
57+ <http://example.com/Person/Emily Smith > <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5858
5959```
6060
Original file line number Diff line number Diff line change 1717 ];
1818 rml:subjectMap [
1919 rml:template " http://example.com/Person/{$.Name}" ;
20- rml:termType rml:UnsafeURI
20+ rml:termType rml:UnsafeIRI
2121 ] .
Original file line number Diff line number Diff line change 1- <http://example.com/Person/Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
2- <http://example.com/Person/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
3- <http://example.com/Person/Bob%2FCharles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
4- <http://example.com/Person/Danny> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5- <http://example.com/Person/Emily%20Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
1+ <http://example.com/Person/Bob/Charles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
2+ <http://example.com/Person/Emily Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
3+ <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> .
Original file line number Diff line number Diff line change 11{
22 "students" : [
3- {"Name" : " Alice" },
4- {"Name" : " Bob" },
53 {"Name" : " Bob/Charles" },
6- {"Name" : " Danny " },
7- {"Name" : " Emily Smith " }
4+ {"Name" : " Emily Smith " },
5+ {"Name" : " Zoë Krüger " }
86 ]
97}
Original file line number Diff line number Diff line change 11## RMLTC0027c-JSON
22
3- ** Title** : "Generation of triples using the UnsafeIRI term type"
3+ ** Title** : "Generation an IRI using the term type IRI "
44
5- ** Description** : "Tests the generation of triples with a UnsafeIRI term type in the subject or object "
5+ ** Description** : "Tests the generation of triples with a IRI term type in the subject"
66
77** Default Base IRI** : http://example.com/
88
Original file line number Diff line number Diff line change 1717 ];
1818 rml:subjectMap [
1919 rml:template " http://example.com/Person/{$.Name}" ;
20- rml:termType rml:UnsafeIRI
20+ rml:termType rml:IRI
2121 ] .
Original file line number Diff line number Diff line change 1- <http://example.com/Person/Alice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
2- <http://example.com/Person/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
3- <http://example.com/Person/Bob%2FCharles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
4- <http://example.com/Person/Danny> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
5- <http://example.com/Person/Emily%20Smith> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
1+ <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> .
2+
Original file line number Diff line number Diff line change 11{
22 "students" : [
3- {"Name" : " Alice" },
4- {"Name" : " Bob" },
5- {"Name" : " Bob/Charles" },
6- {"Name" : " Danny" },
7- {"Name" : " Emily Smith" }
3+ {"Name" : " Zoë Krüger" }
84 ]
95}
You can’t perform that action at this time.
0 commit comments