Class: Biological part origin (BiologicalPartOrigin)
Information on the origin of a unitary, cohesive part that is part of, or constitutes the biological material. It can be multiple parts in case of a recombinant biological material.
- NOTE: this is an abstract class and should not be instantiated directly
URI: EVORAO:BiologicalPartOrigin
classDiagram
class BiologicalPartOrigin
click BiologicalPartOrigin href "../BiologicalPartOrigin"
Resource <|-- BiologicalPartOrigin
click Resource href "../Resource"
BiologicalPartOrigin <|-- NaturalPartOrigin
click NaturalPartOrigin href "../NaturalPartOrigin"
BiologicalPartOrigin <|-- SyntheticPartOrigin
click SyntheticPartOrigin href "../SyntheticPartOrigin"
BiologicalPartOrigin : accessToPhysicalGeneticResource
BiologicalPartOrigin : dateIssued
BiologicalPartOrigin : dateModified
BiologicalPartOrigin : identifier
BiologicalPartOrigin : iri
BiologicalPartOrigin : keyword
BiologicalPartOrigin : publisher
BiologicalPartOrigin --> "0..1" PersonOrOrganization : publisher
click PersonOrOrganization href "../PersonOrOrganization"
BiologicalPartOrigin : recombinantPartIdentification
BiologicalPartOrigin --> "0..1" RecombinantPartIdentification : recombinantPartIdentification
click RecombinantPartIdentification href "../RecombinantPartIdentification"
Inheritance
Slots
Usages
Schema Source
- from schema: https://w3id.org/evorao/
Mappings
| Mapping Type |
Mapped Value |
| self |
EVORAO:BiologicalPartOrigin |
| native |
EVORAO:BiologicalPartOrigin |
| broad |
sepio:0000058, sepio:0000058 |
LinkML Source
Direct
```yaml
name: BiologicalPartOrigin
description: Information on the origin of a unitary, cohesive part that is part of,
or constitutes the biological material. It can be multiple parts in case of a recombinant
biological material.
title: Biological part origin
from_schema: https://w3id.org/evorao/
broad_mappings:
- sepio:0000058
- sepio:0000058
is_a: Resource
abstract: true
slots:
- recombinantPartIdentification
- accessToPhysicalGeneticResource
slot_usage:
recombinantPartIdentification:
name: recombinantPartIdentification
description: Identification of a recombinant part.
title: recombinant part identification
comments:
- Information not required if the current biological part constitutes the complete
biological material.
domain_of:
- BiologicalPartOrigin
range: RecombinantPartIdentification
required: false
multivalued: false
accessToPhysicalGeneticResource:
name: accessToPhysicalGeneticResource
description: Indicate if the biological part was produced with access to a physical
genetic resource.
title: access to physical genetic resource
domain_of:
- BiologicalPartOrigin
range: boolean
required: false
recommended: true
multivalued: false
```
Induced
```yaml
name: BiologicalPartOrigin
description: Information on the origin of a unitary, cohesive part that is part of,
or constitutes the biological material. It can be multiple parts in case of a recombinant
biological material.
title: Biological part origin
from_schema: https://w3id.org/evorao/
broad_mappings:
- sepio:0000058
- sepio:0000058
is_a: Resource
abstract: true
slot_usage:
recombinantPartIdentification:
name: recombinantPartIdentification
description: Identification of a recombinant part.
title: recombinant part identification
comments:
- Information not required if the current biological part constitutes the complete
biological material.
domain_of:
- BiologicalPartOrigin
range: RecombinantPartIdentification
required: false
multivalued: false
accessToPhysicalGeneticResource:
name: accessToPhysicalGeneticResource
description: Indicate if the biological part was produced with access to a physical
genetic resource.
title: access to physical genetic resource
domain_of:
- BiologicalPartOrigin
range: boolean
required: false
recommended: true
multivalued: false
attributes:
recombinantPartIdentification:
name: recombinantPartIdentification
description: Identification of a recombinant part.
title: recombinant part identification
comments:
- Information not required if the current biological part constitutes the complete
biological material.
from_schema: https://w3id.org/evorao/
rank: 1000
alias: recombinantPartIdentification
owner: BiologicalPartOrigin
domain_of:
- BiologicalPartOrigin
range: RecombinantPartIdentification
required: false
multivalued: false
accessToPhysicalGeneticResource:
name: accessToPhysicalGeneticResource
description: Indicate if the biological part was produced with access to a physical
genetic resource.
title: access to physical genetic resource
from_schema: https://w3id.org/evorao/
rank: 1000
alias: accessToPhysicalGeneticResource
owner: BiologicalPartOrigin
domain_of:
- BiologicalPartOrigin
range: boolean
required: false
recommended: true
multivalued: false
keyword:
name: keyword
description: A keyword or tag describing the resource.
title: keyword
from_schema: https://w3id.org/evorao/
rank: 1000
slot_uri: dcat:keyword
alias: keyword
owner: BiologicalPartOrigin
domain_of:
- Resource
range: string
required: false
multivalued: true
dateIssued:
name: dateIssued
description: Date of formal issuance (e.g., publication) of the resource.
title: date issued
comments:
- encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME].
from_schema: https://w3id.org/evorao/
exact_mappings:
- sepio:0000051
close_mappings:
- schema:datePublished
- schema:dateCreated
rank: 1000
slot_uri: dct:issued
alias: dateIssued
owner: BiologicalPartOrigin
domain_of:
- Resource
range: datetime
required: false
multivalued: false
dateModified:
name: dateModified
description: Most recent date on which the resource was changed, updated or modified.
title: date modified
comments:
- encoded using the relevant ISO 8601 Date and Time compliant string [DATETIME].
from_schema: https://w3id.org/evorao/
exact_mappings:
- sepio:0000036
close_mappings:
- schema:dateModified
rank: 1000
slot_uri: dct:modified
alias: dateModified
owner: BiologicalPartOrigin
domain_of:
- Resource
range: datetime
required: false
multivalued: false
identifier:
name: identifier
description: A unique identifier of the resource being described or cataloged.
title: identifier
comments:
- The identifier is a text string which is assigned to the resource to provide
an unambiguous reference within a particular context. Persistent identifiers
should be provided as HTTP URIs.
from_schema: https://w3id.org/evorao/
exact_mappings:
- schema:identifier
rank: 1000
slot_uri: dct:identifier
alias: identifier
owner: BiologicalPartOrigin
domain_of:
- Resource
range: string
required: false
multivalued: true
iri:
name: iri
description: International Resource Identifier (IRI) that uniquely identifies
or refers to the resource. IRIs include URIs, and URIs include URLs.
title: IRI
comments:
- An IRI is a global identifier standardized by IETF RFC 3987. It may or may not
be resolvable on the web. IRIs include URIs, and URIs include URLs.
from_schema: https://w3id.org/evorao/
close_mappings:
- biolink:iri
related_mappings:
- mi:url
narrow_mappings:
- schema:url
rank: 1000
is_a: identifier
alias: iri
owner: BiologicalPartOrigin
domain_of:
- Resource
range: uri
required: false
multivalued: true
publisher:
name: publisher
description: The entity responsible for making the resource available.
title: publisher
comments:
- Resources of type foaf:Agent like EVORAO:PersonOrOrganization are recommended
as values for this property.
from_schema: https://w3id.org/evorao/
rank: 1000
slot_uri: dct:publisher
alias: publisher
owner: BiologicalPartOrigin
domain_of:
- Resource
range: PersonOrOrganization
required: false
multivalued: false
```