Skip to content

Class: DataPart

Represents a part of all datasets in a manifest. This may be a file, table, or other component. It does not have to be associated with a single dataset, but represents a general type of data produced by the organization.

URI: https://w3id.org/bridge2ai/standards-schema-all/DataPart

classDiagram class DataPart click DataPart href "../DataPart/" DataPart : anatomy DataPart --> "*" AnatomicalEntity : anatomy click AnatomicalEntity href "../AnatomicalEntity/" DataPart : concerns_data_topics DataPart --> "*" DataTopic : concerns_data_topics click DataTopic href "../DataTopic/" DataPart : data_part_description DataPart : data_part_name DataPart : notes DataPart : standards_and_tools DataPart --> "*" DataStandardOrTool : standards_and_tools click DataStandardOrTool href "../DataStandardOrTool/" DataPart : uses_data_substrates DataPart --> "*" DataSubstrate : uses_data_substrates click DataSubstrate href "../DataSubstrate/"

Slots

Name Cardinality and Range Description Inheritance
data_part_name 0..1
String
Name of the data part direct
data_part_description 0..1
String
Description of the data part direct
standards_and_tools *
DataStandardOrTool
The data part includes these standards and tools direct
uses_data_substrates *
DataSubstrate
The data part includes these data substrates direct
concerns_data_topics *
DataTopic
The data part includes these data topics direct
anatomy *
AnatomicalEntity
Relevant anatomical locations, including gross anatomical parts, cell types, ... direct
notes 0..1
String
Any additional notes about the manifest or the data part direct

Usages

used by used in type used
Manifest data_parts range DataPart
DataPart standards_and_tools domain DataPart
DataPart uses_data_substrates domain DataPart
DataPart concerns_data_topics domain DataPart

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/standards-schema-all

Mappings

Mapping Type Mapped Value
self https://w3id.org/bridge2ai/standards-schema-all/DataPart
native https://w3id.org/bridge2ai/standards-schema-all/DataPart

LinkML Source

Direct

name: DataPart
description: Represents a part of all datasets in a manifest. This may be a file,
  table, or other component. It does not have to be associated with a single dataset,
  but represents a general type of data produced by the organization.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
slots:
- data_part_name
- data_part_description
- standards_and_tools
- uses_data_substrates
- concerns_data_topics
- anatomy
- notes

Induced

name: DataPart
description: Represents a part of all datasets in a manifest. This may be a file,
  table, or other component. It does not have to be associated with a single dataset,
  but represents a general type of data produced by the organization.
from_schema: https://w3id.org/bridge2ai/standards-schema-all
attributes:
  data_part_name:
    name: data_part_name
    description: Name of the data part.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    alias: data_part_name
    owner: DataPart
    domain_of:
    - DataPart
    range: string
  data_part_description:
    name: data_part_description
    description: Description of the data part.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    alias: data_part_description
    owner: DataPart
    domain_of:
    - DataPart
    range: string
  standards_and_tools:
    name: standards_and_tools
    description: The data part includes these standards and tools. Must be a list
      of StandardOrTool objects, referenced with their B2AI_STANDARD IDs.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: related_to
    domain: DataPart
    inherited: true
    alias: standards_and_tools
    owner: DataPart
    domain_of:
    - DataPart
    range: DataStandardOrTool
    multivalued: true
  uses_data_substrates:
    name: uses_data_substrates
    description: The data part includes these data substrates. Must be a list of DataSubstrate
      objects, referenced with their B2AI_SUBSTRATE IDs.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: related_to
    domain: DataPart
    inherited: true
    alias: uses_data_substrates
    owner: DataPart
    domain_of:
    - DataPart
    range: DataSubstrate
    multivalued: true
  concerns_data_topics:
    name: concerns_data_topics
    description: The data part includes these data topics. Must be a list of DataTopic
      objects, referenced with their B2AI_TOPIC IDs.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: related_to
    domain: DataPart
    inherited: true
    alias: concerns_data_topics
    owner: DataPart
    domain_of:
    - DataPart
    range: DataTopic
    multivalued: true
  anatomy:
    name: anatomy
    description: Relevant anatomical locations, including gross anatomical parts,
      cell types, and subcellular locations.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: anatomy
    owner: DataPart
    domain_of:
    - DataPart
    range: AnatomicalEntity
    multivalued: true
  notes:
    name: notes
    description: Any additional notes about the manifest or the data part.
    from_schema: https://w3id.org/bridge2ai/standards-schema-all
    rank: 1000
    is_a: node_property
    domain: NamedThing
    alias: notes
    owner: DataPart
    domain_of:
    - Manifest
    - DataPart
    range: string