Slot: target_dataset
The identifier or URL of the dataset this relationship points to.
URI: dcterms:relation Alias: target_dataset
Applicable Classes
| Name | Description | Modifies Slot |
|---|---|---|
| DatasetRelationship | Typed relationship to another dataset, enabling precise specification of how ... | no |
Properties
-
Range: String
-
Required: True
Comments
- A reference, not an inline dataset. The description used to promise "identifier, URL, or Dataset object" while the range permitted only the first, and LinkML cannot express the union: its JSON Schema generator always emits a top-level type or $ref from the slot's range, which ANDs with
any_of, so whichever branch the range names the other one fails. Verified both ways on VOICE (#297). - A related dataset with its own DOI, protocol and approval is its own datasheet and is referenced from here by identifier. That is the resolution of #292 for VOICE, whose pediatric companion has all three.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/bridge2ai/data-sheets-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | dcterms:relation |
| native | data_sheets_schema:target_dataset |
LinkML Source
name: target_dataset
description: The identifier or URL of the dataset this relationship points to.
comments:
- 'A reference, not an inline dataset. The description used to promise "identifier,
URL, or Dataset object" while the range permitted only the first, and LinkML cannot
express the union: its JSON Schema generator always emits a top-level type or $ref
from the slot''s range, which ANDs with `any_of`, so whichever branch the range
names the other one fails. Verified both ways on VOICE (#297).'
- 'A related dataset with its own DOI, protocol and approval is its own datasheet
and is referenced from here by identifier. That is the resolution of #292 for VOICE,
whose pediatric companion has all three.'
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
rank: 1000
slot_uri: dcterms:relation
alias: target_dataset
owner: DatasetRelationship
domain_of:
- DatasetRelationship
range: string
required: true