|
76 | 76 | "titleByLang": {"sv": "Libris sök", "en": "Libris Search"}, |
77 | 77 | "statistics": { |
78 | 78 | "sliceList": [ |
| 79 | + { "dimensionChain": ["instanceOfType"], "itemLimit": 100 }, |
| 80 | + { "dimensionChain": ["rdf:type"], "itemLimit": 100 }, |
| 81 | + { "dimensionChain": ["hasInstanceType"], "itemLimit": 100 }, |
79 | 82 | { "dimensionChain": ["genreForm"], "itemLimit": 100 }, |
80 | | - { "dimensionChain": ["itemHeldBy"], "itemLimit": 1000 }, |
81 | | - { "dimensionChain": ["contributor"], "itemLimit": 20 }, |
82 | 83 | { "dimensionChain": ["language"], "itemLimit": 100 }, |
83 | | - { "dimensionChain": ["subject"], "itemLimit": 100 }, |
84 | 84 | { "dimensionChain": ["yearPublished"], "itemLimit": 500 }, |
| 85 | + { "dimensionChain": ["itemHeldBy"], "itemLimit": 1000 }, |
| 86 | + { "dimensionChain": ["bibliography"], "itemLimit": 200 }, |
| 87 | + { "dimensionChain": ["subject"], "itemLimit": 100 }, |
| 88 | + { "dimensionChain": ["contributor"], "itemLimit": 20 }, |
85 | 89 | { "dimensionChain": ["intendedAudience"], "itemLimit": 100 } |
86 | 90 | ] |
87 | 91 | } |
|
0 commit comments