Homework 1: Designing a Metadata Schema
Contents
Homework 1: Designing a Metadata Schema#
Due: 9/29/2022 @ 5 pm#
Background#
The value of data is determined by its Findability, Accessibility, Interoperability, and Reusability (FAIR) aspects. The FAIRness of data is largely determined by the (meta)data and schema. In your research, labs, or company you have all collected data. For this assignment select a data source from your work and construct a (meta)data schema. If you do not have any sufficient data from your work you can find data from an online repository (e.g. Zenodo, OSF, the materials project, etc.) to use for this assignment.
Assignment#
For this assignment design a schema that contains the Dublin Core Elements (see below) and at least 10 additional (meta)data catagories. For each of these catagories give a name and explain the use of the metadata category. Using two data records fill out the (meta)data for these records.
Dublin Core Metadata Standard#
Built into the Dublin Core standard are definitions of each metadata element – like native content standard – that state what kinds of information should be recorded where and how. Associated with many of the data elements are data value standards such as the DCMI Type Vocabulary and ISO 639 language codes, etc. More information can be found on the Dublin Core Metadata Initiative website.
Dublin Core Element | Use | Possible Data Value Standards |
---|---|---|
Title | A name given to the resource. | |
Subject | The topic of the resource. | Library of Congress Subject Headings (LCSH) |
Description | An account of the resource. | |
Creator | An entity primarily responsible for making the resource. | Library of Congress Name Authority File (LCNAF) |
Publisher | An entity responsible for making the resource available. | |
Contributor | An entity responsible for making contributions to the resource. | Library of Congress Name Authority File (LCNAF) |
Date | A point or period of time associated with an event in the lifecycle of the resource. | W3CDTF |
Type | The nature or genre of the resource. | DCMI Type Vocabulary |
Format | The file format, physical medium, or dimensions of the resource. | Internet Media Types (MIME) |
Identifier | An unambiguous reference to the resource within a given context. | |
Source | A related resource from which the described resource is derived. | |
Language | A language of the resource. | ISO 639 |
Relation | A related resource. | |
Coverage | The spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant. | Thesaurus of Geographic Names (TGN) |
Rights | Information about rights held in and over the resource. |
Submission Instructions#
The data records and schema should be submitted as an Excel Spreadsheet. If you feel comfortable using python, you could instead use a dictionary or JSON format for the submission.