File tree Expand file tree Collapse file tree 4 files changed +58
-0
lines changed Expand file tree Collapse file tree 4 files changed +58
-0
lines changed Original file line number Diff line number Diff line change @@ -1270,6 +1270,27 @@ <h2>
1270
1270
</ dd >
1271
1271
</ dl >
1272
1272
</ dd >
1273
+ < dt id ='t0133 '>
1274
+ Test t0133 Reverse term with property based indexed container
1275
+ </ dt >
1276
+ < dd >
1277
+ < dl class ='entry '>
1278
+ < dt > id</ dt >
1279
+ < dd > #t0133</ dd >
1280
+ < dt > Type</ dt >
1281
+ < dd > jld:PositiveEvaluationTest, jld:ToRDFTest</ dd >
1282
+ < dt > Purpose</ dt >
1283
+ < dd > Expanding a reverse term using @container: @index and @index set to a property (from expand#t0131)</ dd >
1284
+ < dt > input</ dt >
1285
+ < dd >
1286
+ < a href ='toRdf/0133-in.jsonld '> toRdf/0133-in.jsonld</ a >
1287
+ </ dd >
1288
+ < dt > expect</ dt >
1289
+ < dd >
1290
+ < a href ='toRdf/0133-out.nq '> toRdf/0133-out.nq</ a >
1291
+ </ dd >
1292
+ </ dl >
1293
+ </ dd >
1273
1294
< dt id ='tc001 '>
1274
1295
Test tc001 adding new term
1275
1296
</ dt >
Original file line number Diff line number Diff line change 396
396
"purpose" : "IRI resolution according to RFC3986." ,
397
397
"input" : "toRdf/0132-in.jsonld" ,
398
398
"expect" : "toRdf/0132-out.nq"
399
+ } , {
400
+ "@id" : "#t0133" ,
401
+ "@type" : [ "jld:PositiveEvaluationTest" , "jld:ToRDFTest" ] ,
402
+ "name" : "Reverse term with property based indexed container" ,
403
+ "purpose" : "Expanding a reverse term using @container: @index and @index set to a property (from expand#t0131)" ,
404
+ "input" : "toRdf/0133-in.jsonld" ,
405
+ "expect" : "toRdf/0133-out.nq"
399
406
} , {
400
407
"@id" : "#tc001" ,
401
408
"@type" : [ "jld:PositiveEvaluationTest" , "jld:ToRDFTest" ] ,
Original file line number Diff line number Diff line change
1
+ [
2
+ {
3
+ "@id" : "https://example.org/item/1" ,
4
+ "@reverse" : {
5
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#subject" : [
6
+ {
7
+ "https://example.net/ns#addedIn" : [
8
+ {
9
+ "@id" : "https://example.org/v1"
10
+ }
11
+ ] ,
12
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#object" : [
13
+ {
14
+ "@id" : "https://example.net/ns#A"
15
+ }
16
+ ] ,
17
+ "http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate" : [
18
+ {
19
+ "@id" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
20
+ }
21
+ ]
22
+ }
23
+ ]
24
+ }
25
+ }
26
+ ]
Original file line number Diff line number Diff line change
1
+ _:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> <https://example.net/ns#A> .
2
+ _:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> .
3
+ _:b0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> <https://example.org/item/1> .
4
+ _:b0 <https://example.net/ns#addedIn> <https://example.org/v1> .
You can’t perform that action at this time.
0 commit comments