forked from D-Net/dnet-hadoop
[eosc_services] using the correct 'keyword' subject type, as declared in the dnet:subject_classification_typologies vocabulary
This commit is contained in:
parent
da611cfbbd
commit
846975c886
|
@ -47,7 +47,7 @@ SELECT
|
|||
d.namespaceprefix AS namespaceprefix,
|
||||
NULL AS odnumberofitems,
|
||||
NULL AS odnumberofitemsdate,
|
||||
(SELECT array_agg(s|| '###keywords@@@dnet:subject_classification_typologies')
|
||||
(SELECT array_agg(s|| '###keyword@@@dnet:subject_classification_typologies')
|
||||
FROM UNNEST(
|
||||
ARRAY(
|
||||
SELECT trim(s)
|
||||
|
|
Loading…
Reference in New Issue