dnet-applications/apps/dnet-exporter-api/src/main/resources/eu/dnetlib/openaire/xquery/findCommunityContexts.xquery

4 lines
224 B
Plaintext

for $x in collection('/db/DRIVER/ContextDSResources/ContextDSResourceType')
where $x[./RESOURCE_PROFILE/BODY/CONFIGURATION/context/@type = 'community' or ./RESOURCE_PROFILE/BODY/CONFIGURATION/context/@type = 'ri']
return $x