Project

General

Profile

« Previous | Next » 

Revision 44869

changed affiliation relationship direction names according to #1344#note-27

View differences:

modules/dnet-openaire-data-protos/trunk/src/main/resources/eu/dnetlib/data/proto/Result_Organization.proto
12 12
	message Affiliation {
13 13

  
14 14
		enum RelName {
15
			isAffiliatedWith = 1; 	// Result --> Organization
16
			affiliates = 2;			// Organization --> Result
15
			isAuthorInstitutionOf = 1; 	// Organization --> Result
16
			hasAuthorInstitutionOf = 2;	// Result --> Organization
17 17
		}
18 18

  
19 19
		required RelMetadata relMetadata = 1;

Also available in: Unified diff