|
131 | 131 | { |
132 | 132 | "@context": {"@base": "http://a/bb/ccc/d;p?q", "urn:ex:p": {"@type": "@id"}}, |
133 | 133 | "@graph": [ |
134 | | - {"@id": "urn:ex:s001", "urn:ex:p": "g:h"}, |
| 134 | + {"@id": "urn:ex:s001", "urn:ex:p": "gg:h"}, |
135 | 135 | {"@id": "urn:ex:s002", "urn:ex:p": "g"}, |
136 | 136 | {"@id": "urn:ex:s003", "urn:ex:p": "./g"}, |
137 | 137 | {"@id": "urn:ex:s004", "urn:ex:p": "g/"}, |
|
183 | 183 | { |
184 | 184 | "@context": {"@base": "http://a/bb/ccc/d/", "urn:ex:p": {"@type": "@id"}}, |
185 | 185 | "@graph": [ |
186 | | - {"@id": "urn:ex:s043", "urn:ex:p": "g:h"}, |
| 186 | + {"@id": "urn:ex:s043", "urn:ex:p": "gg:h"}, |
187 | 187 | {"@id": "urn:ex:s044", "urn:ex:p": "g"}, |
188 | 188 | {"@id": "urn:ex:s045", "urn:ex:p": "./g"}, |
189 | 189 | {"@id": "urn:ex:s046", "urn:ex:p": "g/"}, |
|
235 | 235 | { |
236 | 236 | "@context": {"@base": "http://a/bb/ccc/./d;p?q", "urn:ex:p": {"@type": "@id"}}, |
237 | 237 | "@graph": [ |
238 | | - {"@id": "urn:ex:s085", "urn:ex:p": "g:h"}, |
| 238 | + {"@id": "urn:ex:s085", "urn:ex:p": "gg:h"}, |
239 | 239 | {"@id": "urn:ex:s086", "urn:ex:p": "g"}, |
240 | 240 | {"@id": "urn:ex:s087", "urn:ex:p": "./g"}, |
241 | 241 | {"@id": "urn:ex:s088", "urn:ex:p": "g/"}, |
|
287 | 287 | { |
288 | 288 | "@context": {"@base": "http://a/bb/ccc/../d;p?q", "urn:ex:p": {"@type": "@id"}}, |
289 | 289 | "@graph": [ |
290 | | - {"@id": "urn:ex:s127", "urn:ex:p": "g:h"}, |
| 290 | + {"@id": "urn:ex:s127", "urn:ex:p": "gg:h"}, |
291 | 291 | {"@id": "urn:ex:s128", "urn:ex:p": "g"}, |
292 | 292 | {"@id": "urn:ex:s129", "urn:ex:p": "./g"}, |
293 | 293 | {"@id": "urn:ex:s130", "urn:ex:p": "g/"}, |
|
339 | 339 | { |
340 | 340 | "@context": {"@base": "http://a/bb/ccc/.", "urn:ex:p": {"@type": "@id"}}, |
341 | 341 | "@graph": [ |
342 | | - {"@id": "urn:ex:s169", "urn:ex:p": "g:h"}, |
| 342 | + {"@id": "urn:ex:s169", "urn:ex:p": "gg:h"}, |
343 | 343 | {"@id": "urn:ex:s170", "urn:ex:p": "g"}, |
344 | 344 | {"@id": "urn:ex:s171", "urn:ex:p": "./g"}, |
345 | 345 | {"@id": "urn:ex:s172", "urn:ex:p": "g/"}, |
|
391 | 391 | { |
392 | 392 | "@context": {"@base": "http://a/bb/ccc/..", "urn:ex:p": {"@type": "@id"}}, |
393 | 393 | "@graph": [ |
394 | | - {"@id": "urn:ex:s211", "urn:ex:p": "g:h"}, |
| 394 | + {"@id": "urn:ex:s211", "urn:ex:p": "gg:h"}, |
395 | 395 | {"@id": "urn:ex:s212", "urn:ex:p": "g"}, |
396 | 396 | {"@id": "urn:ex:s213", "urn:ex:p": "./g"}, |
397 | 397 | {"@id": "urn:ex:s214", "urn:ex:p": "g/"}, |
|
443 | 443 | { |
444 | 444 | "@context": {"@base": "file:///a/bb/ccc/d;p?q", "urn:ex:p": {"@type": "@id"}}, |
445 | 445 | "@graph": [ |
446 | | - {"@id": "urn:ex:s253", "urn:ex:p": "g:h"}, |
| 446 | + {"@id": "urn:ex:s253", "urn:ex:p": "gg:h"}, |
447 | 447 | {"@id": "urn:ex:s254", "urn:ex:p": "g"}, |
448 | 448 | {"@id": "urn:ex:s255", "urn:ex:p": "./g"}, |
449 | 449 | {"@id": "urn:ex:s256", "urn:ex:p": "g/"}, |
|
523 | 523 | let(:nt) {%q{ |
524 | 524 | # RFC3986 normal examples |
525 | 525 |
|
526 | | - <urn:ex:s001> <urn:ex:p> <g:h>. |
| 526 | + <urn:ex:s001> <urn:ex:p> <gg:h>. |
527 | 527 | <urn:ex:s002> <urn:ex:p> <http://a/bb/ccc/g>. |
528 | 528 | <urn:ex:s003> <urn:ex:p> <http://a/bb/ccc/g>. |
529 | 529 | <urn:ex:s004> <urn:ex:p> <http://a/bb/ccc/g/>. |
|
571 | 571 |
|
572 | 572 | # RFC3986 normal examples with trailing slash in base IRI |
573 | 573 |
|
574 | | - <urn:ex:s043> <urn:ex:p> <g:h>. |
| 574 | + <urn:ex:s043> <urn:ex:p> <gg:h>. |
575 | 575 | <urn:ex:s044> <urn:ex:p> <http://a/bb/ccc/d/g>. |
576 | 576 | <urn:ex:s045> <urn:ex:p> <http://a/bb/ccc/d/g>. |
577 | 577 | <urn:ex:s046> <urn:ex:p> <http://a/bb/ccc/d/g/>. |
|
619 | 619 |
|
620 | 620 | # RFC3986 normal examples with /. in the base IRI |
621 | 621 |
|
622 | | - <urn:ex:s085> <urn:ex:p> <g:h>. |
| 622 | + <urn:ex:s085> <urn:ex:p> <gg:h>. |
623 | 623 | <urn:ex:s086> <urn:ex:p> <http://a/bb/ccc/g>. |
624 | 624 | <urn:ex:s087> <urn:ex:p> <http://a/bb/ccc/g>. |
625 | 625 | <urn:ex:s088> <urn:ex:p> <http://a/bb/ccc/g/>. |
|
667 | 667 |
|
668 | 668 | # RFC3986 normal examples with /.. in the base IRI |
669 | 669 |
|
670 | | - <urn:ex:s127> <urn:ex:p> <g:h>. |
| 670 | + <urn:ex:s127> <urn:ex:p> <gg:h>. |
671 | 671 | <urn:ex:s128> <urn:ex:p> <http://a/bb/g>. |
672 | 672 | <urn:ex:s129> <urn:ex:p> <http://a/bb/g>. |
673 | 673 | <urn:ex:s130> <urn:ex:p> <http://a/bb/g/>. |
|
715 | 715 |
|
716 | 716 | # RFC3986 normal examples with trailing /. in the base IRI |
717 | 717 |
|
718 | | - <urn:ex:s169> <urn:ex:p> <g:h>. |
| 718 | + <urn:ex:s169> <urn:ex:p> <gg:h>. |
719 | 719 | <urn:ex:s170> <urn:ex:p> <http://a/bb/ccc/g>. |
720 | 720 | <urn:ex:s171> <urn:ex:p> <http://a/bb/ccc/g>. |
721 | 721 | <urn:ex:s172> <urn:ex:p> <http://a/bb/ccc/g/>. |
|
763 | 763 |
|
764 | 764 | # RFC3986 normal examples with trailing /.. in the base IRI |
765 | 765 |
|
766 | | - <urn:ex:s211> <urn:ex:p> <g:h>. |
| 766 | + <urn:ex:s211> <urn:ex:p> <gg:h>. |
767 | 767 | <urn:ex:s212> <urn:ex:p> <http://a/bb/ccc/g>. |
768 | 768 | <urn:ex:s213> <urn:ex:p> <http://a/bb/ccc/g>. |
769 | 769 | <urn:ex:s214> <urn:ex:p> <http://a/bb/ccc/g/>. |
|
811 | 811 |
|
812 | 812 | # RFC3986 normal examples with file path |
813 | 813 |
|
814 | | - <urn:ex:s253> <urn:ex:p> <g:h>. |
| 814 | + <urn:ex:s253> <urn:ex:p> <gg:h>. |
815 | 815 | <urn:ex:s254> <urn:ex:p> <file:///a/bb/ccc/g>. |
816 | 816 | <urn:ex:s255> <urn:ex:p> <file:///a/bb/ccc/g>. |
817 | 817 | <urn:ex:s256> <urn:ex:p> <file:///a/bb/ccc/g/>. |
|
0 commit comments