ArchivePart
CDIFManifest::Classes::ArchivePart
Definition
A component file within an archive distribution. Typed schema:MediaObject. May itself carry cdif:hasPhysicalMapping and the cdi: physical-dataset co-typing when the part is a tabular or structured data file.
Diagram
Inheritance
No generalization relationships.
Attributes
| Name | Type | Multiplicity | Description |
|---|---|---|---|
| identifier | XsdAnyUri ↗ | [0..1] | @id - typically a hash-anchor. |
| name | string | [1] | schema:name - filename. |
| description | string | [0..1] | schema:description. |
| encodingFormat | string | [1..*] | schema:encodingFormat - MIME type(s). |
| countColumns | integer | [0..1] | Column count for tabular parts. |
| countRows | integer | [0..1] | Row count for tabular parts. |
Associations
| Role | Target | Multiplicity | Kind |
|---|---|---|---|
| hasPart | ← DataDownload | [0..*] | composition |
| about | → ArchivePart | [0..*] | association |
| size | → QuantitativeValue | [0..1] | composition |
| checksum | → Checksum | [0..1] | composition |
| hasPhysicalMapping | → AbstractMapping | [0..*] | composition |
| alsoTypedAs | → AbstractDataSet | [0..1] | aggregation |