...
Panel | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
Table of Contents | | minLevel | 3
DomeCore Defined
DomeCore establishes a minimum standard for descriptive metadata used for resources in Dome. DomeCore is a set of seven metadata elements that are common across the various digital resources/collections of the MIT Libraries. It is recommended that it be mandatory for all digital objects being deposited into Dome have the proper metadata to fulfill the needs of this common element set. DomeCore is a starting point for the application of metadata standards in Dome digital collections. A digital resource/collection may require additional metadata elements based on format, genre, provenance or management needs.
...
DomeCore | DCterms:element (What we would like to use in DOME) | DCterms:element*(DSpace Name) | VRA Core 4.0 path(IRIS Field Name) | MODS path(AT Field Name) | MARC |
Identifier |
| dcterms:identifier (dc.identifier.none; dc.identifier. uri) | vra:image/id | mets: mets@OBJID=“IDENTIFIER” | 035 |
Rights |
| dcterms:rights (dc.rights.none) | vra: rights/text | mods:accessCondition type=”useAndReproduction” | 506 |
Name |
| dcterms:title | vra: work/title | mods:titleInfo/title | 245 |
Agent |
| dcterms:creator (dc.contributor.author) | vra: agent/name | mods:name/role/@roleTerm = Creator | 100 |
Type |
| dcterms:type | vra: work/worktype | mods: genre | 655 |
Date |
| dcterms:date (dc.date.issued) | vra: date@type="creation" | mods:origInfo/datecreated | 260c |
Notes |
| dcterms:description (dc.description.none) | vra: description | mods:abstract@displayLabel=”Abstract” | 520 |
* based on DSpace behavior, not Dome
...