diff --git a/dhp-workflows/dhp-workflow-profiles/src/main/resources/eu/dnetlib/dhp/provision/00_beta_graph_for_IIS.xml b/dhp-workflows/dhp-workflow-profiles/src/main/resources/eu/dnetlib/dhp/provision/00_beta_graph_for_IIS.xml
index ef2205e322..2fed35f448 100644
--- a/dhp-workflows/dhp-workflow-profiles/src/main/resources/eu/dnetlib/dhp/provision/00_beta_graph_for_IIS.xml
+++ b/dhp-workflows/dhp-workflow-profiles/src/main/resources/eu/dnetlib/dhp/provision/00_beta_graph_for_IIS.xml
@@ -11,10 +11,20 @@
IIS
30
-
- set blacklist of funder nsPrefixes
+
+ set blacklist of funder nsPrefixes from the beta aggregator
- nsPrefixBlacklist
+ nsPrefixBlacklist_BETA
+ gsrt________,rcuk________,fct_________
+
+
+
+
+
+
+ set blacklist of funder nsPrefixes from the production aggregator
+
+ nsPrefixBlacklist_PROD
gsrt________,rcuk________
@@ -375,7 +385,7 @@
'reuseOAF' : 'reuseOAF_BETA',
'reuseOAF_hdfs' : 'reuseOAFhdfs_BETA',
'contentPath' : 'betaContentPath',
- 'nsPrefixBlacklist' : 'nsPrefixBlacklist',
+ 'nsPrefixBlacklist' : 'nsPrefixBlacklist_BETA',
'shouldPatchRelations' : 'shouldPatchRelations_BETA',
'idMappingPath' : 'idMappingPath'
}
@@ -421,7 +431,7 @@
'reuseOAF' : 'reuseOAF_PROD',
'reuseOAF_hdfs' : 'reuseOAFhdfs_PROD',
'contentPath' : 'prodContentPath',
- 'nsPrefixBlacklist' : 'nsPrefixBlacklist',
+ 'nsPrefixBlacklist' : 'nsPrefixBlacklist_PROD',
'shouldPatchRelations' : 'shouldPatchRelations_PROD',
'idMappingPath' : 'idMappingPath'
}