DUO - DataUseLimitation

The Data Use Limitation is a component of the GA4GH DUO standard and used to describe limitations in the ways data items can be re-used.

Schema (YAML version)
"$schema": http://json-schema.org/draft-07/schema#
"$id": https://schemablocks.org/schemas/ga4gh/DataUseLimitation/v0.0.1
title: DataUseLimitation
meta:
  contributors:
    - description: "Melanie Courtot"
      id: "orcid:0000-0002-9551-6370"
    - description: "DUO group"
    - description: "Isuru Liyanage"
      id: "orcid:0000-0002-4839-5158"
  provenance:
    - description: "DUO"
      id: 'https://github.com/EBISPOT/DUO'
  used_by:
    - description: DUO
      url: 'https://github.com/EBISPOT/DUO'
  sb_status: implemented
description: |
  The (GA4GH) Data Use Ontology (DUO) includes terms describing data use conditions,
  particularly for research data in the health/clinical/biomedical domain.
type: object
properties:
  term:
    "$ref": https://schemablocks.org/schemas/sb-phenopackets/OntologyClass/v1.0.0
    description: DUO - ontology term subclass of either DUO_0000001 or DUO_0000017
  modifier:
    "$ref": "./DataUseModifier"
    description: modifier/restriction applicable for the DUO
  description:
    type: string
    description: |
      free text description mainly to encapsulate those conditions that wouldn't be described by DUO terms or modifiers
required:
  - term
additionalProperties: false
examples:
  - term:
      id: "DUO:0000007"
      label: "disease specific research"
    modifier:
      ontology:
        id: "MONDO:0004992"
        label: "cancer"
  - term:
      id: "DUO:0000022"
      label: "geographical restriction"
    modifier:
      text: "UK"

{S}[B] Contributors