|
632 | 632 | "@id": "#t0077", |
633 | 633 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
634 | 634 | "name": "Compact a @graph container", |
635 | | - "purpose": "Expand and compact a @graph container", |
| 635 | + "purpose": "Compact a @graph container", |
636 | 636 | "input": "compact-0077-in.jsonld", |
637 | 637 | "context": "compact-0077-context.jsonld", |
638 | 638 | "expect": "compact-0077-out.jsonld", |
|
641 | 641 | "@id": "#t0078", |
642 | 642 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
643 | 643 | "name": "Compact a [@graph, @set] container", |
644 | | - "purpose": "Expand a @graph container and compact with [@graph, @set]", |
| 644 | + "purpose": "Compact with [@graph, @set]", |
645 | 645 | "input": "compact-0078-in.jsonld", |
646 | 646 | "context": "compact-0078-context.jsonld", |
647 | 647 | "expect": "compact-0078-out.jsonld", |
648 | 648 | "option": {"processingMode": "json-ld-1.1", "specVersion": "json-ld-1.1"} |
| 649 | + }, { |
| 650 | + "@id": "#t0079", |
| 651 | + "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
| 652 | + "name": "Compact a @graph container having @index", |
| 653 | + "purpose": "Verify that having both @graph and @index allows @graph container compaction", |
| 654 | + "input": "compact-0079-in.jsonld", |
| 655 | + "context": "compact-0079-context.jsonld", |
| 656 | + "expect": "compact-0079-out.jsonld", |
| 657 | + "option": {"processingMode": "json-ld-1.1", "specVersion": "json-ld-1.1"} |
| 658 | + }, { |
| 659 | + "@id": "#t0080", |
| 660 | + "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
| 661 | + "name": "Do not compact a graph having @id with a term having an @graph container", |
| 662 | + "purpose": "Graph compaction works only on simple graphs", |
| 663 | + "input": "compact-0080-in.jsonld", |
| 664 | + "context": "compact-0080-context.jsonld", |
| 665 | + "expect": "compact-0080-out.jsonld", |
| 666 | + "option": {"processingMode": "json-ld-1.1", "specVersion": "json-ld-1.1"} |
649 | 667 | }, { |
650 | 668 | "@id": "#tc001", |
651 | 669 | "@type": ["jld:PositiveEvaluationTest", "jld:CompactTest"], |
|
0 commit comments