Provenance » History » Version 2
Miriam Baglioni, 30/11/2021 03:23 PM
1 | 1 | Claudio Atzori | h1. Provenance |
---|---|---|---|
2 | |||
3 | Indicates the process that produced (or provided) the information, and the trust associated to the information. |
||
4 | |||
5 | h2. Provenance |
||
6 | |||
7 | |_. field name |_. cardinality |_. type |_. description | |
||
8 | | provenance | ONE | string | provenance term from the vocabulary "dnet:provenanceActions":https://api.openaire.eu/vocabularies/dnet:provenanceActions. | |
||
9 | | trust | ONE | string | trust, expressed as a number in the range [0-1] | |
||
10 | |||
11 | 2 | Miriam Baglioni | |
12 | Example data: |
||
13 | |||
14 | { |
||
15 | "provenance":"Harvested", |
||
16 | "trust":"0.9" |
||
17 | } |
||
18 | |||
19 | { |
||
20 | "provenance":"Inferred by OpenAIRE", |
||
21 | "trust":"0.875" |
||
22 | } |
||
23 | |||
24 | { |
||
25 | "provenance":"Linked by user", |
||
26 | "trust":"0.8" |
||
27 | } |