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
Schema (YAML version)
"$schema": http://json-schema.org/draft-07/schema#
"$id": https://schemablocks.org/schemas/ga4gh/DataUseModifier/v0.0.1
title: DataUseModifier
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.
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://schemablocks.org/schemas/sb-phenopackets/OntologyClass/v1.0.0
description: ontology describing the modifier/restriction
oneof:
- required:
- text
- required:
- ontology
additionalProperties: false
examples:
- ontology:
id: "MONDO:0004992"
label: "cancer"
- text: "UK"
{S}[B] Contributors¶
- Melanie Courtot (ORCID:0000-0002-9551-6370)
- Isuru Liyanage (ORCID:0000-0002-4839-5158)