Project

General

Profile

Actions

Subject

Represents keywords associated to the result.

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"
    }
}

{
    "provenance":{
        "provenance":"Harvested",
        "trust":"0.9"
    },
    "subject":{
        "scheme":"keyword",
        "value":"SVOC"
    }
}

Updated by Miriam Baglioni over 2 years ago · 6 revisions