Project

General

Profile

Qualifier » History » Version 2

Claudio Atzori, 17/11/2021 10:09 AM

1 1 Claudio Atzori
h1. Qualifier
2
3
Represents information described by a code and a label, from controlled vocabularies.
4
5
h2. Qualifier
6
7
|_. field name |_. cardinality |_. type |_. description |
8
| code | ONE | string | identifier of a term in a vocabulary |
9
| label | ONE | string | human readable label associated to the given vocabulary term |
10
11
TODO: this is a generic type, add examples to illustrate how it is used.
12 2 Claudio Atzori
13
h1. Country
14
15
Represents the country associated to this result, extending [[Qualifier]], thus inheriting all its fields.
16
17
|_. field name |_. cardinality |_. type |_. description |
18
| provenance | ONE | [[Provenance]] | Indicates the process that produced (or provided) the country. |
19
20
TODO: add examples to illustrate its serialisation.