forked from D-Net/dnet-hadoop
added eosc fields
This commit is contained in:
parent
1fb572a33a
commit
c72c960ffb
|
@ -89,10 +89,10 @@ SELECT
|
||||||
d.issn AS issnPrinted,
|
d.issn AS issnPrinted,
|
||||||
d.eissn AS issnOnline,
|
d.eissn AS issnOnline,
|
||||||
d.lissn AS issnLinking,
|
d.lissn AS issnLinking,
|
||||||
de.jurisdiction AS jurisdiction,
|
de.jurisdiction||'@@@eosc:jurisdictions' AS jurisdiction,
|
||||||
de.thematic AS thematic,
|
de.thematic AS thematic,
|
||||||
de.knowledge_graph AS knowledgegraph,
|
de.knowledge_graph AS knowledgegraph,
|
||||||
de.content_policies AS contentpolicies
|
array(select unnest(de.content_policies)||'@@@eosc:contentpolicies') AS contentpolicies
|
||||||
|
|
||||||
FROM dsm_datasources d
|
FROM dsm_datasources d
|
||||||
LEFT OUTER JOIN dsm_datasources_eosc de on (d.id = de.id)
|
LEFT OUTER JOIN dsm_datasources_eosc de on (d.id = de.id)
|
||||||
|
|
Loading…
Reference in New Issue