Skip to content

Class: Virtual BioRepository (VBR) (VirtualBiorepository)

An organization that can provide access to specimen for further analysis.

URI: includedcc:VirtualBiorepository

classDiagram class VirtualBiorepository click VirtualBiorepository href "../VirtualBiorepository/" Record <|-- VirtualBiorepository click Record href "../Record/" VirtualBiorepository : contact VirtualBiorepository --> "1..*" Investigator : contact click Investigator href "../Investigator/" VirtualBiorepository : external_id VirtualBiorepository : institution VirtualBiorepository : name VirtualBiorepository : vbr_readme VirtualBiorepository : website

Inheritance

Slots

Name Cardinality and Range Description Inheritance
name 0..1
String
Name of the entity direct
institution 0..1
String
Name of the institution this record is associated with direct
contact 1..*
Investigator
The individual to contact with questions about this record direct
website 0..1
Uri
Website for the Record direct
vbr_readme 0..1
String
Instructions for contacting or requesting samples from Virtual Biorepository,... direct
external_id *
Uriorcurie
Other identifiers for this entity, eg, from the submitting study or in system... Record

Usages

used by used in type used
Study vbr range VirtualBiorepository

Identifier and Mapping Information

Schema Source

  • from schema: https://includedcc.org/include-access-model

Mappings

Mapping Type Mapped Value
self includedcc:VirtualBiorepository
native includedcc:VirtualBiorepository

LinkML Source

Direct

name: VirtualBiorepository
description: An organization that can provide access to specimen for further analysis.
title: Virtual BioRepository (VBR)
from_schema: https://includedcc.org/include-access-model
is_a: Record
slots:
- name
- institution
- contact
- website
- vbr_readme

Induced

name: VirtualBiorepository
description: An organization that can provide access to specimen for further analysis.
title: Virtual BioRepository (VBR)
from_schema: https://includedcc.org/include-access-model
is_a: Record
attributes:
  name:
    name: name
    description: Name of the entity.
    title: Name
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: name
    owner: VirtualBiorepository
    domain_of:
    - VirtualBiorepository
    - Investigator
    range: string
    required: false
  institution:
    name: institution
    description: Name of the institution this record is associated with.
    title: Institution
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: institution
    owner: VirtualBiorepository
    domain_of:
    - VirtualBiorepository
    - Investigator
    range: string
    required: false
  contact:
    name: contact
    description: The individual to contact with questions about this record.
    title: Contact Person
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: contact
    owner: VirtualBiorepository
    domain_of:
    - Study
    - VirtualBiorepository
    range: Investigator
    required: true
    multivalued: true
  website:
    name: website
    description: Website for the Record.
    title: Website
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: website
    owner: VirtualBiorepository
    domain_of:
    - Study
    - VirtualBiorepository
    - Publication
    range: uri
  vbr_readme:
    name: vbr_readme
    description: Instructions for contacting or requesting samples from Virtual Biorepository,
      if participating
    title: VBR Readme
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: vbr_readme
    owner: VirtualBiorepository
    domain_of:
    - VirtualBiorepository
    range: string
  external_id:
    name: external_id
    description: Other identifiers for this entity, eg, from the submitting study
      or in systems like dbGaP
    title: External Identifiers
    from_schema: https://includedcc.org/include-access-model
    rank: 1000
    alias: external_id
    owner: VirtualBiorepository
    domain_of:
    - Record
    range: uriorcurie
    required: false
    multivalued: true