Project

General

Profile

Actions

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

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

Updated by Miriam Baglioni about 3 years ago · 6 revisions