Skip to content

Class: Participant-DataFile Manifest (ParticipantDataFileManifest)

List of Participants in DataFiles with multiple Participants

URI: include:ParticipantDataFileManifest

classDiagram class ParticipantDataFileManifest click ParticipantDataFileManifest href "../ParticipantDataFileManifest/" ParticipantDataFileManifest : fileName ParticipantDataFileManifest : participantExternalId ParticipantDataFileManifest : studyCode ParticipantDataFileManifest --> "1" Study : studyCode click Study href "../Study/"

Slots

Name Cardinality and Range Description Inheritance
studyCode 1
Study
Unique identifier for the study (generally a short acronym) direct
participantExternalId 1
String
Unique, de-identified identifier for the participant, assigned by data contri... direct
fileName 1
String
Name of file, assigned by data contributor direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/include

Mappings

Mapping Type Mapped Value
self include:ParticipantDataFileManifest
native include:ParticipantDataFileManifest

LinkML Source

Direct

name: ParticipantDataFileManifest
definition_uri: include:ParticipantDataFileManifest
description: List of Participants in DataFiles with multiple Participants
title: Participant-DataFile Manifest
from_schema: https://w3id.org/include
slots:
- studyCode
- participantExternalId
- fileName
slot_usage:
  studyCode:
    name: studyCode
    range: Study
  fileGlobalId:
    name: fileGlobalId
    range: DataFile
  datasetGlobalId:
    name: datasetGlobalId
    range: Dataset

Induced

name: ParticipantDataFileManifest
definition_uri: include:ParticipantDataFileManifest
description: List of Participants in DataFiles with multiple Participants
title: Participant-DataFile Manifest
from_schema: https://w3id.org/include
slot_usage:
  studyCode:
    name: studyCode
    range: Study
  fileGlobalId:
    name: fileGlobalId
    range: DataFile
  datasetGlobalId:
    name: datasetGlobalId
    range: Dataset
attributes:
  studyCode:
    name: studyCode
    definition_uri: include:studyCode
    description: Unique identifier for the study (generally a short acronym)
    title: Study Code
    from_schema: https://w3id.org/include
    rank: 1000
    alias: studyCode
    owner: ParticipantDataFileManifest
    domain_of:
    - Study
    - Dataset
    - DatasetManifest
    - ParticipantDataFileManifest
    - Participant
    - Condition
    - Biospecimen
    - DataFile
    range: Study
    required: true
  participantExternalId:
    name: participantExternalId
    definition_uri: include:participantExternalId
    description: Unique, de-identified identifier for the participant, assigned by
      data contributor. External IDs must be two steps removed from personal information
      in the study records.
    title: Participant External ID
    from_schema: https://w3id.org/include
    rank: 1000
    alias: participantExternalId
    owner: ParticipantDataFileManifest
    domain_of:
    - ParticipantDataFileManifest
    - Participant
    - Condition
    - Biospecimen
    - DataFile
    range: string
    required: true
  fileName:
    name: fileName
    definition_uri: include:fileName
    description: Name of file, assigned by data contributor
    title: File Name
    from_schema: https://w3id.org/include
    rank: 1000
    alias: fileName
    owner: ParticipantDataFileManifest
    domain_of:
    - DatasetManifest
    - ParticipantDataFileManifest
    - DataFile
    range: string
    required: true