Skip to content

choose metadata vocabulary for lessons #3

@mbjones

Description

@mbjones

We will want to distribute our lessons widely, and it will be helpful to have structured metadata for the lessons to be used in search and discovery. The ESIP Data Management Training Clearinghouse has an established metadata vocabulary for courses, and would make a good starting point for our work -- see below for an example of that metadata. But we also should evaluate metadata vocabularies used in other related initiatives, including the Carpentries (see their example format for lessons), the NEON modules, and EarthLab courses.

Here's an example metadata record from the DMTC for a DataONE lesson on metadata:

[
  {
    "title": "DataONE Data Management Module 07: Metadata",
    "status": 1,
    "pub_status": "published",
    "modification_date": "2022-06-21T10:56:57Z",
    "resource_modification_date": "1900-01-01T00:00:00Z",
    "url": "https://dataoneorg.github.io/Education/lessons/07_metadata/index.html",
    "access_cost": 0,
    "submitter_name": "Amber Budden",
    "submitter_email": "aebudden@dataone.unm.edu",
    "authors": [],
    "author_names": [],
    "author_org": {
      "name": "DataONE Community Engagement and Outreach Working Group",
      "name_identifier": "",
      "name_identifier_type": ""
    },
    "contact": {
      "name": "Amber E.  Budden",
      "org": "DataONE",
      "email": ""
    },
    "abstract_data": "What is metadata? Metadata is data (or documentation) that describes and provides context for data and it is everywhere around us. Metadata allows us to understand the details of a dataset, including: where it was collected, how it was collected, what gaps in the data mean, what the units of measurement are, who collected the data, how it should be attributed etc. By creating and providing good descriptive metadata for our own data, we enable others to efficiently discover and use the data products from our research. This lesson explores the importance of metadata to data authors, users of the data and organizations, and highlights the utility of metadata. It provides an overview of the different metadata standards that exist, and the core elements that are consistent across them; guiding users in selecting a metadata standard to work with and introduces the best practices needed for writing a high quality metadata record.&nbsp;<br />\r\nThis 30-40 minute&nbsp;lesson&nbsp;includes&nbsp;a downloadable presentation (PPT or PDF) with supporting hands-on exercise, handout, and supporting data files.<br />\r\n&nbsp;",
    "abstract_format": "filtered_html",
    "subject": "",
    "keywords": [
      "Data lifecycle",
      "Data management",
      "Metadata"
    ],
    "license": "Creative Commons 0 - CC0 \"No Rights Reserved\" (Public Domain)",
    "usage_info": "",
    "citation": "DataONE Community Engagement & Outreach Working Group (2017) \"Metadata Management\". Accessed at https://dataoneorg.github.io/Education/lessons/07_metadata/ on Jun 01, 2018",
    "locator_data": "",
    "locator_type": "",
    "publisher": "DataONE",
    "version": "v1 - 05.01.2012",
    "created": "2016-09-22T14:24:18",
    "published": "2012-05-01T00:00:00Z",
    "accessibility_features": [
      {
        "name": "Transformation - features that allow the content to be changed for ease of access, e.g., by using large print fonts."
      }
    ],
    "accessibility_summary": "",
    "language_primary": "en",
    "languages_secondary": [],
    "ed_frameworks": [
      {
        "name": "DataONE Education Modules",
        "nodes": [
          {
            "description": "",
            "name": "Describe"
          }
        ],
        "type": "framework"
      },
      {
        "name": "FAIR Data Principles",
        "nodes": [],
        "type": "framework"
      }
    ],
    "target_audience": [],
    "purpose": "Instruction - detailed information about aspects or processes related to data management or data skills.",
    "completion_time": "Up to 1 hour",
    "media_type": "Presentation - representation of the particular way in which an author shows, describes or explains one or more concepts, e.g., a set of Powerpoint slides.",
    "lr_type": "Unit -  long-range plan of instruction on a particular concept containing multiple, related lessons.",
    "creator": "sophisticus",
    "md_record_id": "",
    "ratings": [],
    "rating": 0,
    "id": "32335b19-8e6f-3772-aacc-1379d70330bb",
    "contributors": [],
    "contributor_orgs": [
      {
        "name": "DataONE",
        "name_identifier": "N.A.",
        "name_identifier_type": "N.A.",
        "type": "Final product"
      }
    ],
    "score": 4.3308573,
    "country_of_origin": null,
    "credential_status": null,
    "notes": []
  }
]

Each lesson in the DMTC has an identifier, and with that , you can downloaded the lesson metadata from the DMTC API (see DMTC API documentation) using the following command:

curl -s https://dmtclearinghouse.esipfed.org/api/resources/?id=32335b19-8e6f-3772-aacc-1379d70330bb | jq .results

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions