Project

General

Profile

1
@namespace("eu.dnetlib.iis.citationmatching.direct.schemas")
2
protocol IIS{
3

    
4
    record Citation {
5
//      citing document OA+ identifier
6
        string sourceDocumentId;
7
//      position of citation in the bibliography of the source document
8
        int position;
9
//      cited document OA+ identifier
10
        string destinationDocumentId;
11
    }
12
}
(1-1/2)