DUO - DataUseModifier
The Data Use Modifier is a component of the GA4GH DUO standard and used as optional refinement of the limitations defined in DataUseLimitation.
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 (ORCID:0000-0002-9551-6370)
- Isuru Liyanage (ORCID:0000-0002-4839-5158)
Schema Overview1¶
title: DataUseModifier
description: >-
The (GA4GH) Data Use Ontology (DUO) includes terms describing data use conditions,
particularly for research data in the health/clinical/biomedical domain.
Modifier specifies the criteria for data use condition.
type: object
properties:
text:
type: string
description: >-
text description of the modifier eg. date rage, geographic location, user/institute (RI)
ontology:
$ref: https://beta.schemablocks.org/schemas/json/phenopackets/OntologyClass.json
description: ontology describing the modifier/restriction
oneof:
- required:
- text
- required:
- ontology
additionalProperties: false
examples:
- ontology:
id: MONDO:0004992
label: cancer
- 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. ↩