MaterialSampleCuration

Class: MaterialSampleCuration

Modified

August 19, 2024

Information about the current storage of sample, access to sample, and events in curation history. Curation as used here starts when the sample is removed from its original context, and might include various processing steps for preservation. Processing related to analysis preparation such as crushing, dissolution, evaporation, filtering are considered part of the sampling method for the derived child sample.

URI: isam:MaterialSampleCuration

case 4

%%{init: {'securityLevel': 'loose', 'theme':'neutral', 'themeVariables': { 'fontSize':'14px', 'fontFamily':'Roboto Mono'}}}%%
classDiagram
    direction RL
    class MaterialSampleCuration {
      access_constraints : string[]
      curation_location : string
      description : string
      identifier : uriorcurie
      label : string
      responsibility : Agent[]
      
    }
    
    
    
    
    
    Agent --o MaterialSampleCuration : responsibility
      click Agent href "Agent.html" "Documentation"
      
    
    MaterialSampleCuration --o MaterialSampleRecord : curation
       click MaterialSampleRecord href "MaterialSampleRecord.html" "Documentation"
      
    

Slots

Slots in class MaterialSampleCuration.
Name Cardinality and Range Description Inheritance
identifier 0..1
xsd:anyURI
A string that identifies some resource. Expectation is that it is a URI that is resolvable to some useful represenation of the resource.
direct
access_constraints 0..*
xsd:string
Cultural, legal, or other policy issues that bear on access to view, borrow, or subsample a sample or visit a sampling site.
direct
curation_location 0..1
xsd:string
Information about where and how the sample is currently stored.
direct
description 0..1
xsd:string
Free text description of the subject of a triple.
direct
label 0..1
xsd:string
A human intelligible string used to identify a thing, i.e. the name to use for the thing; should be unique in the scope of a sample collection or dataset.
direct
responsibility 0..*
Agent
Agent object includes person name, person identifier, affiliation, or organization name, their role relative to the parent element.
direct

Usages

used by used in type used
MaterialSampleRecord curation range MaterialSampleCuration

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/isample/schema/1.0

Mappings

Mapping Type Mapped Value
self [‘isam:MaterialSampleCuration’]
native [‘isam:MaterialSampleCuration’]

LinkML Source

Direct

name: MaterialSampleCuration
description: 'Information about the current storage of sample, access to sample, and
  events in curation history. Curation as used here starts when the sample is removed
  from its original context, and might include various processing steps for preservation.
  Processing related to analysis preparation such as crushing, dissolution, evaporation,
  filtering are considered part of the sampling method for the derived child sample.

  '
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
slots:
- identifier
- access_constraints
- curation_location
- description
- label
- responsibility

Induced

name: MaterialSampleCuration
description: 'Information about the current storage of sample, access to sample, and
  events in curation history. Curation as used here starts when the sample is removed
  from its original context, and might include various processing steps for preservation.
  Processing related to analysis preparation such as crushing, dissolution, evaporation,
  filtering are considered part of the sampling method for the derived child sample.

  '
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
attributes:
  identifier:
    name: identifier
    description: 'A string that identifies some resource. Expectation is that it is
      a URI that is resolvable to some useful represenation of the resource.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    domain: IdentifierObject
    alias: identifier
    owner: MaterialSampleCuration
    domain_of:
    - Agent
    - IdentifierObject
    - SamplingSite
    - SamplingEvent
    - MaterialSampleCuration
    range: uriorcurie
  access_constraints:
    name: access_constraints
    description: 'Cultural, legal, or other policy issues that bear on access to view,
      borrow, or subsample a sample or visit a sampling site.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: access_constraints
    owner: MaterialSampleCuration
    domain_of:
    - MaterialSampleCuration
    range: string
    multivalued: true
  curation_location:
    name: curation_location
    description: 'Information about where and how the sample is currently stored.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: curation_location
    owner: MaterialSampleCuration
    domain_of:
    - MaterialSampleCuration
    range: string
  description:
    name: description
    description: 'Free text description of the subject of a triple.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    close_mappings:
    - dct:description
    alias: description
    owner: MaterialSampleCuration
    domain_of:
    - MaterialSampleRecord
    - SamplingSite
    - SamplingEvent
    - MaterialSampleCuration
    - SampleRelation
    range: string
  label:
    name: label
    description: 'A human intelligible string used to identify a thing, i.e. the name
      to use for the thing; should be unique in the scope of a sample collection or
      dataset.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    close_mappings:
    - rdfs:label
    alias: label
    owner: MaterialSampleCuration
    domain_of:
    - MaterialSampleRecord
    - IdentifierObject
    - SamplingSite
    - SamplingEvent
    - MaterialSampleCuration
    - SampleRelation
    range: string
  responsibility:
    name: responsibility
    description: 'Agent object includes person name, person identifier, affiliation,
      or organization name, their role relative to the parent element.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: responsibility
    owner: MaterialSampleCuration
    domain_of:
    - SamplingEvent
    - MaterialSampleCuration
    range: Agent
    multivalued: true