ControlledField » History » Version 1
Claudio Atzori, 10/11/2021 03:40 PM
1 | 1 | Claudio Atzori | h1. ControlledField |
---|---|---|---|
2 | |||
3 | Generic type used to represent the information described by a scheme and a value in that scheme (i.e. pid). |
||
4 | |||
5 | |_. field name |_. cardinality |_. type |_. description | |
||
6 | | scheme | ONE | string | vocabulary reference | |
||
7 | | value | ONE | string | value from the given scheme/vocabulary | |
||
8 | |||
9 | Example data |
||
10 | |||
11 | <pre> |
||
12 | { |
||
13 | "scheme" : "DOI", |
||
14 | "value" : "10.10...." |
||
15 | } |
||
16 | </pre> |