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.
Link(s)¶
- DataUseModifier.json {S}[B] schema
- source
- DUO Ontology
- data use modifier in OLS
- data use permission in OLS
{S}[B] Contributors¶
- Melanie Courtot (0000-0002-9551-6370)
- Isuru Liyanage (0000-0002-4839-5158)
Schema Overview1¶
title: DataUseLimitation
meta:
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://beta.schemablocks.org/schemas/json/phenopackets/OntologyClass.json
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"
-
Please note that the schema here is provided for illustration purposes, may represent an approximation and possibly excludes technical components of a proper JSON Schema format. ↩