1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*!
Functions that create IRIs for the Dublin Core [Elements](http://purl.org/dc/elements/1.1/) namespace.

Retrieved from `https://www.dublincore.org/specifications/dublin-core/dcmi-terms/dublin_core_elements.nt`.
*/

namespace! {
    "dc",
    "http://purl.org/dc/elements/1.1/",
    {
        contributor, "contributor",
        coverage, "coverage",
        creator, "creator",
        date, "date",
        description, "description",
        format, "format",
        identifier, "identifier",
        language, "language",
        publisher, "publisher",
        relation, "relation",
        rights, "rights",
        source, "source",
        subject, "subject",
        title, "title",
        a_type, "type"
    }
}