SampleRelation

Class: SampleRelation

Modified

August 19, 2024

Semantic link to other samples or related resources.

URI: isam:SampleRelation

case 4

%%{init: {'securityLevel': 'loose', 'theme':'neutral', 'themeVariables': { 'fontSize':'14px', 'fontFamily':'Roboto Mono'}}}%%
classDiagram
    direction RL
    class SampleRelation {
      description : string
      label : string
      relationship : string
      target : uriorcurie
      
    }
    
    
    
    
    
    SampleRelation --o MaterialSampleRecord : related_resource
       click MaterialSampleRecord href "MaterialSampleRecord.html" "Documentation"
      
    

Slots

Slots in class SampleRelation.
Name Cardinality and Range Description Inheritance
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
relationship 0..1
xsd:string
Term to identify realationship between host sample and the sample relation target. Should be controlled vocabulary (ScopedName). for now start with string, ‘derivedFrom’.
direct
target 0..1
xsd:anyURI
Identifier for the target resource in the relationship. Start with string, should be Identifier object.
direct

Usages

used by used in type used
MaterialSampleRecord related_resource range SampleRelation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: SampleRelation
description: 'Semantic link to other samples or related resources.

  '
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
slots:
- description
- label
- relationship
- target

Induced

name: SampleRelation
description: 'Semantic link to other samples or related resources.

  '
from_schema: https://w3id.org/isample/schema/1.0
rank: 1000
attributes:
  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: SampleRelation
    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: SampleRelation
    domain_of:
    - MaterialSampleRecord
    - IdentifierObject
    - SamplingSite
    - SamplingEvent
    - MaterialSampleCuration
    - SampleRelation
    range: string
  relationship:
    name: relationship
    description: 'Term to identify realationship between host sample and the sample
      relation target. Should be controlled vocabulary (ScopedName). for now start
      with string, ''derivedFrom''.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: relationship
    owner: SampleRelation
    domain_of:
    - SampleRelation
    range: string
  target:
    name: target
    description: 'Identifier for the target resource in the relationship. Start with
      string, should be Identifier object.

      '
    from_schema: https://w3id.org/isample/schema/1.0
    alias: target
    owner: SampleRelation
    domain_of:
    - SampleRelation
    range: uriorcurie