Project

General

Profile

Subject » History » Version 6

Miriam Baglioni, 30/11/2021 02:44 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 6 Miriam Baglioni
    "subject":{
16
        "scheme": "acm",
17
        "value": "GeneralLiterature_MISCELLANEOUS"
18
    },
19
    "provenance": {
20
        "provenance": "Inferred by OpenAIRE",
21
        "trust": "0.891"
22
    }
23
}
24
25
{
26
    "provenance":{
27
        "provenance":"Harvested",
28
        "trust":"0.9"
29
    },
30
    "subject":{
31
        "scheme":"keyword",
32
        "value":"SVOC"
33
    }
34 5 Miriam Baglioni
}