Slot: letter of authority (letterOfAuthority)
Indicate whether a Letter of Authority is required, confirming the necessity of formal authorization. The possible values are ‘Not applicable’, ‘Not required’, ‘Required for customers in the EU’ or ‘Required’.
URI: EVORAO:letterOfAuthority
Alias: letterOfAuthority
Applicable Classes
| Name |
Description |
Modifies Slot |
| Bacterium |
The bacterium as a biological material |
no |
| Protozoan |
The protozoan as a biological material |
no |
| Pathogen |
Biological entity that causes disease in its host, which is typically an infe… |
yes |
| Prion |
The prion as a biological material |
no |
| Viroid |
The viroid as a biological material |
no |
| Fungus |
The fungus as a biological material |
no |
| Virus |
The virus as a biological material |
no |
Properties
-
Range: String
-
Recommended: True
- When a letter of authority may be required, as is often the case for certain pathogens such as plant viruses, it is strongly recommended to indicate the status of this requirement, as this information may affect delivery conditions and is important for the end-user.
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:letterOfAuthority |
| native |
EVORAO:letterOfAuthority |
LinkML Source
```yaml
name: letterOfAuthority
description: Indicate whether a Letter of Authority is required, confirming the necessity
of formal authorization. The possible values are 'Not applicable', 'Not required',
'Required for customers in the EU' or 'Required'.
title: letter of authority
comments:
- When a letter of authority may be required, as is often the case for certain pathogens
such as plant viruses, it is strongly recommended to indicate the status of this
requirement, as this information may affect delivery conditions and is important
for the end-user.
from_schema: https://w3id.org/evorao/
rank: 1000
ifabsent: string(Not applicable)
alias: letterOfAuthority
domain_of:
- Pathogen
range: string
required: false
recommended: true
multivalued: false
equals_string_in:
- Not applicable
- Not required
- Required for customers in the EU
- Required
```