Skip to content

Class: DatasetRelationship

Typed relationship to another dataset, enabling precise specification of how datasets relate to each other (e.g., supplements, derives from, is version of). Supports RO-Crate-style dataset interlinking.

__

URI: data_sheets_schema:DatasetRelationship

classDiagram class DatasetRelationship click DatasetRelationship href "../DatasetRelationship/" DatasetProperty <|-- DatasetRelationship click DatasetProperty href "../DatasetProperty/" DatasetRelationship : description DatasetRelationship : id DatasetRelationship : name DatasetRelationship : relationship_type DatasetRelationship --> "1" DatasetRelationshipTypeEnum : relationship_type click DatasetRelationshipTypeEnum href "../DatasetRelationshipTypeEnum/" DatasetRelationship : target_dataset DatasetRelationship : used_software DatasetRelationship --> "*" Software : used_software click Software href "../Software/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
target_dataset 1
String
The dataset that this relationship points to direct
relationship_type 1
DatasetRelationshipTypeEnum
The type of relationship (e direct
description 0..1
String
Free-text description providing additional context about the relationship direct
id 0..1
Uriorcurie
An optional identifier for this property DatasetProperty
name 0..1
String
A human-readable name for this property DatasetProperty
used_software *
Software
What software was used as part of this dataset property? DatasetProperty

Usages

used by used in type used
Dataset related_datasets range DatasetRelationship
DataSubset related_datasets range DatasetRelationship

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/bridge2ai/data-sheets-schema

Mappings

Mapping Type Mapped Value
self data_sheets_schema:DatasetRelationship
native data_sheets_schema:DatasetRelationship

LinkML Source

Direct

name: DatasetRelationship
description: 'Typed relationship to another dataset, enabling precise specification
  of how datasets relate to each other (e.g., supplements, derives from, is version
  of). Supports RO-Crate-style dataset interlinking.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  target_dataset:
    name: target_dataset
    description: The dataset that this relationship points to. Can be specified by
      identifier, URL, or Dataset object.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    domain_of:
    - DatasetRelationship
    range: string
    required: true
  relationship_type:
    name: relationship_type
    description: The type of relationship (e.g., derives_from, supplements, is_version_of).
      Uses DatasetRelationshipTypeEnum for standardized relationship types.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    domain_of:
    - DatasetRelationship
    range: DatasetRelationshipTypeEnum
    required: true
  description:
    name: description
    description: Free-text description providing additional context about the relationship.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string

Induced

name: DatasetRelationship
description: 'Typed relationship to another dataset, enabling precise specification
  of how datasets relate to each other (e.g., supplements, derives from, is version
  of). Supports RO-Crate-style dataset interlinking.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
is_a: DatasetProperty
attributes:
  target_dataset:
    name: target_dataset
    description: The dataset that this relationship points to. Can be specified by
      identifier, URL, or Dataset object.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    alias: target_dataset
    owner: DatasetRelationship
    domain_of:
    - DatasetRelationship
    range: string
    required: true
  relationship_type:
    name: relationship_type
    description: The type of relationship (e.g., derives_from, supplements, is_version_of).
      Uses DatasetRelationshipTypeEnum for standardized relationship types.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    rank: 1000
    alias: relationship_type
    owner: DatasetRelationship
    domain_of:
    - DatasetRelationship
    range: DatasetRelationshipTypeEnum
    required: true
  description:
    name: description
    description: Free-text description providing additional context about the relationship.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/composition
    alias: description
    owner: DatasetRelationship
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    range: string
  id:
    name: id
    description: An optional identifier for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:identifier
    alias: id
    owner: DatasetRelationship
    domain_of:
    - NamedThing
    - DatasetProperty
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:name
    alias: name
    owner: DatasetRelationship
    domain_of:
    - NamedThing
    - DatasetProperty
    range: string
  used_software:
    name: used_software
    description: What software was used as part of this dataset property?
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    rank: 1000
    alias: used_software
    owner: DatasetRelationship
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
    inlined: true
    inlined_as_list: true