Project

General

Profile

« Previous | Next » 

Revision 53357

changed xquery to consider also research initiative to prepare bulktagging context

View differences:

modules/dnet-openaireplus-workflows/trunk/src/main/resources/eu/dnetlib/msro/openaireplus/applicationContext-msro-openaireplus.properties
29 29
  let $subj := $x//CONFIGURATION/context/param[./@name='subject']/text() \
30 30
  let $datasources := $x//CONFIGURATION/context/category[./@id=concat($x//CONFIGURATION/context/@id,'::contentproviders')]/concept \
31 31
  let $communities := $x//CONFIGURATION/context/category[./@id=concat($x//CONFIGURATION/context/@id,'::zenodocommunities')]/concept \
32
  where $x//CONFIGURATION/context[./@type='community'] \
32
  where $x//CONFIGURATION/context[./@type='community' or ./@type='ri'] \
33 33
  return \
34 34
  <community> \
35 35
  { $x//CONFIGURATION/context/@id} \

Also available in: Unified diff