mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Replacing Organization with OrgUnit
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
The relation between a Publication and an Organization regarding the authorship -->
|
||||
<type>
|
||||
<leftType>Publication</leftType>
|
||||
<rightType>Organization</rightType>
|
||||
<rightType>OrgUnit</rightType>
|
||||
<leftwardType>isAuthorOfPublication</leftwardType>
|
||||
<rightwardType>isPublicationOfAuthor</rightwardType>
|
||||
<leftCardinality>
|
||||
@@ -49,7 +49,7 @@
|
||||
The relation between a Publication and an Organization regarding the contribution -->
|
||||
<type>
|
||||
<leftType>Publication</leftType>
|
||||
<rightType>Organization</rightType>
|
||||
<rightType>OrgUnit</rightType>
|
||||
<leftwardType>isContributorOfPublication</leftwardType>
|
||||
<rightwardType>isPublicationOfContributor</rightwardType>
|
||||
<leftCardinality>
|
||||
@@ -77,7 +77,7 @@
|
||||
The relation between a Funded Project and an Organization regarding the Funder -->
|
||||
<type>
|
||||
<leftType>Project</leftType>
|
||||
<rightType>Organization</rightType>
|
||||
<rightType>OrgUnit</rightType>
|
||||
<leftwardType>isFundingAgencyOfProject</leftwardType>
|
||||
<rightwardType>isProjectOfFundingAgency</rightwardType>
|
||||
<leftCardinality>
|
||||
@@ -88,4 +88,4 @@
|
||||
</rightCardinality>
|
||||
</type>
|
||||
|
||||
</relationships>
|
||||
</relationships>
|
||||
|
Reference in New Issue
Block a user