Skip to content

Class: AnalyticalSample

URI: cleanroom_schema:AnalyticalSample

classDiagram class AnalyticalSample MaterialEntity <|-- AnalyticalSample AnalyticalSample : description AnalyticalSample : id AnalyticalSample : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
xsd:anyURI
A unique identifier for a thing NamedThing
name 0..1
NONE
A human-readable name for a thing NamedThing
description 0..1
NONE
A human-readable description for a thing NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://example.com/cleanroom-schema/cleanroom-schema

Mappings

Mapping Type Mapped Value
self cleanroom_schema:AnalyticalSample
native cleanroom_schema:AnalyticalSample

LinkML Source

Direct

name: AnalyticalSample
title: Analytical Sample
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: MaterialEntity

Induced

name: AnalyticalSample
title: Analytical Sample
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: MaterialEntity
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    identifier: true
    alias: id
    owner: AnalyticalSample
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: name
    owner: AnalyticalSample
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://example.com/cleanroom-schema/cleanroom-schema
    rank: 1000
    alias: description
    owner: AnalyticalSample
    domain_of:
    - NamedThing
    range: string