|
974 | 974 | }, { |
975 | 975 | "@id": "#te081", |
976 | 976 | "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"], |
977 | | - "name": "Does not create an @graph container if value is a graph", |
| 977 | + "name": "Creates an @graph container if value is a graph", |
978 | 978 | "purpose": "Don't double-expand an already expanded graph", |
979 | 979 | "input": "toRdf/e081-in.jsonld", |
980 | 980 | "expect": "toRdf/e081-out.nq", |
|
1090 | 1090 | }, { |
1091 | 1091 | "@id": "#te095", |
1092 | 1092 | "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"], |
1093 | | - "name": "Does not create an @graph container if value is a graph (multiple objects)", |
| 1093 | + "name": "Creates an @graph container if value is a graph (multiple objects)", |
1094 | 1094 | "purpose": "Don't double-expand an already expanded graph", |
1095 | 1095 | "input": "toRdf/e095-in.jsonld", |
1096 | 1096 | "expect": "toRdf/e095-out.nq", |
|
1146 | 1146 | }, { |
1147 | 1147 | "@id": "#te102", |
1148 | 1148 | "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"], |
1149 | | - "name": "Do not expand @graph container if value is a graph (multiple objects)", |
| 1149 | + "name": "Expand @graph container if value is a graph (multiple objects)", |
1150 | 1150 | "purpose": "Does not create a new graph object if indexed value is already a graph object", |
1151 | 1151 | "input": "toRdf/e102-in.jsonld", |
1152 | 1152 | "expect": "toRdf/e102-out.nq", |
1153 | 1153 | "option": {"processingMode": "json-ld-1.1", "specVersion": "json-ld-1.1"} |
1154 | 1154 | }, { |
1155 | 1155 | "@id": "#te103", |
1156 | 1156 | "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"], |
1157 | | - "name": "Do not expand @graph container if value is a graph (multiple graphs)", |
| 1157 | + "name": "Expand @graph container if value is a graph (multiple graphs)", |
1158 | 1158 | "purpose": "Does not create a new graph object if indexed value is already a graph object", |
1159 | 1159 | "input": "toRdf/e103-in.jsonld", |
1160 | 1160 | "expect": "toRdf/e103-out.nq", |
1161 | 1161 | "option": {"processingMode": "json-ld-1.1", "specVersion": "json-ld-1.1"} |
1162 | 1162 | }, { |
1163 | 1163 | "@id": "#te104", |
1164 | 1164 | "@type": ["jld:PositiveEvaluationTest", "jld:ToRDFTest"], |
1165 | | - "name": "Does not create an @graph container if value is a graph (mixed graph and object)", |
| 1165 | + "name": "Creates an @graph container if value is a graph (mixed graph and object)", |
1166 | 1166 | "purpose": "Don't double-expand an already expanded graph", |
1167 | 1167 | "input": "toRdf/e104-in.jsonld", |
1168 | 1168 | "expect": "toRdf/e104-out.nq", |
|
0 commit comments