From 0f00a70e5e698cc83ef27d6a1da46653fa341379 Mon Sep 17 00:00:00 2001 From: Uwe Kretschmer Date: Wed, 5 Dec 2018 15:12:46 +0100 Subject: [PATCH] Added missing organisation related configuration. --- config.tpl.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.tpl.js b/config.tpl.js index 5253667..90f9df4 100644 --- a/config.tpl.js +++ b/config.tpl.js @@ -23,6 +23,10 @@ var config = { "maxRows": "10", "featureClass": "P" } + }, + "organisations": { + "JSONContainer" : "organisation", + "authorityDataBaseURL": "http://hub.culturegraph.org/entityfacts/" } }, "view": { @@ -41,6 +45,14 @@ var config = { "identifierElement": "ref", "identifierAbbreviation": "GEO", "identifierBaseURL": "http://www.geonames.org/" + }, + "organisations":{ + "titleElement": "name", + "descriptionElement": "description", + "statusElement": "status", + "identifierElement": "ref", + "identifierAbbreviation": "DNB", + "identifierBaseURL": "http://d-nb.info/gnd/" } },