view env/lib/python3.9/site-packages/cwltool/schemas/v1.1/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
line wrap: on
line source

- |
  ## Vocabulary resolution

    The schema may designate one or more vocabulary fields which use terms
    defined in the vocabulary.  Processing must resolve vocabulary fields to
    either vocabulary terms or absolute URIs by first applying the link
    resolution rules defined above, then applying the following additional
    rule:

      * If a reference URI is a vocabulary field, and there is a vocabulary
      term which maps to the resolved URI, the reference must be replace with
      the vocabulary term.

  ### Vocabulary resolution example

  Given the following schema:

  ```
- $include: vocab_res_schema.yml
- |
  ```

  Process the following example:

  ```
- $include: vocab_res_src.yml
- |
  ```

  This becomes:

  ```
- $include: vocab_res_proc.yml
- |
  ```