forked from D-Net/openaire-graph-docs
47 lines
652 B
Markdown
47 lines
652 B
Markdown
---
|
|
|
|
sidebar_position: 1
|
|
|
|
---
|
|
|
|
# Context
|
|
|
|
Information related to research initiative/community (RI/RC) related to the result.
|
|
|
|
### code
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
Code identifying the RI/RC.
|
|
|
|
```json
|
|
"code":"sdsn-gr"
|
|
|
|
```
|
|
|
|
|
|
### label
|
|
_Type: String • Cardinality: ONE_
|
|
|
|
Label of the RI/RC.
|
|
|
|
```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"
|
|
},
|
|
...
|
|
]
|
|
|
|
```
|
|
|