Project

General

Profile

« Previous | Next » 

Revision 49882

Implemented mapping from DMF to proto for WDS

View differences:

WdsDataset.proto
5 5
option java_package = "eu.dnetlib.data.proto";
6 6
option java_outer_classname = "WdsDatasetProtos";
7 7

  
8

  
9

  
10
message otherRelationIdentifier {
11
	required string id = 1;
12
	optional string type = 2;
13
}
14

  
15
message otherRelation {
16
	required otherRelationIdentifier target  = 1;
17
	required string relationSemantic = 2;
18
	optional string targetType = 3;
19
}
20

  
8 21
message WdsDataset {
9 22

  
10 23
	extend Dataset.Metadata {
11 24
		repeated GeoLocation geolocation = 100;
25
		repeated otherRelation otherRels = 101;
12 26
	}
13 27

  
14 28
	message GeoLocation {

Also available in: Unified diff