Skip to content

Class: Site

URI: cleanroom_schema:Site

classDiagram class Site MaterialEntity <|-- Site Site : description Site : id Site : name Site <|-- FieldResearchSite Site : description Site : id Site : 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

Usages

used by used in type used
CollectingBiosamplesFromSite has_inputs range Site

Comments

  • BCO sample collection site ?

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: Site
title: Site
comments:
- BCO sample collection site ?
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
is_a: MaterialEntity

Induced

name: Site
title: Site
comments:
- BCO sample collection site ?
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: Site
    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: Site
    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: Site
    domain_of:
    - NamedThing
    range: string