Project

General

Profile

SubjectSchemeValue » History » Version 1

Miriam Baglioni, 30/11/2021 11:53 AM

1 1 Miriam Baglioni
h1. SubjectSchemeValue
2
3
Subject classification against a vocabulary
4
5
|_. field name	|_. cardinality	|_. type	|_. description |
6
scheme	ONE	string	vocabulary reference
7
value	ONE	string	value from the given scheme/vocabulary
8
Example data
9
10
{ 
11
  "scheme" : "DOI",
12
  "value" : "10.5281/zenodo.4707307" 
13
}
14
TODO: this is a generic type, add more examples to illustrate how it is used.