Skip to content

Class: DataContainer

A dir/folder in a freeze, or version

URI: nfo:Folder

classDiagram class DataContainer NamedThing <|-- DataContainer DataContainer : belongs_to_container DataContainer : description DataContainer : id DataContainer : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
belongs_to_container 0..1
DataContainer
What container does this belong to direct
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
xsd:string
A human-readable name for a thing NamedThing
description 0..1
xsd:string
A human-readable description for a thing NamedThing

Usages

used by used in type used
BespokeAlspacDataset has_containers range DataContainer
AlspacDataSetVersion has_containers range DataContainer
AlspacDataSetVersionFreeze has_containers range DataContainer
DataDistribution belongs_to_container range DataContainer
DataContainer belongs_to_container range DataContainer

Identifier and Mapping Information

Schema Source

  • from schema: http://purl.org/alspac/alspac-data-catalogue-schema/

Mappings

Mapping Type Mapped Value
self nfo:Folder
native alspacdcs:DataContainer

LinkML Source

Direct

name: DataContainer
description: A dir/folder in a freeze, or version
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
slots:
- belongs_to_container
class_uri: nfo:Folder

Induced

name: DataContainer
description: A dir/folder in a freeze, or version
from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
rank: 1000
is_a: NamedThing
attributes:
  belongs_to_container:
    name: belongs_to_container
    description: What container does this belong to.
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    alias: belongs_to_container
    owner: DataContainer
    domain_of:
    - DataDistribution
    - DataContainer
    range: DataContainer
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: DataContainer
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: DataContainer
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: http://purl.org/alspac/alspac-data-catalogue-schema/
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: DataContainer
    domain_of:
    - NamedThing
    range: string
class_uri: nfo:Folder