Class: Manifest
A qualified collection of DataObjects that can be analyzed together in the same experimental context.
URI: nmdc:Manifest
classDiagram
class Manifest
click Manifest href "../Manifest"
InformationObject <|-- Manifest
click InformationObject href "../InformationObject"
Manifest : alternative_identifiers
Manifest : description
Manifest : id
Manifest : manifest_category
Manifest --> "1" ManifestCategoryEnum : manifest_category
click ManifestCategoryEnum href "../ManifestCategoryEnum"
Manifest : name
Manifest : type
Inheritance
- NamedThing
- InformationObject
- Manifest
- InformationObject
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
manifest_category | 1 ManifestCategoryEnum |
The type of context in which the constituent DataObjects can be analyzed toge... | direct |
id | 1 Uriorcurie |
A unique identifier for a thing | NamedThing |
name | 0..1 String |
A human readable label for an entity | NamedThing |
description | 0..1 String |
a human-readable description of a thing | NamedThing |
alternative_identifiers | * Uriorcurie |
A list of alternative identifiers for the entity | NamedThing |
type | 1 Uriorcurie |
the class_uri of the class that has been instantiated | NamedThing |
Usages
used by | used in | type | used |
---|---|---|---|
Database | manifest_set | range | Manifest |
DataObject | in_manifest | range | Manifest |
Comments
- Manifest are currently uncoupled from other modelling. For example, there is no schema requirement that DataObjects in a fractions Manifest were all obtained by analyzing the same ProcessedSample.
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/nmdc/nmdc
Mappings
Mapping Type | Mapped Value |
---|---|
self | nmdc:Manifest |
native | nmdc:Manifest |
LinkML Source
Direct
name: Manifest
description: A qualified collection of DataObjects that can be analyzed together in
the same experimental context.
comments:
- Manifest are currently uncoupled from other modelling. For example, there is no
schema requirement that DataObjects in a fractions Manifest were all obtained by
analyzing the same ProcessedSample.
from_schema: https://w3id.org/nmdc/nmdc
is_a: InformationObject
slots:
- manifest_category
slot_usage:
id:
name: id
structured_pattern:
syntax: '{id_nmdc_prefix}:manif-{id_shoulder}-{id_blade}$'
class_uri: nmdc:Manifest
Induced
name: Manifest
description: A qualified collection of DataObjects that can be analyzed together in
the same experimental context.
comments:
- Manifest are currently uncoupled from other modelling. For example, there is no
schema requirement that DataObjects in a fractions Manifest were all obtained by
analyzing the same ProcessedSample.
from_schema: https://w3id.org/nmdc/nmdc
is_a: InformationObject
slot_usage:
id:
name: id
structured_pattern:
syntax: '{id_nmdc_prefix}:manif-{id_shoulder}-{id_blade}$'
attributes:
manifest_category:
name: manifest_category
description: The type of context in which the constituent DataObjects can be analyzed
together.
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
alias: manifest_category
owner: Manifest
domain_of:
- Manifest
range: ManifestCategoryEnum
required: true
id:
name: id
description: A unique identifier for a thing. Must be either a CURIE shorthand
for a URI or a complete URI
notes:
- 'abstracted pattern: prefix:typecode-authshoulder-blade(.version)?(_seqsuffix)?'
- a minimum length of 3 characters is suggested for typecodes, but 1 or 2 characters
will be accepted
- typecodes must correspond 1:1 to a class in the NMDC schema. this will be checked
via per-class id slot usage assertions
- minting authority shoulders should probably be enumerated and checked in the
pattern
examples:
- value: nmdc:mgmag-00-x012.1_7_c1
description: https://github.com/microbiomedata/nmdc-schema/pull/499#discussion_r1018499248
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
identifier: true
alias: id
owner: Manifest
domain_of:
- NamedThing
range: uriorcurie
required: true
pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
structured_pattern:
syntax: '{id_nmdc_prefix}:manif-{id_shoulder}-{id_blade}$'
name:
name: name
description: A human readable label for an entity
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
alias: name
owner: Manifest
domain_of:
- PersonValue
- NamedThing
- Protocol
range: string
description:
name: description
description: a human-readable description of a thing
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
slot_uri: dcterms:description
alias: description
owner: Manifest
domain_of:
- ImageValue
- NamedThing
range: string
alternative_identifiers:
name: alternative_identifiers
description: A list of alternative identifiers for the entity.
from_schema: https://w3id.org/nmdc/nmdc
rank: 1000
alias: alternative_identifiers
owner: Manifest
domain_of:
- MetaboliteIdentification
- NamedThing
range: uriorcurie
multivalued: true
pattern: ^[a-zA-Z0-9][a-zA-Z0-9_\.]+:[a-zA-Z0-9_][a-zA-Z0-9_\-\/\.,]*$
type:
name: type
description: the class_uri of the class that has been instantiated
notes:
- replaces legacy nmdc:type slot
- makes it easier to read example data files
- required for polymorphic MongoDB collections
examples:
- value: nmdc:Biosample
- value: nmdc:Study
from_schema: https://w3id.org/nmdc/nmdc
see_also:
- https://github.com/microbiomedata/nmdc-schema/issues/1048
- https://github.com/microbiomedata/nmdc-schema/issues/1233
- https://github.com/microbiomedata/nmdc-schema/issues/248
rank: 1000
slot_uri: rdf:type
designates_type: true
alias: type
owner: Manifest
domain_of:
- EukEval
- FunctionalAnnotationAggMember
- MobilePhaseSegment
- PortionOfSubstance
- MagBin
- MetaboliteIdentification
- PeptideQuantification
- ProteinQuantification
- GenomeFeature
- FunctionalAnnotation
- AttributeValue
- NamedThing
- FailureCategorization
- Protocol
- CreditAssociation
- Doi
range: uriorcurie
required: true
class_uri: nmdc:Manifest