From 846975c8866d341112d3b6f10c1f533a75abf8cc Mon Sep 17 00:00:00 2001 From: Claudio Atzori Date: Thu, 5 May 2022 11:37:58 +0200 Subject: [PATCH] [eosc_services] using the correct 'keyword' subject type, as declared in the dnet:subject_classification_typologies vocabulary --- .../resources/eu/dnetlib/dhp/oa/graph/sql/queryServices.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/sql/queryServices.sql b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/sql/queryServices.sql index 81eab8163..c4096f90d 100644 --- a/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/sql/queryServices.sql +++ b/dhp-workflows/dhp-graph-mapper/src/main/resources/eu/dnetlib/dhp/oa/graph/sql/queryServices.sql @@ -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)