@piveau/dpi 0.1.0-beta.80 → 0.1.0-beta.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/msw/handlers.js +107 -0
  2. package/dist/msw/vocabularies-search/access-right.json.js +7 -0
  3. package/dist/msw/vocabularies-search/adms.json.js +7 -0
  4. package/dist/msw/vocabularies-search/continent.json.js +7 -0
  5. package/dist/msw/vocabularies-search/contributors.json.js +7 -0
  6. package/dist/msw/vocabularies-search/corporate-body.json.js +7 -0
  7. package/dist/msw/vocabularies-search/country.json.js +7 -0
  8. package/dist/msw/vocabularies-search/data-theme.json.js +7 -0
  9. package/dist/msw/vocabularies-search/dataset-status.json.js +7 -0
  10. package/dist/msw/vocabularies-search/dataset-type.json.js +7 -0
  11. package/dist/msw/vocabularies-search/dataset-types.json.js +7 -0
  12. package/dist/msw/vocabularies-search/distribution-type.json.js +7 -0
  13. package/dist/msw/vocabularies-search/file-type.json.js +7 -0
  14. package/dist/msw/vocabularies-search/frequency.json.js +7 -0
  15. package/dist/msw/vocabularies-search/hash-algorithms.json.js +7 -0
  16. package/dist/msw/vocabularies-search/hvd-category.json.js +7 -0
  17. package/dist/msw/vocabularies-search/iana-media-types.json.js +7 -0
  18. package/dist/msw/vocabularies-search/language.json.js +7 -0
  19. package/dist/msw/vocabularies-search/licence.json.js +7 -0
  20. package/dist/msw/vocabularies-search/licenses.json.js +7 -0
  21. package/dist/msw/vocabularies-search/place.json.js +7 -0
  22. package/dist/msw/vocabularies-search/planned-availability.json.js +7 -0
  23. package/dist/msw/vocabularies-search/political-geocoding-district-key.json.js +7 -0
  24. package/dist/msw/vocabularies-search/political-geocoding-government-district-key.json.js +7 -0
  25. package/dist/msw/vocabularies-search/political-geocoding-level.json.js +7 -0
  26. package/dist/msw/vocabularies-search/political-geocoding-municipal-association-key.json.js +7 -0
  27. package/dist/msw/vocabularies-search/political-geocoding-municipality-key.json.js +7 -0
  28. package/dist/msw/vocabularies-search/political-geocoding-regional-key.json.js +7 -0
  29. package/dist/msw/vocabularies-search/political-geocoding-state-key.json.js +7 -0
  30. package/dist/msw/vocabularies-search/spdx-checksum-algorithm.json.js +7 -0
  31. package/dist/msw.d.ts +1 -0
  32. package/dist/msw.js +6 -0
  33. package/package.json +8 -2
@@ -0,0 +1,107 @@
1
+ import { http as d, HttpResponse as o } from "msw";
2
+ import g from "./vocabularies-search/access-right.json.js";
3
+ import h from "./vocabularies-search/adms.json.js";
4
+ import b from "./vocabularies-search/continent.json.js";
5
+ import v from "./vocabularies-search/contributors.json.js";
6
+ import w from "./vocabularies-search/corporate-body.json.js";
7
+ import T from "./vocabularies-search/country.json.js";
8
+ import k from "./vocabularies-search/data-theme.json.js";
9
+ import G from "./vocabularies-search/dataset-status.json.js";
10
+ import x from "./vocabularies-search/dataset-type.json.js";
11
+ import K from "./vocabularies-search/dataset-types.json.js";
12
+ import L from "./vocabularies-search/distribution-type.json.js";
13
+ import R from "./vocabularies-search/file-type.json.js";
14
+ import $ from "./vocabularies-search/frequency.json.js";
15
+ import j from "./vocabularies-search/hash-algorithms.json.js";
16
+ import q from "./vocabularies-search/hvd-category.json.js";
17
+ import A from "./vocabularies-search/iana-media-types.json.js";
18
+ import C from "./vocabularies-search/language.json.js";
19
+ import M from "./vocabularies-search/licence.json.js";
20
+ import V from "./vocabularies-search/licenses.json.js";
21
+ import B from "./vocabularies-search/place.json.js";
22
+ import D from "./vocabularies-search/planned-availability.json.js";
23
+ import H from "./vocabularies-search/political-geocoding-district-key.json.js";
24
+ import P from "./vocabularies-search/political-geocoding-government-district-key.json.js";
25
+ import S from "./vocabularies-search/political-geocoding-level.json.js";
26
+ import z from "./vocabularies-search/political-geocoding-municipal-association-key.json.js";
27
+ import O from "./vocabularies-search/political-geocoding-municipality-key.json.js";
28
+ import U from "./vocabularies-search/political-geocoding-regional-key.json.js";
29
+ import W from "./vocabularies-search/political-geocoding-state-key.json.js";
30
+ import _ from "./vocabularies-search/spdx-checksum-algorithm.json.js";
31
+ const f = {
32
+ "access-right": g,
33
+ adms: h,
34
+ continent: b,
35
+ contributors: v,
36
+ "corporate-body": w,
37
+ country: T,
38
+ "dataset-status": G,
39
+ "dataset-type": x,
40
+ "dataset-types": K,
41
+ "data-theme": k,
42
+ "file-type": R,
43
+ frequency: $,
44
+ "hash-algorithms": j,
45
+ "hvd-category": q,
46
+ language: C,
47
+ licence: M,
48
+ licenses: V,
49
+ place: B,
50
+ "planned-availability": D,
51
+ "political-geocoding-district-key": H,
52
+ "political-geocoding-government-district-key": P,
53
+ "political-geocoding-level": S,
54
+ "political-geocoding-municipal-association-key": z,
55
+ "political-geocoding-municipality-key": O,
56
+ "political-geocoding-regional-key": U,
57
+ "political-geocoding-state-key": W,
58
+ "spdx-checksum-algorithm": _,
59
+ "iana-media-types": A,
60
+ "distribution-type": L
61
+ }, E = (c) => {
62
+ const p = c.endsWith("/") ? c.slice(0, -1) : c;
63
+ return [
64
+ d.get(`${p}/vocabularies/:vocabulary`, ({ params: n, request: m }) => {
65
+ const { vocabulary: t } = n, e = f[t];
66
+ if (!e)
67
+ return new o(null, {
68
+ status: 404,
69
+ statusText: `Vocabulary '${t}' not found`
70
+ });
71
+ const r = new URL(m.url).searchParams.get("q");
72
+ if (!r)
73
+ return o.json(e);
74
+ const s = r.toLowerCase(), i = e.result.results.filter((l) => Object.values(l.pref_label).some(
75
+ (y) => y.toLowerCase().includes(s)
76
+ ));
77
+ return o.json({
78
+ result: {
79
+ ...e.result,
80
+ count: i.length,
81
+ results: i
82
+ }
83
+ });
84
+ }),
85
+ d.get(`${p}/vocabularies/:vocabulary/vocable`, ({ params: n, request: m }) => {
86
+ var s, i, l;
87
+ const { vocabulary: t } = n, a = new URL(m.url).searchParams.get("resource");
88
+ if (!a)
89
+ return new o(null, {
90
+ status: 404,
91
+ statusText: `Vocabulary '${t}' not found`
92
+ });
93
+ const r = (l = (i = (s = f[t]) == null ? void 0 : s.result) == null ? void 0 : i.results) == null ? void 0 : l.find((u) => u.resource === a);
94
+ return r ? o.json({
95
+ result: r
96
+ }) : new o(null, {
97
+ status: 404,
98
+ statusText: `Vocable '${a}' not found in vocabulary '${t}'`
99
+ });
100
+ })
101
+ ];
102
+ }, kt = E("http://msw");
103
+ export {
104
+ E as createHandlers,
105
+ kt as handlers,
106
+ f as vocabularyMap
107
+ };
@@ -0,0 +1,7 @@
1
+ const e = { index: "vocabulary", count: 7, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { sv: "icke-offentligt", mt: "mhux pubbliku", ga: "neamhphoiblí", fi: "ei-julkinen", de: "nicht öffentlich", nl: "niet-openbaar", pt: "não público", nb: "ikke-allmenn tilgang", sk: "neverejné", et: "mitteavalik", lt: "neviešas", ro: "neaccesibil publicului", nn: "ikkje-allmenn tilgang", sl: "nejavno", cs: "neveřejné", el: "μη δημόσιο", en: "non-public", hu: "nem nyilvános", hr: "nije za javnu objavu", fr: "non public", lv: "nav publisks", it: "non pubblico", pl: "niepubliczny", da: "ikke-offentlig", es: "no público", bg: "непубличен", no: "ikke-allmenn tilgang" }, index: "vocabulary", id: "NON_PUBLIC", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/NON_PUBLIC" }, { pref_label: { hr: "osjetljivo", sv: "känsligt", sk: "citlivé", hu: "érzékeny", da: "følsom", it: "sensibile", nl: "gevoelig", mt: "sensittiv", fi: "arkaluonteinen", fr: "sensible", et: "tundlik", sl: "občutljivo", de: "sensibel", ga: "íogair", pl: "sensytywny", lv: "sensitīvs", ro: "sensibil", el: "ευαίσθητο", lt: "neskelbtinas", pt: "sensível", en: "sensitive", es: "sensible", cs: "citlivé", bg: "чувствителен" }, index: "vocabulary", id: "SENSITIVE", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/SENSITIVE" }, { pref_label: { fi: "Alustavat tiedot", it: "Dati provvisori", ro: "Date provizorii", et: "Esialgsed andmed", nl: "Voorlopige gegevens", pt: "Dados provisórios", en: "Provisional data", hu: "Ideiglenes adatok", de: "Vorläufige Daten", sl: "Začasni podatki", pl: "Dane tymczasowe", sv: "Tillfälliga uppgifter", bg: "Неокончателни данни", es: "Datos provisionales", ga: "Sonraí sealadacha", lv: "Provizoriski dati", el: "Προσωρινά δεδομένα", sk: "Predbežné údaje", fr: "Données provisoires", mt: "Dejta provviżorja", lt: "Laikinieji duomenys", hr: "Privremeni podaci", cs: "Předběžné údaje", da: "Midlertidige data" }, index: "vocabulary", id: "OP_DATPRO", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/OP_DATPRO" }, { pref_label: { sl: "javno", el: "δημόσιο", mt: "pubbliku", nl: "openbaar", pl: "publiczny", et: "avalik", hr: "za javnu objavu", pt: "público", lt: "viešas", fi: "julkinen", fr: "public", es: "público", it: "pubblico", da: "offentlig", sv: "offentligt", ga: "poiblí", no: "allmenn tilgang", en: "public", sk: "verejné", cs: "veřejné", bg: "публичен", nb: "allmenn tilgang", lv: "publiski pieejams", hu: "nyilvános", de: "öffentlich", nn: "allmenn tilgang", ro: "public" }, index: "vocabulary", id: "PUBLIC", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/PUBLIC" }, { pref_label: { hu: "korlátozott terjesztésű", lt: "taikomi ribojimai", cs: "vyhrazeno", it: "limitato", es: "restringido", hr: "ograničen pristup", da: "begrænset", nl: "beperkt", lv: "ierobežotas pieejamības", pt: "restrito", ga: "teoranta", pl: "zastrzeżony", de: "eingeschränkt", en: "restricted", bg: "с ограничен достъп", el: "περιορισμένης χρήσης", fr: "restreint", fi: "rajoitettu", sk: "vyhradené", ro: "cu acces restricționat", sv: "begränsad åtkomst", sl: "interno", et: "piiratud", mt: "ristrett" }, index: "vocabulary", id: "RESTRICTED", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/RESTRICTED" }, { pref_label: { fr: "confidentiel", sk: "dôverné", mt: "kunfidenzjali", de: "vertraulich", da: "fortrolig", el: "εμπιστευτικό", bg: "поверителен", hr: "povjerljivo", lv: "konfidenciāls", sl: "zaupno", nl: "vertrouwelijk", es: "confidencial", hu: "bizalmas", sv: "konfidentiellt", it: "riservato", et: "konfidentsiaalne", en: "confidential", lt: "konfidencialus", ga: "rúnda", cs: "důvěrné", pl: "poufny", fi: "luottamuksellinen", ro: "confidențial", pt: "confidencial" }, index: "vocabulary", id: "CONFIDENTIAL", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/CONFIDENTIAL" }, { pref_label: { es: "normal", sk: "normálne", de: "normal", pt: "normal", hu: "normál", sl: "običajno", et: "tavaline", el: "κανονικό", ga: "normálta", it: "normale", fi: "tavanomainen", ro: "normal", nl: "normaal", lv: "parasts", en: "normal", bg: "нормален", mt: "normali", lt: "normalus", pl: "zwykły", cs: "obvyklé", hr: "tipično", da: "normal", sv: "normal åtkomst", fr: "normal" }, index: "vocabulary", id: "NORMAL", in_scheme: "http://publications.europa.eu/resource/authority/access-right", resource: "http://publications.europa.eu/resource/authority/access-right/NORMAL" }] }, i = {
2
+ result: e
3
+ };
4
+ export {
5
+ i as default,
6
+ e as result
7
+ };
@@ -0,0 +1,7 @@
1
+ const e = /* @__PURE__ */ JSON.parse('{"index":"vocabulary","count":72,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"en":"Company"},"index":"vocabulary","id":"Company","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/Company"},{"pref_label":{"en":"Supra-national authority"},"index":"vocabulary","id":"SupraNationalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/SupraNationalAuthority"},{"pref_label":{"en":"Datalog"},"index":"vocabulary","id":"Datalog","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Datalog"},{"pref_label":{"en":"Domain Model"},"index":"vocabulary","id":"DomainModel","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/DomainModel"},{"pref_label":{"en":"Schema"},"index":"vocabulary","id":"Schema","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Schema"},{"pref_label":{"en":"Semantic"},"index":"vocabulary","id":"Semantic","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Semantic"},{"pref_label":{"en":"National authority"},"index":"vocabulary","id":"NationalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/NationalAuthority"},{"pref_label":{"en":"Jurisdiction within the EU"},"index":"vocabulary","id":"JurisdictionWithinTheEU","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/JurisdictionWithinTheEU"},{"pref_label":{"en":"Mapping"},"index":"vocabulary","id":"Mapping","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Mapping"},{"pref_label":{"en":"Private Individual(s)"},"index":"vocabulary","id":"PrivateIndividual(s)","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/PrivateIndividual(s)"},{"pref_label":{"en":"Relax NG"},"index":"vocabulary","id":"RelaxNG","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RelaxNG"},{"pref_label":{"en":"No derivative work"},"index":"vocabulary","id":"NoDerivativeWork","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/NoDerivativeWork"},{"pref_label":{"en":"Non-Profit Organisation"},"index":"vocabulary","id":"NonProfitOrganisation","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/NonProfitOrganisation"},{"pref_label":{"en":"Royalties required"},"index":"vocabulary","id":"RoyaltiesRequired","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/RoyaltiesRequired"},{"pref_label":{"en":"XML Schema"},"index":"vocabulary","id":"XMLSchema","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/XMLSchema"},{"pref_label":{"en":"Syntax Encoding Scheme"},"index":"vocabulary","id":"SyntaxEncodingScheme","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/SyntaxEncodingScheme"},{"pref_label":{"en":"Archimate"},"index":"vocabulary","id":"Archimate","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Archimate"},{"pref_label":{"en":"Simple Knowledge Organization System"},"index":"vocabulary","id":"SKOS","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SKOS"},{"pref_label":{"en":"Withdrawn"},"index":"vocabulary","id":"Withdrawn","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/Withdrawn"},{"pref_label":{"en":"Nominal cost"},"index":"vocabulary","id":"NominalCost","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/NominalCost"},{"pref_label":{"en":"Regional authority"},"index":"vocabulary","id":"RegionalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/RegionalAuthority"},{"pref_label":{"en":"Knowledge Interchange Format"},"index":"vocabulary","id":"KIF","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/KIF"},{"pref_label":{"en":"Rule Markup Langauge"},"index":"vocabulary","id":"RuleML","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RuleML"},{"pref_label":{"en":"Information Exchange Package Description"},"index":"vocabulary","id":"InformationExchangePackageDescription","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/InformationExchangePackageDescription"},{"pref_label":{"en":"Attribution"},"index":"vocabulary","id":"Attribution","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/Attribution"},{"pref_label":{"en":"Non-Governmental Organisation"},"index":"vocabulary","id":"NonGovernmentalOrganisation","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/NonGovernmentalOrganisation"},{"pref_label":{"en":"Common logic"},"index":"vocabulary","id":"CommonLogic","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/CommonLogic"},{"pref_label":{"en":"Unified Modelling Language"},"index":"vocabulary","id":"UML","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/UML"},{"pref_label":{"en":"Document Type Definition"},"index":"vocabulary","id":"DTD","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/DTD"},{"pref_label":{"en":"Technical"},"index":"vocabulary","id":"Technical","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Technical"},{"pref_label":{"en":"Grant back"},"index":"vocabulary","id":"GrantBack","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/GrantBack"},{"pref_label":{"en":"Industry consortium"},"index":"vocabulary","id":"IndustryConsortium","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/IndustryConsortium"},{"pref_label":{"en":"Semantic Web Rule Language"},"index":"vocabulary","id":"SWRL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SWRL"},{"pref_label":{"en":"Political"},"index":"vocabulary","id":"Political","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Political"},{"pref_label":{"en":"Schematron"},"index":"vocabulary","id":"Schematron","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Schematron"},{"pref_label":{"en":"SPARQL Query Language for RDF"},"index":"vocabulary","id":"SPARQL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SPARQL"},{"pref_label":{"en":"Ontology"},"index":"vocabulary","id":"Ontology","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Ontology"},{"pref_label":{"en":"Taxonomy"},"index":"vocabulary","id":"Taxonomy","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Taxonomy"},{"pref_label":{"en":"Legal"},"index":"vocabulary","id":"Legal","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Legal"},{"pref_label":{"en":"Under development"},"index":"vocabulary","id":"UnderDevelopment","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/UnderDevelopment"},{"pref_label":{"en":"Web Service Description Language"},"index":"vocabulary","id":"WSDL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/WSDL"},{"pref_label":{"en":"Code List"},"index":"vocabulary","id":"CodeList","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/CodeList"},{"pref_label":{"en":"Topic Maps"},"index":"vocabulary","id":"TopicMaps","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/TopicMaps"},{"pref_label":{"en":"Thesaurus"},"index":"vocabulary","id":"Thesaurus","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/Thesaurus"},{"pref_label":{"en":"Deprecated"},"index":"vocabulary","id":"Deprecated","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/Deprecated"},{"pref_label":{"en":"Web Service Modelling Ontology"},"index":"vocabulary","id":"WSMO","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/WSMO"},{"pref_label":{"en":"Human Language"},"index":"vocabulary","id":"HumanLanguage","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/HumanLanguage"},{"pref_label":{"en":"Local Authority"},"index":"vocabulary","id":"LocalAuthority","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/LocalAuthority"},{"pref_label":{"en":"Core Component"},"index":"vocabulary","id":"CoreComponent","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/CoreComponent"},{"pref_label":{"en":"Academia/Scientific organisation"},"index":"vocabulary","id":"Academia-ScientificOrganisation","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/Academia-ScientificOrganisation"},{"pref_label":{"en":"Other restrictive clauses"},"index":"vocabulary","id":"OtherRestrictiveClauses","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/OtherRestrictiveClauses"},{"pref_label":{"en":"Unknown IPR"},"index":"vocabulary","id":"UnknownIPR","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/UnknownIPR"},{"pref_label":{"en":"Integration Definition"},"index":"vocabulary","id":"IDEF","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/IDEF"},{"pref_label":{"en":"Non-commercial use only"},"index":"vocabulary","id":"NonCommercialUseOnly","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/NonCommercialUseOnly"},{"pref_label":{"en":"Reserved names / endorsement / official status"},"index":"vocabulary","id":"ReservedNames-Endorsement-OfficialStatus","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/ReservedNames-Endorsement-OfficialStatus"},{"pref_label":{"en":"Resource Description Framework Schema"},"index":"vocabulary","id":"RDFSchema","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RDFSchema"},{"pref_label":{"en":"SPARQL Inference Notation"},"index":"vocabulary","id":"SPIN","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SPIN"},{"pref_label":{"en":"Web Ontology Language Full/DL/Lite"},"index":"vocabulary","id":"OWL","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/OWL"},{"pref_label":{"en":"Service Description"},"index":"vocabulary","id":"ServiceDescription","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/ServiceDescription"},{"pref_label":{"en":"Prolog"},"index":"vocabulary","id":"Prolog","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Prolog"},{"pref_label":{"en":"Name Authority List"},"index":"vocabulary","id":"NameAuthorityList","in_scheme":"http://purl.org/adms/assettype/1.0","resource":"http://purl.org/adms/assettype/NameAuthorityList"},{"pref_label":{"en":"genericode"},"index":"vocabulary","id":"Genericode","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Genericode"},{"pref_label":{"en":"Semantics of Business Vocabulary and Rules"},"index":"vocabulary","id":"SBVR","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/SBVR"},{"pref_label":{"en":"Rule Interchange Format"},"index":"vocabulary","id":"RIF","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/RIF"},{"pref_label":{"en":"Public domain"},"index":"vocabulary","id":"PublicDomain","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/PublicDomain"},{"pref_label":{"en":"Diagram"},"index":"vocabulary","id":"Diagram","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/Diagram"},{"pref_label":{"en":"Business Process Modeling Notation"},"index":"vocabulary","id":"BPMN","in_scheme":"http://purl.org/adms/representationtechnique/1.0","resource":"http://purl.org/adms/representationtechnique/BPMN"},{"pref_label":{"en":"Known patent encumbrance"},"index":"vocabulary","id":"KnownPatentEncumbrance","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/KnownPatentEncumbrance"},{"pref_label":{"en":"Standardisation body"},"index":"vocabulary","id":"StandardisationBody","in_scheme":"http://purl.org/adms/publishertype/1.0","resource":"http://purl.org/adms/publishertype/StandardisationBody"},{"pref_label":{"en":"Viral effect (a.k.a. Share-alike)"},"index":"vocabulary","id":"ViralEffect-ShareAlike","in_scheme":"http://purl.org/adms/licencetype/1.0","resource":"http://purl.org/adms/licencetype/ViralEffect-ShareAlike"},{"pref_label":{"en":"Completed"},"index":"vocabulary","id":"Completed","in_scheme":"http://purl.org/adms/status/1.0","resource":"http://purl.org/adms/status/Completed"},{"pref_label":{"en":"Organisational"},"index":"vocabulary","id":"Organisational","in_scheme":"http://purl.org/adms/interoperabilitylevel/1.0","resource":"http://purl.org/adms/interoperabilitylevel/Organisational"}]}'), r = {
2
+ result: e
3
+ };
4
+ export {
5
+ r as default,
6
+ e as result
7
+ };
@@ -0,0 +1,7 @@
1
+ const e = { index: "vocabulary", count: 8, facets: [{ id: "attribution", title: "Attribution", items: [] }, { id: "copyleft", title: "Copy Left", items: [] }, { id: "lesser_copyleft", title: "Lesser Copy Left", items: [] }, { id: "notice", title: "Notice", items: [] }, { id: "share_alike", title: "Share Alike", items: [] }, { id: "state_changes", title: "State Changes", items: [] }], results: [{ pref_label: { de: "Europa", fi: "Eurooppa", et: "Euroopa", fr: "Europe", sk: "Európa", pt: "Europa", en: "Europe", ro: "Europa", cs: "Evropa", hu: "Európa", nl: "Europa", da: "Europa", pl: "Europa", sl: "Evropa", ga: "An Eoraip", lt: "Europa", hr: "Europa", es: "Europa", sv: "Europa", mt: "L-Ewropa", bg: "Европа", lv: "Eiropa", el: "Ευρώπη", it: "Europa" }, index: "vocabulary", id: "EUROPE", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/EUROPE" }, { pref_label: { fi: "Afrikka", es: "África", sk: "Afrika", el: "Αφρική", en: "Africa", de: "Afrika", mt: "L-Afrika", sl: "Afrika", fr: "Afrique", nl: "Afrika", lt: "Afrika", et: "Aafrika", bg: "Африка", ro: "Africa", pt: "África", sv: "Afrika", ga: "An Afraic", cs: "Afrika", hr: "Afrika", da: "Afrika", hu: "Afrika", pl: "Afryka", it: "Africa", lv: "Āfrika" }, index: "vocabulary", id: "AFRICA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/AFRICA" }, { pref_label: { de: "Amerika", fi: "Amerikka", da: "Amerika", es: "América", el: "Αμερική", lv: "Amerika", hr: "Amerika", ga: "Meiriceá", nl: "Amerika", sv: "Amerika", fr: "Amérique", pl: "Ameryka", ro: "America", sk: "Amerika", et: "Ameerika", pt: "América", it: "America", sl: "Amerika", bg: "Америка", hu: "Amerika", mt: "L-Amerika", cs: "Amerika", en: "America", lt: "Amerika" }, index: "vocabulary", id: "AMERICA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/AMERICA" }, { pref_label: { mt: "L-Antartika", lt: "Antarktida", it: "Antartide", sv: "Antarktis", cs: "Antarktida", sk: "Antarktída", nl: "Antarctica", de: "Antarktis", ro: "Antarctica", ga: "Antartaice", sl: "Antarktika", bg: "Антарктида", da: "Antarktis", es: "Antártida", fr: "Antarctique", et: "Antarktis", hu: "Antarktisz", lv: "Antarktīda", el: "Ανταρκτική", hr: "Antarktika", fi: "Etelämanner", pt: "Antártida", pl: "Antarktyda", en: "Antarctica" }, index: "vocabulary", id: "ANTARCTICA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/ANTARCTICA" }, { pref_label: { sl: "Azija", en: "Asia", it: "Asia", hr: "Azija", lt: "Azija", da: "Asien", lv: "Āzija", nl: "Azië", ro: "Asia", hu: "Ázsia", fr: "Asie", pt: "Ásia", cs: "Asie", mt: "L-Asja", bg: "Азия", el: "Ασία", sv: "Asien", es: "Asia", et: "Aasia", pl: "Azja", fi: "Aasia", de: "Asien", sk: "Ázia", ga: "An Áise" }, index: "vocabulary", id: "ASIA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/ASIA" }, { pref_label: { nl: "Voorlopige gegevens", sv: "Tillfälliga uppgifter", da: "Midlertidige data", sl: "Začasni podatki", pt: "Dados provisórios", fi: "Alustavat tiedot", et: "Esialgsed andmed", hr: "Privremeni podaci", lv: "Provizoriski dati", el: "Προσωρινά δεδομένα", it: "Dati provvisori", mt: "Dejta provviżorja", fr: "Données provisoires", de: "Vorläufige Daten", ga: "Sonraí sealadacha", sk: "Predbežné údaje", hu: "Ideiglenes adatok", es: "Datos provisionales", bg: "НЕОКОНЧАТЕЛНИ ДАННИ", cs: "Předběžné údaje", pl: "Dane tymczasowe", lt: "Laikinieji duomenys", ro: "Date provizorii", en: "Provisional data" }, index: "vocabulary", id: "OP_DATPRO", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/OP_DATPRO" }, { pref_label: { es: "Instituciones de la UE", hr: "Institucije EU-a", sk: "Inštitúcie EÚ", et: "ELi institutsioonid", fr: "Institutions de l'UE", lt: "ES institucijos", hu: "Uniós intézmények", bg: "Институции в ЕС", cs: "Instituce EU", lv: "ES iestādes", nl: "EU-instellingen", pl: "Instytucje UE", da: "EU-institutioner", no: "EU-institusjoner", de: "EU Institutionen", mt: "Istituzzjonijiet tal-UE", ro: "Instituții ale UE", pt: "Instituições da UE", sl: "Institucije Evropske unije", ga: "Institiúidí AE", sv: "EU-institutioner", en: "EU institutions", it: "Istituzioni dell'UE", fi: "EU:n instituutiot", el: "Θεσμικά όργανα της ΕΕ" }, index: "vocabulary", id: "EUINST", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/EUINST" }, { pref_label: { de: "Ozeanien", ga: "An Aigéine", hr: "Oceanija", hu: "Óceánia", et: "Okeaania", cs: "Oceánie", bg: "Океания", mt: "L-Oċeanja", fi: "Oseania", da: "Oceanien", el: "Ωκεανία", sv: "Oceanien", en: "Oceania", pt: "Oceânia", sk: "Oceánia", lv: "Okeānija", fr: "Océanie", it: "Oceania", sl: "Oceanija", ro: "Oceania", es: "Oceanía", lt: "Okeanija", pl: "Oceania", nl: "Oceanië" }, index: "vocabulary", id: "OCEANIA", in_scheme: "http://publications.europa.eu/resource/authority/continent", resource: "http://publications.europa.eu/resource/authority/continent/OCEANIA" }] }, i = {
2
+ result: e
3
+ };
4
+ export {
5
+ i as default,
6
+ e as result
7
+ };
@@ -0,0 +1,7 @@
1
+ const e = /* @__PURE__ */ JSON.parse('{"index":"vocabulary","count":69,"facets":[{"id":"attribution","title":"Attribution","items":[]},{"id":"copyleft","title":"Copy Left","items":[]},{"id":"lesser_copyleft","title":"Lesser Copy Left","items":[]},{"id":"notice","title":"Notice","items":[]},{"id":"share_alike","title":"Share Alike","items":[]},{"id":"state_changes","title":"State Changes","items":[]}],"results":[{"pref_label":{"de":"Deutsches Patent- und Markenamt"},"index":"vocabulary","id":"deutschesPatentUndMarkenamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/deutschesPatentUndMarkenamt","alt_label":{"de":"deutschesPatentUndMarkenamt"}},{"pref_label":{"de":"open bydata"},"index":"vocabulary","id":"openDataBayern","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataBayern","alt_label":{"de":"openDataBayern"}},{"pref_label":{"de":"Stadt Oldenburg"},"index":"vocabulary","id":"stadtOldenburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtOldenburg","alt_label":{"de":"stadtOldenburg"}},{"pref_label":{"de":"OpenGovernmentDataPortal RheinlandPfalz"},"index":"vocabulary","id":"openGovernmentDataPortalRheinlandPfalz","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openGovernmentDataPortalRheinlandPfalz","alt_label":{"de":"openGovernmentDataPortalRheinlandPfalz"}},{"pref_label":{"de":"Bundesministerium für Familie, Senioren, Frauen und Jugend"},"index":"vocabulary","id":"bundesministeriumFuerFamilieSeniorenFrauenUndJugend","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerFamilieSeniorenFrauenUndJugend","alt_label":{"de":"bundesministeriumFuerFamilieSeniorenFrauenUndJugend"}},{"pref_label":{"de":"OpenAgrar Repositorium der Forschungseinrichtungen des BMEL"},"index":"vocabulary","id":"openAgrarRepositoriumDerForschungseinrichtungenDesBMEL","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openAgrarRepositoriumDerForschungseinrichtungenDesBMEL","alt_label":{"de":"openAgrarRepositoriumDerForschungseinrichtungenDesBMEL"}},{"pref_label":{"de":"Metropolregion Rhein-Neckar"},"index":"vocabulary","id":"metropolregionRheinNeckar","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/metropolregionRheinNeckar","alt_label":{"de":"metropolregionRheinNeckar"}},{"pref_label":{"de":"Bundesministerium des Innern und Heimat"},"index":"vocabulary","id":"bundesministeriumDesInnernUndHeimat","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumDesInnernUndHeimat","alt_label":{"de":"bundesministeriumDesInnernUndHeimat"}},{"pref_label":{"de":"Bundesministerium für Ernährung und Landwirtschaft"},"index":"vocabulary","id":"bundesministeriumFuerErnaehrungUndLandwirtschaft","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerErnaehrungUndLandwirtschaft","alt_label":{"de":"bundesministeriumFuerErnaehrungUndLandwirtschaft"}},{"pref_label":{"de":"Open Data Bund"},"index":"vocabulary","id":"openDataBund","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataBund","alt_label":{"de":"openDataBund"}},{"pref_label":{"de":"Auswärtiges Amt"},"index":"vocabulary","id":"auswaertigesAmt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/auswaertigesAmt","alt_label":{"de":"auswaertigesAmt"}},{"pref_label":{"de":"Bundesversicherungsamt"},"index":"vocabulary","id":"bundesversicherungsamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesversicherungsamt","alt_label":{"de":"bundesversicherungsamt"}},{"pref_label":{"de":"Bundesministerium für wirtschaftliche Zusammenarbeit und Entwicklung\\n "},"index":"vocabulary","id":"bundesministeriumFuerWirtschaftlicheZusammenarbeitUndEntwicklung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerWirtschaftlicheZusammenarbeitUndEntwicklung","alt_label":{"de":"bundesministeriumFuerWirtschaftlicheZusammenarbeitUndEntwicklung"}},{"pref_label":{"de":"Mobilithek des Bundesministeriums für Digitales und Verkehr"},"index":"vocabulary","id":"mobilithek","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/mobilithek","alt_label":{"de":"mobilithek"}},{"pref_label":{"de":"Bundesanstalt für Arbeitsschutz und Arbeitsmedizin"},"index":"vocabulary","id":"bundesanstaltFuerArbeitsschutzUndArbeitsmedizin","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesanstaltFuerArbeitsschutzUndArbeitsmedizin","alt_label":{"de":"bundesanstaltFuerArbeitsschutzUndArbeitsmedizin"}},{"pref_label":{"de":"Bundesverwaltungsamt"},"index":"vocabulary","id":"bundesverwaltungsamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesverwaltungsamt","alt_label":{"de":"bundesverwaltungsamt"}},{"pref_label":{"de":"Land Niedersachsen"},"index":"vocabulary","id":"landNiedersachsen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landNiedersachsen","alt_label":{"de":"landNiedersachsen"}},{"pref_label":{"de":"Bundesamt für Verbraucherschutz und Lebensmittelsicherheit"},"index":"vocabulary","id":"bundesamtFuerVerbraucherschutzUndLebensmittelsicherheit","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerVerbraucherschutzUndLebensmittelsicherheit","alt_label":{"de":"bundesamtFuerVerbraucherschutzUndLebensmittelsicherheit"}},{"pref_label":{"de":"Transparenzportal Bremen"},"index":"vocabulary","id":"transparenzportalBremen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/transparenzportalBremen","alt_label":{"de":"transparenzportalBremen"}},{"pref_label":{"de":"Paul-Ehrlich-Institut"},"index":"vocabulary","id":"paulEhrlichInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/paulEhrlichInstitut","alt_label":{"de":"paulEhrlichInstitut"}},{"pref_label":{"de":"Berlin Open Data"},"index":"vocabulary","id":"berlinOpenData","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/berlinOpenData","alt_label":{"de":"berlinOpenData"}},{"pref_label":{"de":"Bundesanstalt für Materialforschung und -prüfung (BAM)"},"index":"vocabulary","id":"bundesanstaltFuerMaterialforschungUndPruefung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesanstaltFuerMaterialforschungUndPruefung","alt_label":{"de":"bundesanstaltFuerMaterialforschungUndPruefung"}},{"pref_label":{"de":"Statistisches Bundesamt"},"index":"vocabulary","id":"destatis","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/destatis","alt_label":{"de":"destatis"}},{"pref_label":{"de":"Bundesamt für Justiz"},"index":"vocabulary","id":"bundesamtFuerJustiz","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerJustiz","alt_label":{"de":"bundesamtFuerJustiz"}},{"pref_label":{"de":"Bundessortenamt"},"index":"vocabulary","id":"bundessortenamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundessortenamt","alt_label":{"de":"bundessortenamt"}},{"pref_label":{"de":"mCloud"},"index":"vocabulary","id":"mCloud","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/mCloud","alt_label":{"de":"mCloud"}},{"pref_label":{"de":"ITZ-Bund"},"index":"vocabulary","id":"itzBund","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/itzBund","alt_label":{"de":"itzBund"}},{"pref_label":{"de":"Die Regionaldatenbank Deutschland"},"index":"vocabulary","id":"regionalstatistik","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/regionalstatistik","alt_label":{"de":"regionalstatistik"}},{"pref_label":{"de":"Bundesministerium der Finanzen"},"index":"vocabulary","id":"bundesministeriumDerFinanzen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumDerFinanzen","alt_label":{"de":"bundesministeriumDerFinanzen"}},{"pref_label":{"de":"Land Schleswig-Holstein"},"index":"vocabulary","id":"schleswigHolstein","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/schleswigHolstein","alt_label":{"de":"schleswigHolstein"}},{"pref_label":{"de":"Open-Data-Portal der Hanse- und Universitätsstadt Rostock"},"index":"vocabulary","id":"openDataHRO","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataHRO","alt_label":{"de":"openDataHRO"}},{"pref_label":{"de":"Bundesausgleichsamt"},"index":"vocabulary","id":"bundesausgleichsamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesausgleichsamt","alt_label":{"de":"bundesausgleichsamt"}},{"pref_label":{"de":"Bundesministerium für Arbeit und Soziales"},"index":"vocabulary","id":"bundesministeriumFuerArbeitUndSoziales","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerArbeitUndSoziales","alt_label":{"de":"bundesministeriumFuerArbeitUndSoziales"}},{"pref_label":{"de":"Hessen"},"index":"vocabulary","id":"hessen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/hessen","alt_label":{"de":"hessen"}},{"pref_label":{"de":"Max Rubner Institut"},"index":"vocabulary","id":"maxRubnerInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/maxRubnerInstitut","alt_label":{"de":"maxRubnerInstitut"}},{"pref_label":{"de":"Open.NRW"},"index":"vocabulary","id":"openNRW","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openNRW","alt_label":{"de":"openNRW"}},{"pref_label":{"de":"Statistisches Bundesamt"},"index":"vocabulary","id":"genesisDestatis","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/genesisDestatis","alt_label":{"de":"genesisDestatis"}},{"pref_label":{"de":"Open Data Brandenburg"},"index":"vocabulary","id":"openDataBrandenburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/openDataBrandenburg","alt_label":{"de":"openDataBrandenburg"}},{"pref_label":{"de":"Stadtwerke Osnabrück"},"index":"vocabulary","id":"SWONetzGmbH","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/SWONetzGmbH","alt_label":{"de":"SWONetzGmbH"}},{"pref_label":{"de":"Bundesamt für Wirtschaft und Ausfuhrkontrolle"},"index":"vocabulary","id":"bundesamtFuerWirtschaftUndAusfuhrkontrolle","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerWirtschaftUndAusfuhrkontrolle","alt_label":{"de":"bundesamtFuerWirtschaftUndAusfuhrkontrolle"}},{"pref_label":{"de":"Transparenzportal Hamburg"},"index":"vocabulary","id":"transparenzportalHamburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/transparenzportalHamburg","alt_label":{"de":"transparenzportalHamburg"}},{"pref_label":{"de":"Friedrich Loeffler Institut"},"index":"vocabulary","id":"friedrichLoefflerInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/friedrichLoefflerInstitut","alt_label":{"de":"friedrichLoefflerInstitut"}},{"pref_label":{"de":"Bundesamt für Bauwesen und Raumordnung (BBR)"},"index":"vocabulary","id":"bundesamtFuerBauwesenUndRaumordnung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesamtFuerBauwesenUndRaumordnung","alt_label":{"de":"bundesamtFuerBauwesenUndRaumordnung"}},{"pref_label":{"de":"Bundesministerium für Bildung und Forschung"},"index":"vocabulary","id":"bundesministeriumFuerBildungUndForschung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerBildungUndForschung","alt_label":{"de":"bundesministeriumFuerBildungUndForschung"}},{"pref_label":{"de":"Daten.BW"},"index":"vocabulary","id":"datenBW","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/datenBW","alt_label":{"de":"datenBW"}},{"pref_label":{"de":"Bundeszentralamt für Steuern"},"index":"vocabulary","id":"bundeszentralamtFuerSteuern","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundeszentralamtFuerSteuern","alt_label":{"de":"bundeszentralamtFuerSteuern"}},{"pref_label":{"de":"Stadt Freiburg im Breisgau"},"index":"vocabulary","id":"stadtFreiburgImBreisgau","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtFreiburgImBreisgau","alt_label":{"de":"stadtFreiburgImBreisgau"}},{"pref_label":{"de":"Land Mecklenburg-Vorpommern"},"index":"vocabulary","id":"mecklenburgVorpommern","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/mecklenburgVorpommern","alt_label":{"de":"mecklenburgVorpommern"}},{"pref_label":{"de":"Stadt Augsburg"},"index":"vocabulary","id":"stadtAugsburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtAugsburg","alt_label":{"de":"stadtAugsburg"}},{"pref_label":{"de":"Bundesinstitut für Bau-, Stadt- und Raumforschung (BBSR) im Bundesamt für Bauwesen\\n und Raumordnung (BBR)\\n "},"index":"vocabulary","id":"bundesinstitutFuerBauStadtUndRaumforschungImBundesamtFuerBauwesenundRaumordnung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesinstitutFuerBauStadtUndRaumforschungImBundesamtFuerBauwesenundRaumordnung","alt_label":{"de":"bundesinstitutFuerBauStadtUndRaumforschungImBundesamtFuerBauwesenundRaumordnung\\n "}},{"pref_label":{"de":"Bundesministerium der Verteidigung"},"index":"vocabulary","id":"bundesministeriumDerVerteidigung","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumDerVerteidigung","alt_label":{"de":"bundesministeriumDerVerteidigung"}},{"pref_label":{"de":"Deutsche Rentenversicherung Bund"},"index":"vocabulary","id":"deutscheRentenversicherungBund","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/deutscheRentenversicherungBund","alt_label":{"de":"deutscheRentenversicherungBund"}},{"pref_label":{"de":"Robert Koch-Institut"},"index":"vocabulary","id":"robertKochInstitut","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/robertKochInstitut","alt_label":{"de":"robertKochInstitut"}},{"pref_label":{"de":"Die Beauftragte der Bundesregierung für Kultur und Medien"},"index":"vocabulary","id":"dieBeauftragteDerBundesregierungFuerKulturUndMedien","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/dieBeauftragteDerBundesregierungFuerKulturUndMedien","alt_label":{"de":"dieBeauftragteDerBundesregierungFuerKulturUndMedien"}},{"pref_label":{"de":"Stadt Frankfurt am Main"},"index":"vocabulary","id":"stadtFrankfurtAmMain","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtFrankfurtAmMain","alt_label":{"de":"stadtFrankfurtAmMain"}},{"pref_label":{"de":"Land Brandenburg"},"index":"vocabulary","id":"landBrandenburg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landBrandenburg","alt_label":{"de":"landBrandenburg"}},{"pref_label":{"de":"Stadt Nürnberg"},"index":"vocabulary","id":"stadtNuernberg","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/stadtNuernberg","alt_label":{"de":"stadtNuernberg"}},{"pref_label":{"de":"Umweltbundesamt"},"index":"vocabulary","id":"umweltbundesamt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/umweltbundesamt","alt_label":{"de":"umweltbundesamt"}},{"pref_label":{"de":"Der Bundesbeauftragte für den Datenschutz und die Informationsfreiheit\\n "},"index":"vocabulary","id":"derBundesbeauftragteFuerDenDatenschutzUndDieInformationsfreiheit","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/derBundesbeauftragteFuerDenDatenschutzUndDieInformationsfreiheit","alt_label":{"de":"derBundesbeauftragteFuerDenDatenschutzUndDieInformationsfreiheit"}},{"pref_label":{"de":"Bundesministerium für Wirtschaft und Energie"},"index":"vocabulary","id":"bundesministeriumFuerWirtschaftUndEnergie","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesministeriumFuerWirtschaftUndEnergie","alt_label":{"de":"bundesministeriumFuerWirtschaftUndEnergie"}},{"pref_label":{"de":"Deutsche Nationalbibliothek"},"index":"vocabulary","id":"deutscheNationalbibliothek","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/deutscheNationalbibliothek","alt_label":{"de":"deutscheNationalbibliothek"}},{"pref_label":{"de":"GovData – das Datenportal für Deutschland"},"index":"vocabulary","id":"govData","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/govData","alt_label":{"de":"govData"}},{"pref_label":{"de":"Bundesarchiv"},"index":"vocabulary","id":"bundesarchiv","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/bundesarchiv","alt_label":{"de":"bundesarchiv"}},{"pref_label":{"de":"Geodateninfrastruktur Deutschland"},"index":"vocabulary","id":"gdiDE","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/gdiDE","alt_label":{"de":"gdiDE"}},{"pref_label":{"de":"Generalzolldirektion"},"index":"vocabulary","id":"generalzolldirektion","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/generalzolldirektion","alt_label":{"de":"generalzolldirektion"}},{"pref_label":{"de":"Land Sachsen-Anhalt"},"index":"vocabulary","id":"landSachsenAnhalt","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landSachsenAnhalt","alt_label":{"de":"landSachsenAnhalt"}},{"pref_label":{"de":"FITKO (Föderale IT-Kooperation)"},"index":"vocabulary","id":"fitko","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/fitko","alt_label":{"de":"fitko"}},{"pref_label":{"de":"Landeshauptstadt München"},"index":"vocabulary","id":"landeshauptstadtMuenchen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/landeshauptstadtMuenchen","alt_label":{"de":"landeshauptstadtMuenchen"}},{"pref_label":{"de":"Freistaat Sachsen"},"index":"vocabulary","id":"freistaatSachsen","in_scheme":"http://dcat-ap.de/def/contributors","resource":"http://dcat-ap.de/def/contributors/freistaatSachsen","alt_label":{"de":"freistaatSachsen"}}]}'), t = {
2
+ result: e
3
+ };
4
+ export {
5
+ t as default,
6
+ e as result
7
+ };