Class: BeamlineScientist
An expert responsible for the operation and scientific application of beamlines in a research facility.
URI: hzb_metadata_schema:BeamlineScientist
classDiagram
class BeamlineScientist
click BeamlineScientist href "../BeamlineScientist"
Person <|-- BeamlineScientist
click Person href "../Person"
BeamlineScientist : age_in_years
BeamlineScientist : birth_date
BeamlineScientist : gender
BeamlineScientist --> "0..1" GenderEnum : gender
click GenderEnum href "../GenderEnum"
BeamlineScientist : has_employment_history
BeamlineScientist : id
BeamlineScientist : iri
BeamlineScientist : name
BeamlineScientist : primary_email
Inheritance
- Entity
- NamedEntity
- Person
- BeamlineScientist
- Person
- NamedEntity
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
primary_email | 0..1 String |
The main email address of a person | Person |
birth_date | 0..1 date |
Date on which a person is born | Person |
age_in_years | 0..1 Integer |
Number of years since birth | Person |
gender | 0..1 GenderEnum |
Person | |
has_employment_history | * String |
Person | |
name | 0..1 String |
A human-readable name for a thing | Entity, NamedEntity |
id | 1 Uriorcurie |
A unique identifier for a thing | Entity |
iri | 0..1 String |
Internationalized Resource Identifier | Entity |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | hzb_metadata_schema:BeamlineScientist |
native | hzb_metadata_schema:BeamlineScientist |
LinkML Source
Direct
name: BeamlineScientist
description: An expert responsible for the operation and scientific application of
beamlines in a research facility.
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
is_a: Person
Induced
name: BeamlineScientist
description: An expert responsible for the operation and scientific application of
beamlines in a research facility.
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
is_a: Person
attributes:
primary_email:
name: primary_email
description: The main email address of a person
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
slot_uri: schema:email
alias: primary_email
owner: BeamlineScientist
domain_of:
- Person
range: string
birth_date:
name: birth_date
description: Date on which a person is born
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
slot_uri: schema:birthDate
alias: birth_date
owner: BeamlineScientist
domain_of:
- Person
range: date
age_in_years:
name: age_in_years
description: Number of years since birth
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
alias: age_in_years
owner: BeamlineScientist
domain_of:
- Person
range: integer
gender:
name: gender
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
slot_uri: schema:gender
alias: gender
owner: BeamlineScientist
domain_of:
- Person
range: gender_enum
has_employment_history:
name: has_employment_history
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
alias: has_employment_history
owner: BeamlineScientist
domain_of:
- Person
range: string
multivalued: true
inlined: true
inlined_as_list: true
name:
name: name
description: A human-readable name for a thing
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
slot_uri: schema:name
alias: name
owner: BeamlineScientist
domain_of:
- Entity
- NamedEntity
range: string
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: BeamlineScientist
domain_of:
- Entity
range: uriorcurie
required: true
iri:
name: iri
description: Internationalized Resource Identifier
from_schema: https://w3id.org/anak-velazquez/hzb-metadata-schema
rank: 1000
alias: iri
owner: BeamlineScientist
domain_of:
- Entity
range: string