Actions
Provenance¶
Indicates the process that produced (or provided) the information, and the trust associated to the information.
Provenance¶
field name | cardinality | type | description |
---|---|---|---|
provenance | ONE | string | provenance term from the vocabulary dnet:provenanceActions. |
trust | ONE | string | trust, expressed as a number in the range [0-1] |
Example data:
{
"provenance":"Harvested",
"trust":"0.9"
}
{
"provenance":"Inferred by OpenAIRE",
"trust":"0.875"
}
{
"provenance":"Linked by user",
"trust":"0.8"
}
Updated by Miriam Baglioni about 3 years ago · 2 revisions