1
2
3
4
5
6
7
8
9
// This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy
// of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

//! The Dublin Core Metadata Initiative (DCMI)

DECLARE_NS_NAME!(NS_TERMS: "The Terms Namespace": "http://purl.org/dc/terms/");
DECLARE_NS_NAME!(NS_ELEMENTS: "The Elements Namespace": "http://purl.org/dc/elements/1.1/");
DECLARE_NS_NAME!(NS_TYPE: "The DCMI-Type Namespace": "http://purl.org/dc/dcmitype/");
DECLARE_NS_NAME!(NS_ABSTRACT_MODEL: "The DC Abstract Model": "http://purl.org/dc/dcam/");