From c5fdff3eccc70d523daa1940647942255229d33e Mon Sep 17 00:00:00 2001 From: Stefan Peters Date: Wed, 2 Mar 2022 11:06:22 +0100 Subject: [PATCH] Remove Wikidata from default config (now works via BARTOC) (#670) --- config/cocoda.default.json | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/config/cocoda.default.json b/config/cocoda.default.json index f1e061b2..295b15ae 100644 --- a/config/cocoda.default.json +++ b/config/cocoda.default.json @@ -43,38 +43,6 @@ ] } }, - { - "provider": "ConceptApi", - "uri": "http://coli-conc.gbv.de/registry/wikidata-concepts", - "data": "https://coli-conc.gbv.de/services/wikidata/concept/", - "suggest": "https://coli-conc.gbv.de/services/wikidata/suggest?search={searchTerms}", - "schemes": [ - { - "uri": "http://bartoc.org/en/node/1940", - "notation": [ - "WD" - ], - "concepts": [ - null - ], - "topConcepts": [] - } - ], - "notation": [ - "WD" - ], - "prefLabel": { - "en": "Wikidata" - }, - "definition": { - "en": [ - "Access to Wikidata in JSKOS format" - ], - "de": [ - "Zugriff auf Wikidata im JSKOS-Format" - ] - } - }, { "provider": "MeshApi", "uri": "http://coli-conc.gbv.de/registry/mesh-concepts",