Class: Container

"Used to specify the location and relevant attributes of software container image used to produce the dataset."

URI: in2pb_dataset:Container

classDiagram class Container Container : containerTag Container : containerType

Slots

Name Cardinality and Range Description Inheritance
containerType 0..1
String
Type of the container direct
containerTag 0..1
String
Tag of the container direct

Usages

used by used in type used
GeneratedBy container range Container

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset

Mappings

Mapping Type Mapped Value
self in2pb_dataset:Container
native in2pb_dataset:Container

LinkML Source

Direct

name: Container
description: '"Used to specify the location and relevant attributes of software container
  image used to produce the dataset."'
from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
slots:
- containerType
- containerTag

Induced

name: Container
description: '"Used to specify the location and relevant attributes of software container
  image used to produce the dataset."'
from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
attributes:
  containerType:
    name: containerType
    description: Type of the container.
    from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
    close_mappings:
    - openminds:type
    - bids:[placeholder]
    rank: 1000
    alias: containerType
    owner: Container
    domain_of:
    - Container
    range: string
  containerTag:
    name: containerTag
    description: Tag of the container.
    from_schema: https://w3id.org/ree-gupta/in2pb/in2pb-dataset
    close_mappings:
    - bids:[placeholder]
    rank: 1000
    alias: containerTag
    owner: Container
    domain_of:
    - Container
    range: string