Project

General

Profile

OrganizationPid » History » Version 1

Miriam Baglioni, 30/11/2021 03:39 PM

1 1 Miriam Baglioni
h1. OrganizationPid
2
3
4
The schema and value for identifiers of the organization.
5
6
|_. field name |_. cardinality |_. type |_. description |
7
| scheme | ONE | string | vocabulary reference (i.e. isni)|
8
| value | ONE | string | value from the given scheme/vocabulary (i.e. 0000000090326370)|
9
10
Example data
11
12
<pre>
13
{ 
14
  "scheme" : "GRID",
15
  "value" : "grid.7119.e"
16
}
17
</pre>