Akron | 93f9607 | 2020-10-27 19:05:02 +0100 | [diff] [blame^] | 1 | { |
2 | "@context" : "http://ids-mannheim.de/ns/KorAP/json-ld/v0.1/context.jsonld", | ||||
3 | "query" : { | ||||
4 | "@type" : "koral:group", | ||||
5 | "operation" : "operation:sequence", | ||||
6 | "operands" : [ | ||||
7 | { | ||||
8 | "@type" : "koral:token", | ||||
9 | "wrap" : { | ||||
10 | "@type" : "koral:term", | ||||
11 | "foundry" : "tt", | ||||
12 | "key" : "NN", | ||||
13 | "layer" : "p" | ||||
14 | } | ||||
15 | }, | ||||
16 | { | ||||
17 | "@type" : "koral:queryRef", | ||||
18 | "ref" : "admin/example" | ||||
19 | }, | ||||
20 | { | ||||
21 | "@type" : "koral:token", | ||||
22 | "wrap" : { | ||||
23 | "@type" : "koral:term", | ||||
24 | "key" : "Baum" | ||||
25 | } | ||||
26 | } | ||||
27 | ] | ||||
28 | } | ||||
29 | } |