Project

General

Profile

Subject » History » Version 5

Miriam Baglioni, 30/11/2021 02:40 PM

1 1 Claudio Atzori
h1. Subject
2
3
Represents keywords associated to the result.
4
5
h2. Subject
6
7
|_. field name |_. cardinality |_. type |_. description |
8 4 Miriam Baglioni
| subject | ONE | [[SubjectSchemeValue]] | contains the subject term: subject type (keyword, MeSH, etc) and the subject term (medicine, chemistry, etc.) |
9 1 Claudio Atzori
| provenance | ONE | [[Provenance]] | contains provenance information for the subject term |
10 2 Claudio Atzori
11 5 Miriam Baglioni
Example data:
12
13
 
14
{
15
   "subject":{
16
       "scheme": "acm",
17
       "value": "GeneralLiterature_MISCELLANEOUS"
18
   },
19
   "provenance": {
20
       "provenance": "Inferred by OpenAIRE",
21
       "trust": "0.891"
22
   }
23
}