Project

General

Profile

Actions

ResultCountry » History » Revision 5

« Previous | Revision 5/7 (diff) | Next »
Miriam Baglioni, 30/11/2021 04:06 PM


ResultCountry

It is for the country associated to the result. It is a subclass of Country and extends it with provenance information

field name cardinality type description
provenance ONE Provenance Indicates the reason why this country is associated to this result

Example data:

{
    "code" : "IT",
    "label": "Italy" 
}

{
    "code" : "IT",
    "label": "Italy",
    "provenance" : {
         "provenance":"inferred by OpenAIRE",
         "trust":"0.85"}
}

Updated by Miriam Baglioni over 2 years ago · 5 revisions