Actions
ResultCountry » History » Revision 5
« Previous |
Revision 5/7
(diff)
| Next »
Miriam Baglioni, 30/11/2021 04:06 PM
h1. 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 about 3 years ago · 5 revisions