Slot: biological source type (biologicalSourceType)
Indicates whether the biological material includes any part originally collected from a natural source (true) or is composed exclusively of synthetic parts (false).
URI: EVORAO:biologicalSourceType
Alias: biologicalSourceType
Applicable Classes
| Name |
Description |
Modifies Slot |
| BiologicalMaterialOrigin |
Information about the origin of the biological material, compulsory for acces… |
yes |
Properties
- It makes sense that only recombinant biological materials can have a mixed material origin! Mixed origin (natural + synthetic) is represented by EVORAO:recombinantMaterial = true and EVORAO:biologicalSourceType = true, together with both EVORAO:NaturalPartOrigin and EVORAO:SyntheticPartOrigin instances linked via EVORAO:biologicalPartOrigin
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:biologicalSourceType |
| native |
EVORAO:biologicalSourceType |
LinkML Source
```yaml
name: biologicalSourceType
description: Indicates whether the biological material includes any part originally
collected from a natural source (true) or is composed exclusively of synthetic parts
(false).
title: biological source type
comments:
- It makes sense that only recombinant biological materials can have a mixed material
origin! Mixed origin (natural + synthetic) is represented by EVORAO:recombinantMaterial
= true and EVORAO:biologicalSourceType = true, together with both EVORAO:NaturalPartOrigin
and EVORAO:SyntheticPartOrigin instances linked via EVORAO:biologicalPartOrigin
from_schema: https://w3id.org/evorao/
rank: 1000
alias: biologicalSourceType
domain_of:
- BiologicalMaterialOrigin
range: boolean
required: true
multivalued: false
```