blob: bb8466f7a83bfaa8eb8c77ec9710885cfa28eeef [file] [log] [blame]
margaretha3d811102017-09-06 14:20:42 +02001{"collection": {
2 "operation": "operation:or",
3 "operands": [
4 {
5 "@type": "koral:doc",
6 "value": "CC-BY.*",
7 "match": "match:eq",
8 "type": "type:regex",
9 "key": "availability"
10 },
11 {
12 "operation": "operation:or",
13 "operands": [
14 {
15 "@type": "koral:doc",
16 "value": "ACA.*",
17 "match": "match:eq",
18 "type": "type:regex",
19 "key": "availability"
20 },
21 {
22 "@type": "koral:doc",
23 "value": "QAO.*",
24 "match": "match:eq",
25 "type": "type:regex",
26 "key": "availability"
27 }
28 ],
29 "@type": "koral:docGroup"
30 }
31 ],
32 "@type": "koral:docGroup",
33 "rewrites": [{
34 "@type": "koral:rewrite",
35 "src": "Kustvakt",
36 "operation": "operation:insertion",
37 "scope": "availability(ALL)"
38 }]
39}}