Class: Sample

URI: tvbo:class/Sample

 classDiagram
    class Sample
    click Sample href "./Sample.html"
      Sample : groups
        
          
    
        
        
        Sample --> "*" String : groups
        click String href "../http://www.w3.org/2001/XMLSchema#string.html"
    

        
      Sample : size
        
          
    
        
        
        Sample --> "0..1" Integer : size
        click Integer href "../http://www.w3.org/2001/XMLSchema#integer.html"
    

        
      

Slots

Name Cardinality and Range Description Inheritance
groups *
xsd:string
direct
size 0..1
xsd:integer
direct

Usages

used by used in type used
SimulationStudy sample range Sample

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/tvbo

Mappings

Mapping Type Mapped Value
self tvbo:Sample
native tvbo:Sample

LinkML Source

Direct

name: Sample
from_schema: https://w3id.org/tvbo
attributes:
  groups:
    name: groups
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Sample
    range: string
    multivalued: true
  size:
    name: size
    from_schema: https://w3id.org/tvbo
    rank: 1000
    domain_of:
    - Sample
    range: integer

Induced

name: Sample
from_schema: https://w3id.org/tvbo
attributes:
  groups:
    name: groups
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: groups
    owner: Sample
    domain_of:
    - Sample
    range: string
    multivalued: true
  size:
    name: size
    from_schema: https://w3id.org/tvbo
    rank: 1000
    alias: size
    owner: Sample
    domain_of:
    - Sample
    range: integer