Skip to content

V0 Core Content Metadata Schema (Suggested) #1

Description

@mktackabe

0.0. Suggested core Content Metadata Schema

Purpose: Enable "quality and fit" recommendations by tagging content with spiritual/formation context while remaining interoperable with standard library/digital media systems. Schema is JSON‑LD compatible for future RDF expansion.

Strategy:

· Core: 15 Dublin Core Metadata Initiative (DCMI) elements.[1][2][3]

· Qualifiers/Refinements: Expanded DCMI terms (e.g., dc:audience, dcterms:audience).[2][4]

· Supplements:

o MODS (Metadata Object Description Schema) for richer description (mods:genre, mods:audience).[5]

o Getty Art & Architecture Thesaurus (AAT) for visual/media descriptors where relevant (aat:300386858 for "religious art").[6][7]

o Custom Catholic tags (free-text or controlled vocabularies) for formation‑specific axes.

· Format: JSON object with @context for DCMI namespace. Tags are repeatable arrays.

Example JSON Record

{ "@context": { "dc": "http://purl.org/dc/elements/1.1/", "dcterms": "http://purl.org/dc/terms/", "mods": "http://www.loc.gov/mods/v3/", "aat": "http://vocab.getty.edu/aat/", "catholic": "https://yourengine.org/ns/catholic#" }, "@type": "dcterms:MediaObject", "dc:title": "Homily on Prayer in Dryness - Fr. Smith", "dc:creator": "Fr. John Smith", "dc:format": "video/mp4", "dc:language": "en", "dcterms:audience": ["lay-adult", "intermediate"], "dcterms:created": "2025-03-01", "dcterms:extent": "12 min", "mods:genre": ["homily", "spiritual-formation"], "catholic:formation_level": "intermediate", "catholic:spiritual_season": ["prayer-dryness", "spiritual-struggle"], "catholic:sacrament": ["none"], "catholic:ccc_topics": ["2706-2719"], "aat:subjects": ["prayer", "mysticism"] }

Core Schema: 15 DCMI Elements + Key Extensions

Element | DCMI Term | Usage in Catholic Context | Example -- | -- | -- | -- Title | dc:title | Standard title | "Prayer in the Desert" Creator | dc:creator | Speaker, author, preacher | "Bishop Robert Barron" Subject | dc:subject | Keywords/topics | "prayer", "discernment" Description | dc:description | Abstract/summary | "Fr. X addresses dryness..." Publisher | dc:publisher | Source (FORMED, Diocese) | "Word on Fire Institute" Contributor | dc:contributor | Guests, producers | "Ascension Press" Date | dcterms:created | Publication/preaching date | "2026-02-15" Type | dc:type | DCMI Type Vocab | "Lecture", "Sound" Format | dc:format | MIME or descriptive | "video/mp4", "podcast" Identifier | dc:identifier | Unique ID/URL | "wof-homily-123" Source | dc:source | Original platform | "https://wordonfire.org/..." Language | dc:language | ISO 639‑1 | "en", "es" Relation | dcterms:relation | Series/part of | "Part 2 of Discernment Retreat" Coverage | dcterms:spatial | Liturgical season/geo | "Lent", "US Catholic" Rights | dc:rights | Access (free, parish) | "CC-BY-NC; parish login req."

Refinements (DCMI‑extended):

· dcterms:audience: Age/life stage ["lay-adult", "rcia-candidate", "parent-ages7-12"].

· dcterms:extent: Duration ["PT12M"] (ISO 8601).

· dcterms:isPartOf: Pathway/series.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions