Project

General

Profile

Subject » History » Revision 5

Revision 4 (Miriam Baglioni, 30/11/2021 11:51 AM) → Revision 5/6 (Miriam Baglioni, 30/11/2021 02:40 PM)

h1. Subject 

 Represents keywords associated to the result. 

 h2. Subject 

 |_. field name |_. cardinality |_. type |_. description | 
 | subject | ONE | [[SubjectSchemeValue]] | contains the subject term: subject type (keyword, MeSH, etc) and the subject term (medicine, chemistry, etc.) | 
 | provenance | ONE | [[Provenance]] | contains provenance information for the subject term | 

 Example data: 

 
 { 
    "subject":{ 
        "scheme": "acm", 
        "value": "GeneralLiterature_MISCELLANEOUS" 
    }, 
    "provenance": { 
        "provenance": "Inferred by OpenAIRE", 
        "trust": "0.891" 
    } 
 } 






 TODO: add a few subject example serialisations