replacing relation with isFundingAgencyOfProject

This commit is contained in:
Paulo Graça
2021-07-09 10:46:02 +01:00
committed by GitHub
parent 87bb9e44f0
commit 1981f672a5

View File

@@ -15,7 +15,7 @@
<!-- relations based on OpenAIRE guidelines -->
<entry key="isContributorOfPublication" value-ref="isAuthorOfPublicationMap"/>
<entry key="isProjectOfPublication" value-ref="isProjectOfPublicationMap"/>
<entry key="isProjectOfFundingAgency" value-ref="isProjectOfFundingAgencyMap"/>
<entry key="isFundingAgencyOfProject" value-ref="isFundingAgencyOfProjectMap"/>
</map>
</property>
</bean>
@@ -214,7 +214,7 @@
<!-- Config like this will tell our VirtualMetadataPopulator to include the virtual metadata field
'project.funder.*' on the appropriate item with the values defined in the value-ref.
This value-ref should be a bean of type VirtualMetadataConfiguration -->
<util:map id="isProjectOfFundingAgencyMap">
<util:map id="isFundingAgencyOfProjectMap">
<entry key="project.funder.name" value-ref="projectOrgUnit_orgName"/>
<entry key="project.funder.identifier" value-ref="projectOrgUnit_orgId"/>
</util:map>
@@ -233,4 +233,4 @@
</util:list>
</property>
</bean>
</beans>
</beans>