ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
Curationist Metadata Schema
2
Prepared by Sharon Mizota
3
1st Draft, July 1, 2020
4
Revised July 22, 2020
5
Revised December 31, 2020
6
Revised January 15, 2021
7
Revised August 10, 2021
8
Revised August 13, 2021
9
Revised August 26, 2021Work V.1.0.0
10
Revised September 14, 2021Collection V.1.0.0
11
12
The Curationist Metadata Schema is a custom schema assembled from three different, publicly available metadata schema: VRA Core 4.0, Dublin Core, and Schema.org. There are also a small number of “local” elements that are specific to Curationist and do not map to other schema.
13
This document contains 3 schema encompassing elements for 5 record types: Work, Feature, Collection, Hub, Series.
14
Each schema is organized according to the following structure:
15
Curationist Concept:
The original data point or concept from the Curationist beta site or discovery phase.
16
Element:
The name of the data element, sourced from a source schema, or given a "local" name. Depending on the implementation, elements may or may not map to field names in a database.
17
XML subelement:
Subunits of element data that provide additional information about the element.
18
XML attribute:
Additional qualifiers that describe the element or subelement data
19
Field Type:
Suggested data entry requirements for elements, subelements, and attributes. Most of the main elements are "free text" to allow for import of Source data that may not conform to Wikidata or Curationist vocabularies.
20
Repeatable:
Indicates whether an element, subelement, or attribute can be repeated, i.e., whether there can be more than one instance in a record.
21
Definition:
A definition of the type of data contained in the element, subelement, or attribute.
22
Source Schema:
The name of the schema from which the element, subelement, or attribute derives.
23
URL:
A link to information about that element, subelement, or attribute in the source schema.
24
Required:
Indicates whether the element, subelement, or attribute is required for new record creation, whether through API import or manual creation.
25
Notes:
Miscellaneous notes.
26
For additional information and detailed instructions for populating this schema, please see the Curationist Metadata Content Standard and the Curationist Taxonomy Guidelines.
27
28
Source Schema Licenses
29
VRA Core 4.0 documentation Copyright (c) 2007 Visual Resources Association (VRA). The VRA Core 4.0 schemas and documentation are licensed under a Creative Commons Attribution 3.0 License.

VRA Core 4.0 Element Outline, released 2007-04-09
https://www.loc.gov/standards/vracore/schemas.html"
30
Dublin Metadata Initiative (DCMI)
Unless indicated otherwise, DCMI documents are licensed under a Creative Commons Attribution 4.0 International License (CC BY 4.0).

Dublin Core Metadata Terms, issued 2010-10-11
https://www.dublincore.org/specifications/dublin-core/dcmi-terms/2010-10-11/
Document Status: This is a DCMI Recommendation.
Copyright © 2020 Dublin Core™ Metadata Initiative. http://dublincore.org/about/copyright/
31
Schema.org
Schema.org schemas are made available under the Creative Commons Attribution-ShareAlike License (version 3.0).

https://schema.org/
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100