Skip to content

Class: FileDescribesBiosample

Association between a biosample and a file containing information about that biosample

URI: cfde_schema:FileDescribesBiosample

classDiagram class FileDescribesBiosample FileDescribesBiosample : biosample_id_namespace FileDescribesBiosample : biosample_local_id FileDescribesBiosample : file_id_namespace FileDescribesBiosample : file_local_id

Slots

Name Range Cardinality Description Info
file_id_namespace xsd:string 1..1 Identifier namespace for this file .
file_local_id xsd:string 1..1 The ID of this file .
biosample_id_namespace xsd:string 1..1 Identifier namespace for this biosample .
biosample_local_id xsd:string 1..1 The ID of this biosample .

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/cfde

Mappings

Mapping Type Mapped Value
self ['cfde_schema:FileDescribesBiosample']
native ['cfde_schema:FileDescribesBiosample']

LinkML Specification

Direct

name: file_describes_biosample
description: Association between a biosample and a file containing information about
  that biosample
title: file_describes_biosample
from_schema: https://w3id.org/linkml/cfde
attributes:
  file_id_namespace:
    name: file_id_namespace
    description: Identifier namespace for this file
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  file_local_id:
    name: file_local_id
    description: The ID of this file
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  biosample_id_namespace:
    name: biosample_id_namespace
    description: Identifier namespace for this biosample
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
  biosample_local_id:
    name: biosample_local_id
    description: The ID of this biosample
    from_schema: https://w3id.org/linkml/cfde
    range: string
    required: true
unique_keys:
  file_describes_biosample_primary_key:
    unique_key_name: file_describes_biosample_primary_key
    unique_key_slots:
    - '[''file_id_namespace'', ''file_local_id'', ''biosample_id_namespace'', ''biosample_local_id'']'

Induced

name: file_describes_biosample
description: Association between a biosample and a file containing information about
  that biosample
title: file_describes_biosample
from_schema: https://w3id.org/linkml/cfde
attributes:
  file_id_namespace:
    name: file_id_namespace
    description: Identifier namespace for this file
    from_schema: https://w3id.org/linkml/cfde
    alias: file_id_namespace
    owner: file_describes_biosample
    range: string
    required: true
  file_local_id:
    name: file_local_id
    description: The ID of this file
    from_schema: https://w3id.org/linkml/cfde
    alias: file_local_id
    owner: file_describes_biosample
    range: string
    required: true
  biosample_id_namespace:
    name: biosample_id_namespace
    description: Identifier namespace for this biosample
    from_schema: https://w3id.org/linkml/cfde
    alias: biosample_id_namespace
    owner: file_describes_biosample
    range: string
    required: true
  biosample_local_id:
    name: biosample_local_id
    description: The ID of this biosample
    from_schema: https://w3id.org/linkml/cfde
    alias: biosample_local_id
    owner: file_describes_biosample
    range: string
    required: true
unique_keys:
  file_describes_biosample_primary_key:
    unique_key_name: file_describes_biosample_primary_key
    unique_key_slots:
    - '[''file_id_namespace'', ''file_local_id'', ''biosample_id_namespace'', ''biosample_local_id'']'