The Dublin Core Metadata Element Set (DCMES) is among the most widely recognized and adopted metadata standards in the world. Its fifteen simple properties provide a minimal, cross-domain vocabulary for describing virtually any resource on the web, from digital documents and datasets to physical objects and services. Named after a 1995 workshop in Dublin, Ohio, organized by OCLC and the National Center for Supercomputing Applications, it has become a cornerstone reference point for metadata interoperability across libraries, archives, museums, government, education, and the open web.
Background
In March 1995, librarians, digital library researchers, and content specialists gathered at the OCLC offices in Dublin, Ohio, to address a growing problem: as the web expanded, there was no lightweight, consensus-based way to describe online resources for discovery. The workshop produced an initial set of thirteen elements; two more were added shortly after, giving rise to the fifteen-element "Dublin Core" that entered formal standardization in 1998 as IETF RFC 2413. Subsequent standardization produced ANSI/NISO Z39.85 and ISO 15836. The current reference version of the fifteen elements dates to 2012, though the elements themselves have remained stable since the late 1990s.
The Dublin Core Metadata Initiative (DCMI), a project of ASIS&T, maintains the standard and its surrounding ecosystem of vocabularies, application profiles, and technical specifications.
Purpose and Scope
DCMES is designed to be domain-agnostic and intentionally minimal. Its fifteen properties cover the most broadly needed aspects of resource description: identification (title, identifier), intellectual responsibility (creator, contributor, publisher), content characterization (subject, description, type), temporal and spatial context (date, coverage), format, language, rights, source, and relation.
The elements carry no obligation constraints by default, making DCMES easy to adopt at a basic level. Communities that need stricter rules apply them through application profiles built on top of Dublin Core.
Key Elements
| Element | Definition |
|---|---|
| title | A name given to the resource |
| creator | An entity primarily responsible for making the resource |
| subject | The topic of the resource |
| description | An account of the resource |
| publisher | An entity responsible for making the resource available |
| contributor | An entity responsible for making contributions to the resource |
| date | A point or period of time associated with an event in the resource's lifecycle |
| type | The nature or genre of the resource |
| format | The file format, physical medium, or dimensions of the resource |
| 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 |
| relation | A related resource |
| coverage | The spatial or temporal topic, applicability, or jurisdiction of the resource |
| rights | Information about rights held in and over the resource |
Serializations and Technical Formats
The fifteen elements are published under the namespace URI http://purl.org/dc/elements/1.1/ (commonly prefixed dc:). DCMI also maintains a parallel set of fifteen properties with identical names under http://purl.org/dc/terms/ (prefixed dcterms:), which carry formal RDF domains and ranges. The dcterms: properties are defined as subproperties of the dc: equivalents.
Official serializations are available from DCMI in RDF/XML, Turtle, and JSON-LD formats. XML Schema definitions (XSD) are also provided for XML-based implementations. The schemas are published at the DCMI schemas page and are the authoritative machine-readable representations.
Governance and Maintenance
DCMI operates under a governance structure that includes a Governing Board, a Directorate, and a Usage Board. The Usage Board is responsible for reviewing changes to DCMI vocabulary terms under the DCMI Namespace Policy, which constrains the kinds of editorial modifications permitted on existing terms to ensure backward compatibility.
Since the mid-2000s, DCMI has shifted away from numbered version releases, instead publishing updates by date. The fifteen-element DCES 1.1 is effectively frozen; ongoing development occurs within the broader DCMI Metadata Terms vocabulary. DCMI documents are licensed under Creative Commons Attribution 4.0 International.
Notable Implementations
Dublin Core is embedded in metadata practices across a vast range of systems and standards:
- OAI-PMH mandates unqualified Dublin Core as its baseline metadata format, making DCMES the lingua franca of metadata harvesting across thousands of repositories.
- HTML meta tags frequently use Dublin Core elements via the
DC.prefix convention. - Europeana, the European digital cultural heritage platform, uses Dublin Core as a foundation for its Europeana Data Model.
- Institutional repositories running DSpace, EPrints, and Fedora commonly expose Dublin Core metadata.
- Government open data portals in many countries incorporate Dublin Core alongside DCAT.
- Schema.org maintains documented mappings to Dublin Core terms.
Related Standards
- DCMI Metadata Terms — The current, comprehensive vocabulary that subsumes and extends DCMES with additional properties, classes, and formal semantics.
- DCMI Type Vocabulary — A controlled vocabulary of resource types designed for use with the
typeelement. - DCMI Abstract Model — The formal model describing how DCMI metadata descriptions are structured.
- LRMI (Learning Resource Metadata Initiative) — A DCMI project providing metadata terms for educational resources, building on Dublin Core.