Project

General

Profile

SubjectSchemeValue » History » Version 4

Miriam Baglioni, 30/11/2021 12:56 PM

1 1 Miriam Baglioni
h1. SubjectSchemeValue
2
3
Subject classification against a vocabulary
4
5 2 Miriam Baglioni
|_. field name |_. cardinality |_. type |_. description |
6
| scheme | ONE | string | OpenAIRE subject classification scheme (https://api.openaire.eu/vocabularies/dnet:subject_classification_typologies). |
7
| value | ONE | string | The value for the subject in the selected scheme.  When the scheme is 'keyword', it means that the subject is free-text (i.e. not a term from a controlled vocabulary). |
8
9
10 3 Miriam Baglioni
Example data:
11 1 Miriam Baglioni
12
{ 
13 3 Miriam Baglioni
  "scheme" : "keyword",
14
  "value" : "pyrolysis-oil" 
15 2 Miriam Baglioni
}
16 4 Miriam Baglioni
17
{
18
  "value":"food and beverages",  
19
  "scheme":"mesheuropmc"
20
}