Skip to content

Class: IntendedUse

Explicit statement of intended uses for this dataset. Complements FutureUseImpact by focusing on positive, recommended applications rather than risks. Aligns with RO-Crate "Intended Use" field.

__

URI: data_sheets_schema:IntendedUse

classDiagram class IntendedUse click IntendedUse href "../IntendedUse/" DatasetProperty <|-- IntendedUse click DatasetProperty href "../DatasetProperty/" IntendedUse : description IntendedUse : examples IntendedUse : id IntendedUse : name IntendedUse : usage_notes IntendedUse : use_category IntendedUse : used_software IntendedUse --> "*" Software : used_software click Software href "../Software/"

Inheritance

Slots

Name Cardinality and Range Description Inheritance
examples *
String
List of example intended uses for this dataset direct
usage_notes 0..1
String
Notes or caveats about using the dataset for intended purposes direct
use_category *
String
Category of intended use (e direct
id 0..1
Uriorcurie
An optional identifier for this property DatasetProperty
name 0..1
String
A human-readable name for this property DatasetProperty
description 0..1
String
A human-readable description 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 intended_uses range IntendedUse
DataSubset intended_uses range IntendedUse

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self data_sheets_schema:IntendedUse
native data_sheets_schema:IntendedUse
exact rai:dataUseCases

LinkML Source

Direct

name: IntendedUse
description: 'Explicit statement of intended uses for this dataset. Complements FutureUseImpact
  by focusing on positive, recommended applications rather than risks. Aligns with
  RO-Crate "Intended Use" field.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- rai:dataUseCases
is_a: DatasetProperty
attributes:
  examples:
    name: examples
    description: List of example intended uses for this dataset.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/uses
    domain_of:
    - ExistingUse
    - IntendedUse
    - VariableMetadata
    range: string
    multivalued: true
  usage_notes:
    name: usage_notes
    description: Notes or caveats about using the dataset for intended purposes.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/uses
    rank: 1000
    domain_of:
    - IntendedUse
    range: string
  use_category:
    name: use_category
    description: Category of intended use (e.g., research, clinical, educational,
      commercial, policy).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/uses
    rank: 1000
    domain_of:
    - IntendedUse
    range: string
    multivalued: true

Induced

name: IntendedUse
description: 'Explicit statement of intended uses for this dataset. Complements FutureUseImpact
  by focusing on positive, recommended applications rather than risks. Aligns with
  RO-Crate "Intended Use" field.

  '
from_schema: https://w3id.org/bridge2ai/data-sheets-schema
exact_mappings:
- rai:dataUseCases
is_a: DatasetProperty
attributes:
  examples:
    name: examples
    description: List of example intended uses for this dataset.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/uses
    alias: examples
    owner: IntendedUse
    domain_of:
    - ExistingUse
    - IntendedUse
    - VariableMetadata
    range: string
    multivalued: true
  usage_notes:
    name: usage_notes
    description: Notes or caveats about using the dataset for intended purposes.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/uses
    rank: 1000
    alias: usage_notes
    owner: IntendedUse
    domain_of:
    - IntendedUse
    range: string
  use_category:
    name: use_category
    description: Category of intended use (e.g., research, clinical, educational,
      commercial, policy).
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/uses
    rank: 1000
    alias: use_category
    owner: IntendedUse
    domain_of:
    - IntendedUse
    range: string
    multivalued: true
  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: IntendedUse
    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: IntendedUse
    domain_of:
    - NamedThing
    - DatasetProperty
    range: string
  description:
    name: description
    description: A human-readable description for this property.
    from_schema: https://w3id.org/bridge2ai/data-sheets-schema/base
    slot_uri: schema:description
    alias: description
    owner: IntendedUse
    domain_of:
    - NamedThing
    - DatasetProperty
    - DatasetRelationship
    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: IntendedUse
    domain_of:
    - DatasetProperty
    range: Software
    multivalued: true
    inlined: true
    inlined_as_list: true