File tree Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Expand file tree Collapse file tree 4 files changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -6177,6 +6177,34 @@ <h2>
6177
6177
</ dd >
6178
6178
</ dl >
6179
6179
</ dd >
6180
+ < dt id ='tjs22 '>
6181
+ Test tjs22 Transform JSON literal (null) aleady in expanded form.
6182
+ </ dt >
6183
+ < dd >
6184
+ < dl class ='entry '>
6185
+ < dt > id</ dt >
6186
+ < dd > #tjs22</ dd >
6187
+ < dt > Type</ dt >
6188
+ < dd > jld:PositiveEvaluationTest, jld:ToRDFTest</ dd >
6189
+ < dt > Purpose</ dt >
6190
+ < dd > Tests transforming property with @type @json to a JSON literal (null).</ dd >
6191
+ < dt > input</ dt >
6192
+ < dd >
6193
+ < a href ='toRdf/js22-in.jsonld '> toRdf/js22-in.jsonld</ a >
6194
+ </ dd >
6195
+ < dt > expect</ dt >
6196
+ < dd >
6197
+ < a href ='toRdf/js22-out.nq '> toRdf/js22-out.nq</ a >
6198
+ </ dd >
6199
+ < dt > Options</ dt >
6200
+ < dd >
6201
+ < dl class ='options '>
6202
+ < dt > specVersion</ dt >
6203
+ < dd > json-ld-1.1</ dd >
6204
+ </ dl >
6205
+ </ dd >
6206
+ </ dl >
6207
+ </ dd >
6180
6208
< dt id ='tli01 '>
6181
6209
Test tli01 @list containing @list
6182
6210
</ dt >
Original file line number Diff line number Diff line change 1884
1884
"input" : "toRdf/js21-in.jsonld" ,
1885
1885
"expect" : "toRdf/js21-out.nq" ,
1886
1886
"option" : { "specVersion" : "json-ld-1.1" }
1887
+ } , {
1888
+ "@id" : "#tjs22" ,
1889
+ "@type" : [ "jld:PositiveEvaluationTest" , "jld:ToRDFTest" ] ,
1890
+ "name" : "Transform JSON literal (null) aleady in expanded form." ,
1891
+ "purpose" : "Tests transforming property with @type @json to a JSON literal (null)." ,
1892
+ "input" : "toRdf/js22-in.jsonld" ,
1893
+ "expect" : "toRdf/js22-out.nq" ,
1894
+ "option" : { "specVersion" : "json-ld-1.1" }
1887
1895
} , {
1888
1896
"@id" : "#tli01" ,
1889
1897
"@type" : [ "jld:PositiveEvaluationTest" , "jld:ToRDFTest" ] ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "http://example.org/vocab#null" : { "@value" : null , "@type" : "@json" }
3
+ }
Original file line number Diff line number Diff line change
1
+ _:b0 <http://example.org/vocab#null> "null"^^<http://www.w3.org/1999/02/22-rdf-syntax-ns#JSON> .
You can’t perform that action at this time.
0 commit comments