|
601 | 601 | "input": "compact-0074-in.jsonld",
|
602 | 602 | "context": "compact-0074-context.jsonld",
|
603 | 603 | "expect": "compact-0074-out.jsonld"
|
| 604 | + }, { |
| 605 | + "@id": "#t0075", |
| 606 | + "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
| 607 | + "name": "Compact using relative fragment identifier", |
| 608 | + "purpose": "Compacting a relative round-trips", |
| 609 | + "option": {"base": "http://example.org/"}, |
| 610 | + "input": "compact-0075-in.jsonld", |
| 611 | + "context": "compact-0075-context.jsonld", |
| 612 | + "expect": "compact-0075-out.jsonld" |
| 613 | + }, { |
| 614 | + "@id": "#t0076", |
| 615 | + "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
| 616 | + "name": "Compacting IRI equivalent to base", |
| 617 | + "purpose": "Compacting IRI equivalent to base, uses last path segment of base ending in '/'", |
| 618 | + "input": "compact-0076-in.jsonld", |
| 619 | + "context": "compact-0076-context.jsonld", |
| 620 | + "expect": "compact-0076-out.jsonld" |
604 | 621 | }, {
|
605 | 622 | "@id": "#tc001",
|
606 | 623 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
|
847 | 864 | }, {
|
848 | 865 | "@id": "#tp001",
|
849 | 866 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"],
|
850 |
| - "name": "Compact IRI does may use an expanded term definition in 1.0", |
| 867 | + "name": "Compact IRI may use an expanded term definition in 1.0", |
851 | 868 | "purpose": "Terms with an expanded term definition may be used for creating compact IRIs",
|
852 | 869 | "option": {"processingMode": "json-ld-1.0"},
|
853 | 870 | "input": "compact-p001-in.jsonld",
|
|
0 commit comments