Project

General

Profile

ControlledField » History » Revision 2

Revision 1 (Claudio Atzori, 10/11/2021 03:40 PM) → Revision 2/3 (Claudio Atzori, 10/11/2021 03:41 PM)

h1. ControlledField 

 Generic type used to represent the information described by a scheme and a value in that scheme (i.e. pid). 

 |_. field name |_. cardinality |_. type |_. description | 
 | scheme | ONE | string | vocabulary reference | 
 | value | ONE | string | value from the given scheme/vocabulary | 

 Example data 

 <pre> 
 {  
   "scheme" : "DOI", 
   "value" : "10.5281/zenodo.4707307" "10.10...." 
 } 
 </pre>