-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathelements.php
More file actions
234 lines (205 loc) · 8.12 KB
/
elements.php
File metadata and controls
234 lines (205 loc) · 8.12 KB
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
28
29
30
31
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
<?php
$elementSetMetadata = array(
'name' => 'Additional Descriptive Metadata',
'description' => "CAVPP custom additional metadata element set, based on PBCore (a metadata standard for audiovisual media developed by the public broadcasting community. See http://www.pbcore.org/documentation/)",
'record_type' => 'Item',
);
$elements = array(
// Institution URL. Maps to <pbcoreCollection collectionRef>
array(
'label' => 'Institution URL',
'name' => 'Institution URL',
/* 'description' => 'Institution\'s website.', */
'data_type' => 'Tiny Text',
),
// Institution Call # (identifier type). Maps to <pbcoreIdentifier identifierType="Call Number">
array(
'label' => 'Institution Call Number',
'name' => 'Institution Call Number',
/* 'description' => 'Institution\'s unique identifier (call number, acquisition number, shelf code).', */
'data_type' => 'Tiny Text',
),
// Additional Title. Maps to <pbcoreTitle titleType="Summary">
array(
'label' => 'Additional Title',
'name' => 'Additional Title',
/* 'description' =>'Additional Title.', */
'data_type' => 'Tiny Text',
'_refines' => 'Title',
),
// Series Title. Maps to <pbcoreTitle titleType="Series">
array(
'label' => 'Series Title',
'name' => 'Series Title',
/* 'description' =>'If applicable, the larger series to which the episode or piece contributed.', */
'data_type' => 'Tiny Text',
'_refines' => 'Title',
),
// Label. Maps to <pbcoreTitle titleType="Label">.
array(
'label' => 'Label',
'name' => 'Label',
/* 'description' => 'CAVPP: Please provide a cataloging note here.', */
'data_type' => 'Tiny Text',
'_refines' => 'Title',
),
// Description. Maps to <pbcoreDescription descriptionType="Abstract">
array(
'label' => 'Description or Content Summary',
'name' => 'Description or Content Summary',
/* 'description' => 'Uses free-form text to report abstracts, or summaries about the intellectual content of a media item you are cataloging. The information may be in the form of a paragraph giving an individual program description or brief content reviews.', */
),
// Date Published. Maps to <pbcoreAssetDate dateType="published">
array(
'label' => 'Date Published',
'name' => 'Date Published',
/* 'description' => 'CAVPP: Please provide cataloging note here. Format: YYYY-MM-DD', */
'data_type' => 'Tiny Text',
),
// Contributors
// // Camera
array(
'label' => 'Contributor - Camera',
'name' => 'Contributor - Camera',
/* 'description' => 'Camera technician. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Cast
array(
'label' => 'Contributor - Cast',
'name' => 'Contributor - Cast',
/* 'description' => 'Cast member. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Editor
array(
'label' => 'Contributor - Editor',
'name' => 'Contributor - Editor',
/* 'description' => 'Editor. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Interviewee
array(
'label' => 'Contributor - Interviewee',
'name' => 'Contributor - Interviewee',
/* 'description' => 'The person(s) being interviewed. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Music
array(
'label' => 'Contributor - Music',
'name' => 'Contributor - Music',
/* 'description' => 'Music technician. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Sound
array(
'label' => 'Contributor - Sound',
'name' => 'Contributor - Sound',
/* 'description' => 'Sound technician. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Speaker
array(
'label' => 'Contributor - Speaker',
'name' => 'Contributor - Speaker',
/* 'description' => 'Speaker. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// Publishers
// // Publisher
array(
'label' => 'Publisher - Publisher',
'name' => 'Publisher - Publisher',
/* 'description' => 'Publisher. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// // Distributor
array(
'label' => 'Publisher - Distributor',
'name' => 'Publisher - Distributor',
/* 'description' => 'Distributor. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// Language
array(
'label' => 'Language',
'name' => 'Language',
/* 'description' => 'Language.', */
'data_type' => 'Tiny Text',
),
// Subject Topic
array(
'label' => 'Subject Topic',
'name' => 'Subject Topic',
/* 'description' => 'Language.', */
'data_type' => 'Tiny Text',
),
// Subject Entity
array(
'label' => 'Subject Entity',
'name' => 'Subject Entity',
/* 'description' => 'Subject Entity. (For personal names use "LastName, FirstName MiddleName, Suffix").', */
'data_type' => 'Tiny Text',
),
// Spatial Coverage
array(
'label' => 'Spatial Coverage',
'name' => 'Spatial Coverage',
/* 'description' => 'Spatial Coverage.', */
'data_type' => 'Tiny Text',
),
// Temporal Coverage
array(
'label' => 'Temporal Coverage',
'name' => 'Temporal Coverage',
/* 'description' => 'Temporal Coverage. Format: YYYY-MM-DD', */
'data_type' => 'Tiny Text',
),
// Genre
array(
'label' => 'Genre',
'name' => 'Genre',
/* 'description' => 'Genre.', */
'data_type' => 'Tiny Text',
),
// Cataloger Notes
array(
'label' => 'Cataloger Notes',
'name' => 'Cataloger Notes',
/* 'description' => 'Cataloger Notes.', */
),
// Additional Descriptive Notes
array(
'label' => 'Additional Descriptive Notes',
'name' => 'Additional Descriptive Notes',
/* 'description' => 'Additional Descriptive Notes.', */
),
// Additional Technical Notes
array(
'label' => 'Additional Technical Notes',
'name' => 'Additional Technical Notes',
/* 'description' => 'Additional Technical Notes.', */
),
//Collection Guide Title
array(
'label' => 'Collection Guide Title',
'name' => 'Collection Guide Title',
/* 'description' => 'Collection Guide Title.', */
'data_type' => 'Tiny Text',
),
// Collection Guide URL
array(
'label' => 'Collection Guide URL',
'name' => 'Collection Guide URL',
/* 'description' => 'Collection Guide URL.', */
'data_type' => 'Tiny Text',
),
// Physical Asset - Part Of
array(
'label' => 'Physical Asset - Part Of',
'name' => 'Physical Asset - Part Of',
/* 'description' => 'Collection Guide URL.', */
'data_type' => 'Tiny Text',
),
);