Slot: pathogen type (pathogenType)
Identification of the specific type of pathogen among the listed categories e.g. ‘Virus’,’Viroid’,’Bacterium’…
URI: EVORAO:pathogenType
Alias: pathogenType
Applicable Classes
| Name |
Description |
Modifies Slot |
| PathogenIdentification |
A collection of distinguishing information that enables the differentiation o… |
yes |
Properties
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:pathogenType |
| native |
EVORAO:pathogenType |
| exact |
schema:infectiousAgentClass |
| close |
dwc:organismScope |
LinkML Source
```yaml
name: pathogenType
description: Identification of the specific type of pathogen among the listed categories
e.g. 'Virus','Viroid','Bacterium'...
title: pathogen type
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:infectiousAgentClass
close_mappings:
- dwc:organismScope
rank: 1000
alias: pathogenType
domain_of:
- PathogenIdentification
range: string
required: true
multivalued: false
equals_string_in:
- Virus
- Bacterium
- Fungus
- Protozoan
- Viroid
- Prion
```