Project

General

Profile

ResultCountry » History » Version 5

Miriam Baglioni, 30/11/2021 04:06 PM

1 1 Miriam Baglioni
2
h1. ResultCountry
3
4 5 Miriam Baglioni
It is for the country associated to the result. It is a subclass of [[Country]] and extends it with provenance information
5 1 Miriam Baglioni
6
|_. field name |_. cardinality |_. type |_. description |
7
| provenance | ONE | [[Provenance]] | Indicates the reason why this country is associated to this result |
8 5 Miriam Baglioni
9
Example data:
10
11
<pre>
12
{
13
    "code" : "IT",
14
    "label": "Italy"
15
}
16
17
{
18
    "code" : "IT",
19
    "label": "Italy",
20
    "provenance" : {
21
         "provenance":"inferred by OpenAIRE",
22
         "trust":"0.85"}
23
}
24
		
25
</pre>