Project

General

Profile

1 39046 marek.hors
@namespace("eu.dnetlib.iis.citationmatching.direct.schemas")
2 27717 mateusz.fe
protocol IIS{
3
4
    record Citation {
5
//      citing document OA+ identifier
6
        string sourceDocumentId;
7 39046 marek.hors
//      position of citation in the bibliography of the source document
8
        int position;
9
//      cited document OA+ identifier
10
        string destinationDocumentId;
11 27717 mateusz.fe
    }
12
}