2022-12-05 12:45:57 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
sidebar_position: 1
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
# Context
|
|
|
|
|
2022-12-06 17:43:54 +01:00
|
|
|
Information related to research initiative/community (RI/RC) related to the result.
|
2022-12-05 12:45:57 +01:00
|
|
|
|
|
|
|
### code
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
|
|
|
Code identifying the RI/RC.
|
|
|
|
|
|
|
|
```json
|
|
|
|
"code":"sdsn-gr"
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
### label
|
|
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
|
2022-12-06 17:43:54 +01:00
|
|
|
Label of the RI/RC.
|
2022-12-05 12:45:57 +01:00
|
|
|
|
|
|
|
```json
|
|
|
|
"label":"SDSN - Greece"
|
|
|
|
```
|
|
|
|
|
|
|
|
### provenance
|
|
|
|
_Type: [Provenance](../../../data-model/entities/other#provenance-2) • Cardinality: MANY_
|
|
|
|
|
|
|
|
Why this result is associated to the RI/RC.
|
|
|
|
|
|
|
|
```json
|
|
|
|
|
|
|
|
"provenance":[{
|
|
|
|
"provenance":"Inferred by OpenAIRE",
|
|
|
|
"trust":"0.9"
|
|
|
|
},
|
|
|
|
...
|
|
|
|
]
|
|
|
|
|
|
|
|
```
|
|
|
|
|