comparison env/lib/python3.9/site-packages/cwltool/schemas/v1.2.0-dev5/salad/schema_salad/metaschema/vocab_res.yml @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 - |
2 ## Vocabulary resolution
3
4 The schema may designate one or more vocabulary fields which use
5 terms defined in the vocabulary. The vocabulary are the short
6 names of all the identifiers in the schema. Processing must
7 resolve vocabulary fields to either vocabulary terms or absolute
8 URIs by first applying the link resolution rules defined above,
9 then applying the following additional rule:
10
11 * If a reference URI is a vocabulary field, and there is a vocabulary
12 term which maps to the resolved URI, the reference must be replace with
13 the vocabulary term.
14
15 ### Vocabulary resolution example
16
17 Given the following schema:
18
19 ```
20 - $include: vocab_res_schema.yml
21 - |
22 ```
23
24 Process the following example:
25
26 ```
27 - $include: vocab_res_src.yml
28 - |
29 ```
30
31 This becomes:
32
33 ```
34 - $include: vocab_res_proc.yml
35 - |
36 ```