Skip to content

Class: Species

URI: bbqs:Species

classDiagram class Species click Species href "../Species" Species : full_name Species : id Species : name

Slots

Name Cardinality and Range Description Inheritance
id 0..1
String
direct
name 0..1
String
human readable direct
full_name 0..1
String
full name direct

Identifier and Mapping Information

Schema Source

  • from schema: https://identifiers.org/bbqs/project-metadata-schema

Mappings

Mapping Type Mapped Value
self bbqs:Species
native bbqs:Species

LinkML Source

Direct

name: Species
from_schema: https://identifiers.org/bbqs/project-metadata-schema
attributes:
  id:
    name: id
    from_schema: https://identifiers.org/bbqs/project-metadata-schema
    rank: 1000
    domain_of:
    - Species
    - Abstract
  name:
    name: name
    description: human readable
    from_schema: https://identifiers.org/bbqs/project-metadata-schema
    domain_of:
    - Collaborator
    - Species
  full_name:
    name: full_name
    description: full name
    from_schema: https://identifiers.org/bbqs/project-metadata-schema
    rank: 1000
    domain_of:
    - Species

Induced

name: Species
from_schema: https://identifiers.org/bbqs/project-metadata-schema
attributes:
  id:
    name: id
    from_schema: https://identifiers.org/bbqs/project-metadata-schema
    rank: 1000
    alias: id
    owner: Species
    domain_of:
    - Species
    - Abstract
    range: string
  name:
    name: name
    description: human readable
    from_schema: https://identifiers.org/bbqs/project-metadata-schema
    alias: name
    owner: Species
    domain_of:
    - Collaborator
    - Species
    range: string
  full_name:
    name: full_name
    description: full name
    from_schema: https://identifiers.org/bbqs/project-metadata-schema
    rank: 1000
    alias: full_name
    owner: Species
    domain_of:
    - Species
    range: string