Skip to content

Class: Dataset

URI: modelcard:Dataset

classDiagram class Dataset Dataset : graphics Dataset : link Dataset : name Dataset : sensitive

Slots

Name Cardinality and Range Description
name 0..1
xsd:string
The name of the dataset
link 0..1
NONE
A link to the dataset
sensitive 0..1
xsd:boolean
Does this dataset contain human or other sensitive data?
graphics 0..1
Graphics

Usages

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self ['modelcard:Dataset']
native ['modelcard:Dataset']

LinkML Specification

Direct

name: dataset
from_schema: https://w3id.org/linkml/modelcard
rank: 1000
slots:
- name
- link
- sensitive
- graphics
slot_usage:
  name:
    name: name
    description: The name of the dataset.
    domain_of:
    - owner
    - dataset
    - graphic
    - risk
    - owner
    - dataset
    - graphic
    - risk
  link:
    name: link
    description: A link to the dataset.
    domain_of:
    - dataset
    - dataset
  sensitive:
    name: sensitive
    description: Does this dataset contain human or other sensitive data?
    domain_of:
    - dataset
    - dataset
    range: boolean
  graphics:
    name: graphics
    domain_of:
    - dataset
    - dataset
    range: graphics

Induced

name: dataset
from_schema: https://w3id.org/linkml/modelcard
rank: 1000
slot_usage:
  name:
    name: name
    description: The name of the dataset.
    domain_of:
    - owner
    - dataset
    - graphic
    - risk
    - owner
    - dataset
    - graphic
    - risk
  link:
    name: link
    description: A link to the dataset.
    domain_of:
    - dataset
    - dataset
  sensitive:
    name: sensitive
    description: Does this dataset contain human or other sensitive data?
    domain_of:
    - dataset
    - dataset
    range: boolean
  graphics:
    name: graphics
    domain_of:
    - dataset
    - dataset
    range: graphics
attributes:
  name:
    name: name
    description: The name of the dataset.
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: name
    owner: dataset
    domain_of:
    - owner
    - dataset
    - graphic
    - risk
    - owner
    - dataset
    - graphic
    - risk
    range: string
  link:
    name: link
    description: A link to the dataset.
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: link
    owner: dataset
    domain_of:
    - dataset
    - dataset
  sensitive:
    name: sensitive
    description: Does this dataset contain human or other sensitive data?
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: sensitive
    owner: dataset
    domain_of:
    - dataset
    - dataset
    range: boolean
  graphics:
    name: graphics
    from_schema: https://w3id.org/linkml/modelcard
    rank: 1000
    alias: graphics
    owner: dataset
    domain_of:
    - dataset
    - dataset
    range: graphics