Project

General

Profile

Type provenance » History » Version 7

Paolo Manghi, 04/05/2015 12:54 PM

1 1 Alessia Bardi
h1. Type: Provenance
2
3
Provenance information is always associated to either a property value (e.g. subject property of a publication) or an object (e.g. a publication).
4
5
|_Property_|_Type_|_Multiplicity_|_Description_|
6 7 Paolo Manghi
| Inferred | Boolean | 1..1 | TRUE if value is inferred, which includes generated by de-duplication process |
7 2 Paolo Manghi
| DeletedByInference| Boolean | 1..1 | TRUE if value is logically deleted by a process |
8 4 Paolo Manghi
| Trust | Float(0,1) | 1..1 | Represents level of trust of the agent that generated value/object |
9 6 Paolo Manghi
| Inference provenance | String | 0..1 | Free text specifying information about the agent that generated the value/object, e.g. algorithm name and version |
10 2 Paolo Manghi
| ProvenanceAction | [[type_qualifier|Qualifier]] | 1..1 | terms of this qualifier are to be taken from the following set [1] |
11
12
[1] Provenance actions in OpenAIRE:
13
14 3 Paolo Manghi
<pre>
15 2 Paolo Manghi
sysimport:crosswalk:repository, 
16
sysimport:crosswalk:aggregator, 
17
sysimport:crosswalk:entityregistry, 
18
sysimport:crosswalk:datasetarchive, 
19
sysimport:crosswalk:cris, 
20
sysimport:mining:repository, 
21
sysimport:mining:aggregator, 
22
sysimport:mining:entityregistry, 
23
sysimport:mining:datasetarchive, 
24
sysimport:mining:cris, 
25
userclaim:doi, 
26
userclaim:driver, 
27
userclaim:orcid
28 3 Paolo Manghi
</pre>