modsulator 1.1.0 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/doc/Modsulator.html +725 -0
- data/lib/doc/_index.html +101 -0
- data/lib/doc/class_list.html +58 -0
- data/lib/doc/css/common.css +1 -0
- data/lib/doc/css/full_list.css +57 -0
- data/lib/doc/css/style.css +339 -0
- data/lib/doc/file_list.html +57 -0
- data/lib/doc/frames.html +26 -0
- data/lib/doc/index.html +101 -0
- data/lib/doc/js/app.js +219 -0
- data/lib/doc/js/full_list.js +181 -0
- data/lib/doc/js/jquery.js +4 -0
- data/lib/doc/method_list.html +87 -0
- data/lib/doc/top-level-namespace.html +112 -0
- data/lib/modsulator/mods-3-6.xsd +1512 -0
- data/lib/modsulator/modsulator.xsd +3 -3
- data/lib/modsulator/modsulator_template.xml +413 -21
- data/spec/fixtures/36_Fitch_Chavez.xml +2806 -0
- data/spec/fixtures/36_Fitch_King.xml +2560 -0
- data/spec/fixtures/36_Heckrotte_ChartsOfCoastSurvey.xml +1835 -0
- data/spec/fixtures/36_M1463_AV_manifest.xml +2373 -0
- data/spec/fixtures/36_Matter_manifest.xml +3309 -0
- data/spec/fixtures/36_PosadaSpreadsheet.xml +1259 -0
- data/spec/fixtures/36_SC1049_metadata.xml +18644 -0
- data/spec/fixtures/36_ars0056_manifest.xml +9728 -0
- data/spec/fixtures/36_crowdsourcing_bridget_1.xml +606 -0
- data/spec/fixtures/36_crowdsourcing_bridget_2.xml +3433 -0
- data/spec/fixtures/36_edition_physLoc_intmediatype.xml +41 -0
- data/spec/fixtures/36_filled_template_20160711.xml +458 -0
- data/spec/fixtures/36_invalid_crowdsourcing_bridget_1.xml +606 -0
- data/spec/fixtures/36_location_url.xml +14 -0
- data/spec/fixtures/36_manifest_v0174.xml +1026 -0
- data/spec/fixtures/36_point_coord_test.xml +23 -0
- data/spec/fixtures/36_roman_coins_mods.xml +7634 -0
- data/spec/fixtures/Fitch_Chavez.xml +90 -90
- data/spec/fixtures/Fitch_King.xml +75 -75
- data/spec/fixtures/Heckrotte_ChartsOfCoastSurvey.xml +15 -15
- data/spec/fixtures/M1463_AV_manifest.xml +68 -68
- data/spec/fixtures/Matter_manifest.xml +292 -292
- data/spec/fixtures/PosadaSpreadsheet.xml +157 -157
- data/spec/fixtures/SC1049_metadata.xml +384 -384
- data/spec/fixtures/ars0056_manifest.xml +258 -258
- data/spec/fixtures/crowdsourcing_bridget_1.xml +20 -20
- data/spec/fixtures/crowdsourcing_bridget_2.xml +130 -130
- data/spec/fixtures/edition_physLoc_intmediatype.xml +2 -2
- data/spec/fixtures/filled_template_20160711.xml +1 -1
- data/spec/fixtures/invalid_crowdsourcing_bridget_1.xml +20 -20
- data/spec/fixtures/location_url.xml +1 -1
- data/spec/fixtures/manifest_v0174.xml +31 -31
- data/spec/fixtures/point_coord_test.xml +1 -1
- data/spec/fixtures/roman_coins_mods.xml +173 -173
- data/spec/integration_tests/integration_spec.rb +4 -3
- metadata +81 -33
- data/lib/modsulator/mods-3-5.xsd +0 -1463
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0"?>
|
|
2
2
|
<xmlDocs xmlns="http://library.stanford.edu/xmlDocs" datetime="2016-02-05 03:53:24PM" sourceFile="Fitch_King.xlsx">
|
|
3
3
|
<xmlDoc id="descMetadata" objectId="00001">
|
|
4
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
4
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
5
5
|
<titleInfo>
|
|
6
6
|
<title>Martin Luther King Jr., Atlanta GA Southern Christian Leadership Conference office 1966</title>
|
|
7
7
|
</titleInfo>
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
</mods>
|
|
32
32
|
</xmlDoc>
|
|
33
33
|
<xmlDoc id="descMetadata" objectId="00002">
|
|
34
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
34
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
35
35
|
<titleInfo>
|
|
36
36
|
<title>Martin Luther King Jr., Atlanta GA Southern Christian Leadership Conference office 1966</title>
|
|
37
37
|
</titleInfo>
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
</mods>
|
|
62
62
|
</xmlDoc>
|
|
63
63
|
<xmlDoc id="descMetadata" objectId="00003">
|
|
64
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
64
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
65
65
|
<titleInfo>
|
|
66
66
|
<title>Martin Luther King Jr., Atlanta GA Southern Christian Leadership Conference office 1966</title>
|
|
67
67
|
</titleInfo>
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
</mods>
|
|
92
92
|
</xmlDoc>
|
|
93
93
|
<xmlDoc id="descMetadata" objectId="00004">
|
|
94
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
94
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
95
95
|
<titleInfo>
|
|
96
96
|
<title>Martin Luther King Jr., Selma AL, 1966</title>
|
|
97
97
|
</titleInfo>
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
</mods>
|
|
122
122
|
</xmlDoc>
|
|
123
123
|
<xmlDoc id="descMetadata" objectId="00005">
|
|
124
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
124
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
125
125
|
<titleInfo>
|
|
126
126
|
<title>Martin Luther King Jr., Mississippi Meredith March, 1966</title>
|
|
127
127
|
</titleInfo>
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
</mods>
|
|
152
152
|
</xmlDoc>
|
|
153
153
|
<xmlDoc id="descMetadata" objectId="00006">
|
|
154
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
154
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
155
155
|
<titleInfo>
|
|
156
156
|
<title>Martin Luther King Jr., Mississippi Meredith March, 1966</title>
|
|
157
157
|
</titleInfo>
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
</mods>
|
|
182
182
|
</xmlDoc>
|
|
183
183
|
<xmlDoc id="descMetadata" objectId="00007">
|
|
184
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
184
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
185
185
|
<titleInfo>
|
|
186
186
|
<title>Martin Luther King Jr., Mississippi Meredith March, 1966, with Andy Young</title>
|
|
187
187
|
</titleInfo>
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
</mods>
|
|
212
212
|
</xmlDoc>
|
|
213
213
|
<xmlDoc id="descMetadata" objectId="00008">
|
|
214
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
214
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
215
215
|
<titleInfo>
|
|
216
216
|
<title>Martin Luther King Jr., Alabama, people to people speaking tour 1966</title>
|
|
217
217
|
</titleInfo>
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
</mods>
|
|
242
242
|
</xmlDoc>
|
|
243
243
|
<xmlDoc id="descMetadata" objectId="00009">
|
|
244
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
244
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
245
245
|
<titleInfo>
|
|
246
246
|
<title>Martin Luther King Jr., Brown’s chapel, Selma AL 1965</title>
|
|
247
247
|
</titleInfo>
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
</mods>
|
|
272
272
|
</xmlDoc>
|
|
273
273
|
<xmlDoc id="descMetadata" objectId="00010">
|
|
274
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
274
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
275
275
|
<titleInfo>
|
|
276
276
|
<title>Martin Luther King Jr., Brown’s chapel, Selma AL 1965</title>
|
|
277
277
|
</titleInfo>
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
</mods>
|
|
302
302
|
</xmlDoc>
|
|
303
303
|
<xmlDoc id="descMetadata" objectId="00011">
|
|
304
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
304
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
305
305
|
<titleInfo>
|
|
306
306
|
<title>Martin Luther King Jr., Ebenezer Church, Atlanta GA 1965</title>
|
|
307
307
|
</titleInfo>
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
</mods>
|
|
332
332
|
</xmlDoc>
|
|
333
333
|
<xmlDoc id="descMetadata" objectId="00012">
|
|
334
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
334
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
335
335
|
<titleInfo>
|
|
336
336
|
<title>Martin Luther King Jr., unknown location, press conference</title>
|
|
337
337
|
</titleInfo>
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
</mods>
|
|
362
362
|
</xmlDoc>
|
|
363
363
|
<xmlDoc id="descMetadata" objectId="00013">
|
|
364
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
364
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
365
365
|
<titleInfo>
|
|
366
366
|
<title>Martin Luther King Jr., Alabama, people to people speaking tour 1966</title>
|
|
367
367
|
</titleInfo>
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
</mods>
|
|
392
392
|
</xmlDoc>
|
|
393
393
|
<xmlDoc id="descMetadata" objectId="00014">
|
|
394
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
394
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
395
395
|
<titleInfo>
|
|
396
396
|
<title>Martin Luther King Jr., Eutaw, AL 1966 people to people speaking tour; note attentive boy at right elbow</title>
|
|
397
397
|
</titleInfo>
|
|
@@ -421,7 +421,7 @@
|
|
|
421
421
|
</mods>
|
|
422
422
|
</xmlDoc>
|
|
423
423
|
<xmlDoc id="descMetadata" objectId="00015">
|
|
424
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
424
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
425
425
|
<titleInfo>
|
|
426
426
|
<title>Martin Luther King Jr., Selma, AL, reading news report of Watts riots, Aug. 1965</title>
|
|
427
427
|
</titleInfo>
|
|
@@ -451,7 +451,7 @@
|
|
|
451
451
|
</mods>
|
|
452
452
|
</xmlDoc>
|
|
453
453
|
<xmlDoc id="descMetadata" objectId="00016">
|
|
454
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
454
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
455
455
|
<titleInfo>
|
|
456
456
|
<title>James Bevel, Martin Luther King Jr., Andy Young, meeting, Atlanta GA 1966</title>
|
|
457
457
|
</titleInfo>
|
|
@@ -486,7 +486,7 @@
|
|
|
486
486
|
</mods>
|
|
487
487
|
</xmlDoc>
|
|
488
488
|
<xmlDoc id="descMetadata" objectId="00017">
|
|
489
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
489
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
490
490
|
<titleInfo>
|
|
491
491
|
<title>Andy Young, Martin Luther King Jr., Greenwood, AL people to people speaking tour 1966</title>
|
|
492
492
|
</titleInfo>
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
</mods>
|
|
522
522
|
</xmlDoc>
|
|
523
523
|
<xmlDoc id="descMetadata" objectId="00018">
|
|
524
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
524
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
525
525
|
<titleInfo>
|
|
526
526
|
<title>Chicago, IL Freedom Festival – Sidney Potier, Harry Belefonte, Martin Luther King Jr., Al Raby, Mahlia Jackson 1966</title>
|
|
527
527
|
</titleInfo>
|
|
@@ -566,7 +566,7 @@
|
|
|
566
566
|
</mods>
|
|
567
567
|
</xmlDoc>
|
|
568
568
|
<xmlDoc id="descMetadata" objectId="00019">
|
|
569
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
569
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
570
570
|
<titleInfo>
|
|
571
571
|
<title>James Bevel, Martin Luther King Jr. Atlanta GA 1966</title>
|
|
572
572
|
</titleInfo>
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
</mods>
|
|
597
597
|
</xmlDoc>
|
|
598
598
|
<xmlDoc id="descMetadata" objectId="00020">
|
|
599
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
599
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
600
600
|
<titleInfo>
|
|
601
601
|
<title>Martin Luther King Jr. press conference, Atlanta GA, Southern Christian Leadership Conference office 1966</title>
|
|
602
602
|
</titleInfo>
|
|
@@ -626,7 +626,7 @@
|
|
|
626
626
|
</mods>
|
|
627
627
|
</xmlDoc>
|
|
628
628
|
<xmlDoc id="descMetadata" objectId="00021">
|
|
629
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
629
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
630
630
|
<titleInfo>
|
|
631
631
|
<title>Mississippi Meredith March, Martin Luther King Jr. & Stokeley Carmichael, 1966</title>
|
|
632
632
|
</titleInfo>
|
|
@@ -656,7 +656,7 @@
|
|
|
656
656
|
</mods>
|
|
657
657
|
</xmlDoc>
|
|
658
658
|
<xmlDoc id="descMetadata" objectId="00022">
|
|
659
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
659
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
660
660
|
<titleInfo>
|
|
661
661
|
<title>Martin Luther King Jr. III, Martin Luther King Jr., Yolonda King, Hosia Williams, 1966, Gadson AL</title>
|
|
662
662
|
</titleInfo>
|
|
@@ -696,7 +696,7 @@
|
|
|
696
696
|
</mods>
|
|
697
697
|
</xmlDoc>
|
|
698
698
|
<xmlDoc id="descMetadata" objectId="00023">
|
|
699
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
699
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
700
700
|
<titleInfo>
|
|
701
701
|
<title>Martin Luther King Jr., Ted Kennedy, 1966 annual Southern Christian Leadership Conference conference</title>
|
|
702
702
|
</titleInfo>
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
</mods>
|
|
727
727
|
</xmlDoc>
|
|
728
728
|
<xmlDoc id="descMetadata" objectId="00024">
|
|
729
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
729
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
730
730
|
<titleInfo>
|
|
731
731
|
<title>Center Martin Luther King Jr. singing, annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
732
732
|
</titleInfo>
|
|
@@ -756,7 +756,7 @@
|
|
|
756
756
|
</mods>
|
|
757
757
|
</xmlDoc>
|
|
758
758
|
<xmlDoc id="descMetadata" objectId="00025">
|
|
759
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
759
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
760
760
|
<titleInfo>
|
|
761
761
|
<title>Joan Baez leads singing, annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC, 1966</title>
|
|
762
762
|
</titleInfo>
|
|
@@ -786,7 +786,7 @@
|
|
|
786
786
|
</mods>
|
|
787
787
|
</xmlDoc>
|
|
788
788
|
<xmlDoc id="descMetadata" objectId="00026">
|
|
789
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
789
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
790
790
|
<titleInfo>
|
|
791
791
|
<title>Ira Sandpearl & Rev. James Lawson lead discussion, annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
792
792
|
</titleInfo>
|
|
@@ -826,7 +826,7 @@
|
|
|
826
826
|
</mods>
|
|
827
827
|
</xmlDoc>
|
|
828
828
|
<xmlDoc id="descMetadata" objectId="00027">
|
|
829
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
829
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
830
830
|
<titleInfo>
|
|
831
831
|
<title>Andy Young leads discussion, annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
832
832
|
</titleInfo>
|
|
@@ -861,7 +861,7 @@
|
|
|
861
861
|
</mods>
|
|
862
862
|
</xmlDoc>
|
|
863
863
|
<xmlDoc id="descMetadata" objectId="00028">
|
|
864
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
864
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
865
865
|
<titleInfo>
|
|
866
866
|
<title>?, ?, ?, Rev. Fred Shuttlesworth, Martin Luther King Jr., & Rev. James Lawson annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966 – We Shall Overcome</title>
|
|
867
867
|
</titleInfo>
|
|
@@ -901,7 +901,7 @@
|
|
|
901
901
|
</mods>
|
|
902
902
|
</xmlDoc>
|
|
903
903
|
<xmlDoc id="descMetadata" objectId="00029">
|
|
904
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
904
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
905
905
|
<titleInfo>
|
|
906
906
|
<title>Martin Luther King Jr., annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
907
907
|
</titleInfo>
|
|
@@ -931,7 +931,7 @@
|
|
|
931
931
|
</mods>
|
|
932
932
|
</xmlDoc>
|
|
933
933
|
<xmlDoc id="descMetadata" objectId="00030">
|
|
934
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
934
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
935
935
|
<titleInfo>
|
|
936
936
|
<title>Martin Luther King Jr., Rev. Jesse Jackson, annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
937
937
|
</titleInfo>
|
|
@@ -966,7 +966,7 @@
|
|
|
966
966
|
</mods>
|
|
967
967
|
</xmlDoc>
|
|
968
968
|
<xmlDoc id="descMetadata" objectId="00031">
|
|
969
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
969
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
970
970
|
<titleInfo>
|
|
971
971
|
<title>Joan Baez, Martin Luther King Jr., annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
972
972
|
</titleInfo>
|
|
@@ -1001,7 +1001,7 @@
|
|
|
1001
1001
|
</mods>
|
|
1002
1002
|
</xmlDoc>
|
|
1003
1003
|
<xmlDoc id="descMetadata" objectId="00032">
|
|
1004
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1004
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1005
1005
|
<titleInfo>
|
|
1006
1006
|
<title>Rev, Jesse Jackson, Joan Baez, Ira Sandpearl, Martin Luther King Jr., Dora McDonald (Martin Luther King Jr. secretary) annual Southern Christian Leadership Conference staff workshop Penn Center, Frogmore, SC 1966</title>
|
|
1007
1007
|
</titleInfo>
|
|
@@ -1046,7 +1046,7 @@
|
|
|
1046
1046
|
</mods>
|
|
1047
1047
|
</xmlDoc>
|
|
1048
1048
|
<xmlDoc id="descMetadata" objectId="00033">
|
|
1049
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1049
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1050
1050
|
<titleInfo>
|
|
1051
1051
|
<title>Martin Luther King Jr., Joan Baez, Harry Belefonte, ? location/date</title>
|
|
1052
1052
|
</titleInfo>
|
|
@@ -1078,7 +1078,7 @@
|
|
|
1078
1078
|
</mods>
|
|
1079
1079
|
</xmlDoc>
|
|
1080
1080
|
<xmlDoc id="descMetadata" objectId="00034">
|
|
1081
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1081
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1082
1082
|
<titleInfo>
|
|
1083
1083
|
<title>Eva Grace Lemon (7 years old) Martin Luther King Jr., Arethea Willis (7), march to integrate schools Grenada, MS, 1966</title>
|
|
1084
1084
|
</titleInfo>
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
</mods>
|
|
1119
1119
|
</xmlDoc>
|
|
1120
1120
|
<xmlDoc id="descMetadata" objectId="00035">
|
|
1121
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1121
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1122
1122
|
<titleInfo>
|
|
1123
1123
|
<title>Eva Grace Lemon (7 years old) Martin Luther King Jr., Arethea Willis (7); background Andy Young, Hosia Williams, march to integrate schools, Grenada, MS, 1966</title>
|
|
1124
1124
|
</titleInfo>
|
|
@@ -1163,7 +1163,7 @@
|
|
|
1163
1163
|
</mods>
|
|
1164
1164
|
</xmlDoc>
|
|
1165
1165
|
<xmlDoc id="descMetadata" objectId="00036">
|
|
1166
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1166
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1167
1167
|
<titleInfo>
|
|
1168
1168
|
<title>(center) Martin Luther King Jr. & Joan Baez march to integrate schools, Grenada, MS, 1966</title>
|
|
1169
1169
|
</titleInfo>
|
|
@@ -1198,7 +1198,7 @@
|
|
|
1198
1198
|
</mods>
|
|
1199
1199
|
</xmlDoc>
|
|
1200
1200
|
<xmlDoc id="descMetadata" objectId="00037">
|
|
1201
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1201
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1202
1202
|
<titleInfo>
|
|
1203
1203
|
<title>Eva Grace Lemon (7 years old) Martin Luther King Jr., Arethea Willis (7), march to integrate schools Grenada, MS, 1966</title>
|
|
1204
1204
|
</titleInfo>
|
|
@@ -1238,7 +1238,7 @@
|
|
|
1238
1238
|
</mods>
|
|
1239
1239
|
</xmlDoc>
|
|
1240
1240
|
<xmlDoc id="descMetadata" objectId="00038">
|
|
1241
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1241
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1242
1242
|
<titleInfo>
|
|
1243
1243
|
<title>Martin Luther King Jr. and Joan Baez, march to integrate schools Grenada, MS, 1966</title>
|
|
1244
1244
|
</titleInfo>
|
|
@@ -1273,7 +1273,7 @@
|
|
|
1273
1273
|
</mods>
|
|
1274
1274
|
</xmlDoc>
|
|
1275
1275
|
<xmlDoc id="descMetadata" objectId="00039">
|
|
1276
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1276
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1277
1277
|
<titleInfo>
|
|
1278
1278
|
<title>Martin Luther King Jr., Stokely Carmichael, Mississippi Meredith March, 1966</title>
|
|
1279
1279
|
</titleInfo>
|
|
@@ -1308,7 +1308,7 @@
|
|
|
1308
1308
|
</mods>
|
|
1309
1309
|
</xmlDoc>
|
|
1310
1310
|
<xmlDoc id="descMetadata" objectId="00040">
|
|
1311
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1311
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1312
1312
|
<titleInfo>
|
|
1313
1313
|
<title>Martin Luther King Jr. shaking hands, Mississippi Meredith March 1966</title>
|
|
1314
1314
|
</titleInfo>
|
|
@@ -1338,7 +1338,7 @@
|
|
|
1338
1338
|
</mods>
|
|
1339
1339
|
</xmlDoc>
|
|
1340
1340
|
<xmlDoc id="descMetadata" objectId="00041">
|
|
1341
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1341
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1342
1342
|
<titleInfo>
|
|
1343
1343
|
<title>Martin Luther King Jr. standing on press truck which leads Mississippi Meredith March, 1966</title>
|
|
1344
1344
|
</titleInfo>
|
|
@@ -1368,7 +1368,7 @@
|
|
|
1368
1368
|
</mods>
|
|
1369
1369
|
</xmlDoc>
|
|
1370
1370
|
<xmlDoc id="descMetadata" objectId="00042">
|
|
1371
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1371
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1372
1372
|
<titleInfo>
|
|
1373
1373
|
<title>Martin Luther King Jr. & Harky Kleinfelter (Southern Christian Leadership Conference sound tech) Mississippi Meredith March 1966</title>
|
|
1374
1374
|
</titleInfo>
|
|
@@ -1403,7 +1403,7 @@
|
|
|
1403
1403
|
</mods>
|
|
1404
1404
|
</xmlDoc>
|
|
1405
1405
|
<xmlDoc id="descMetadata" objectId="00043">
|
|
1406
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1406
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1407
1407
|
<titleInfo>
|
|
1408
1408
|
<title>At head of Mississippi Meredith March Floyd McKissick (Congress of Racial Equality, president) Martin Luther King Jr., Stokely Carmichael 1966</title>
|
|
1409
1409
|
</titleInfo>
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
</mods>
|
|
1439
1439
|
</xmlDoc>
|
|
1440
1440
|
<xmlDoc id="descMetadata" objectId="00044">
|
|
1441
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1441
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1442
1442
|
<titleInfo>
|
|
1443
1443
|
<title>Martin Luther King Jr., Mississippi Meredith March 1966</title>
|
|
1444
1444
|
</titleInfo>
|
|
@@ -1468,7 +1468,7 @@
|
|
|
1468
1468
|
</mods>
|
|
1469
1469
|
</xmlDoc>
|
|
1470
1470
|
<xmlDoc id="descMetadata" objectId="00045">
|
|
1471
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1471
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1472
1472
|
<titleInfo>
|
|
1473
1473
|
<title>Willie Ricks (Carmichael aide), Bernard Lee (Martin Luther King Jr. aide) Martin Luther King Jr., Stokely Carmichael, Andy Young, Hosia Williams, Mississippi Meredith March 1966</title>
|
|
1474
1474
|
</titleInfo>
|
|
@@ -1513,7 +1513,7 @@
|
|
|
1513
1513
|
</mods>
|
|
1514
1514
|
</xmlDoc>
|
|
1515
1515
|
<xmlDoc id="descMetadata" objectId="00046">
|
|
1516
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1516
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1517
1517
|
<titleInfo>
|
|
1518
1518
|
<title>Willie Ricks (Carmichael aide), Bernard Lee (Martin Luther King Jr. aide) Martin Luther King Jr., Stokely Carmichael, Andy Young, Hosia Williams, Mississippi Meredith March 1966</title>
|
|
1519
1519
|
</titleInfo>
|
|
@@ -1558,7 +1558,7 @@
|
|
|
1558
1558
|
</mods>
|
|
1559
1559
|
</xmlDoc>
|
|
1560
1560
|
<xmlDoc id="descMetadata" objectId="00047">
|
|
1561
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1561
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1562
1562
|
<titleInfo>
|
|
1563
1563
|
<title>Willie Ricks (Carmichael aide), Bernard Lee (Martin Luther King Jr. aide) Martin Luther King Jr., Stokely Carmichael, Andy Young, Hosia Williams, Mississippi Meredith March 1966</title>
|
|
1564
1564
|
</titleInfo>
|
|
@@ -1603,7 +1603,7 @@
|
|
|
1603
1603
|
</mods>
|
|
1604
1604
|
</xmlDoc>
|
|
1605
1605
|
<xmlDoc id="descMetadata" objectId="00048">
|
|
1606
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1606
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1607
1607
|
<titleInfo>
|
|
1608
1608
|
<title>Mississippi Meredith March enters Jackson, MS Mrs. Ralph Abernathy, Rev. Ralph Abernathy, Coretta Scott King, Martin Luther King Jr., Floyd McKissick, Stokely Carmichael, ?,?</title>
|
|
1609
1609
|
</titleInfo>
|
|
@@ -1640,7 +1640,7 @@
|
|
|
1640
1640
|
</mods>
|
|
1641
1641
|
</xmlDoc>
|
|
1642
1642
|
<xmlDoc id="descMetadata" objectId="00049">
|
|
1643
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1643
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1644
1644
|
<titleInfo>
|
|
1645
1645
|
<title>Martin Luther King Jr., Mississippi Meredith March, 1966 drink of water</title>
|
|
1646
1646
|
</titleInfo>
|
|
@@ -1670,7 +1670,7 @@
|
|
|
1670
1670
|
</mods>
|
|
1671
1671
|
</xmlDoc>
|
|
1672
1672
|
<xmlDoc id="descMetadata" objectId="00050">
|
|
1673
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1673
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1674
1674
|
<titleInfo>
|
|
1675
1675
|
<title>Stokley Carmichael arrested making Mississippi Meredith March camp on Batesvill High School football field, arrested</title>
|
|
1676
1676
|
</titleInfo>
|
|
@@ -1702,7 +1702,7 @@
|
|
|
1702
1702
|
</mods>
|
|
1703
1703
|
</xmlDoc>
|
|
1704
1704
|
<xmlDoc id="descMetadata" objectId="00051">
|
|
1705
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1705
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1706
1706
|
<titleInfo>
|
|
1707
1707
|
<title>SNCC & Southern Christian Leadership Conference staff debate use of Black Power slogan: ??, Rev. Ralph Abernathy, Bernard Lee, Andy Young, Robert Green, Martin Luther King Jr., Lawrence Guyot, Stokley Carmichael on floor.</title>
|
|
1708
1708
|
</titleInfo>
|
|
@@ -1739,7 +1739,7 @@
|
|
|
1739
1739
|
</mods>
|
|
1740
1740
|
</xmlDoc>
|
|
1741
1741
|
<xmlDoc id="descMetadata" objectId="00052">
|
|
1742
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1742
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1743
1743
|
<titleInfo>
|
|
1744
1744
|
<title>Stokley Carmichael, 1st time pronouncement/use of “Black Power” slogan, Mississippi Meredith March, 1966</title>
|
|
1745
1745
|
</titleInfo>
|
|
@@ -1774,7 +1774,7 @@
|
|
|
1774
1774
|
</mods>
|
|
1775
1775
|
</xmlDoc>
|
|
1776
1776
|
<xmlDoc id="descMetadata" objectId="00053">
|
|
1777
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1777
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1778
1778
|
<titleInfo>
|
|
1779
1779
|
<title>Stokley Carmichael, close-up, first time pronouncement/use of “Black Power” slogan, MMM, 1966</title>
|
|
1780
1780
|
</titleInfo>
|
|
@@ -1796,7 +1796,7 @@
|
|
|
1796
1796
|
</mods>
|
|
1797
1797
|
</xmlDoc>
|
|
1798
1798
|
<xmlDoc id="descMetadata" objectId="00054">
|
|
1799
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1799
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1800
1800
|
<titleInfo>
|
|
1801
1801
|
<title>Chicago, IL Freedom Festival – Sidney Potier, Harry Belefonte, Martin Luther King Jr., Al Raby, Mahlia Jackson 1966</title>
|
|
1802
1802
|
</titleInfo>
|
|
@@ -1841,7 +1841,7 @@
|
|
|
1841
1841
|
</mods>
|
|
1842
1842
|
</xmlDoc>
|
|
1843
1843
|
<xmlDoc id="descMetadata" objectId="00055">
|
|
1844
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1844
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1845
1845
|
<titleInfo>
|
|
1846
1846
|
<title>Martin Luther King Jr. Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
1847
1847
|
</titleInfo>
|
|
@@ -1871,7 +1871,7 @@
|
|
|
1871
1871
|
</mods>
|
|
1872
1872
|
</xmlDoc>
|
|
1873
1873
|
<xmlDoc id="descMetadata" objectId="00056">
|
|
1874
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1874
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1875
1875
|
<titleInfo>
|
|
1876
1876
|
<title>Martin Luther King Jr. III, Yolanda King, & Martin Luther King Jr., Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
1877
1877
|
</titleInfo>
|
|
@@ -1906,7 +1906,7 @@
|
|
|
1906
1906
|
</mods>
|
|
1907
1907
|
</xmlDoc>
|
|
1908
1908
|
<xmlDoc id="descMetadata" objectId="00057">
|
|
1909
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1909
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1910
1910
|
<titleInfo>
|
|
1911
1911
|
<title>Yolanda King, Martin Luther King Jr. III, & Martin Luther King Jr., Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
1912
1912
|
</titleInfo>
|
|
@@ -1946,7 +1946,7 @@
|
|
|
1946
1946
|
</mods>
|
|
1947
1947
|
</xmlDoc>
|
|
1948
1948
|
<xmlDoc id="descMetadata" objectId="00058">
|
|
1949
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1949
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1950
1950
|
<titleInfo>
|
|
1951
1951
|
<title>Martin Luther King Jr. III, & Martin Luther King Jr., Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
1952
1952
|
</titleInfo>
|
|
@@ -1981,7 +1981,7 @@
|
|
|
1981
1981
|
</mods>
|
|
1982
1982
|
</xmlDoc>
|
|
1983
1983
|
<xmlDoc id="descMetadata" objectId="00059">
|
|
1984
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
1984
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
1985
1985
|
<titleInfo>
|
|
1986
1986
|
<title>Martin Luther King Jr. Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
1987
1987
|
</titleInfo>
|
|
@@ -2011,7 +2011,7 @@
|
|
|
2011
2011
|
</mods>
|
|
2012
2012
|
</xmlDoc>
|
|
2013
2013
|
<xmlDoc id="descMetadata" objectId="00060">
|
|
2014
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2014
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2015
2015
|
<titleInfo>
|
|
2016
2016
|
<title>Rev. Fred Shuttlesworth, Bernard Lee, Martin Luther King Jr., Hosea Williams, -- Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
2017
2017
|
</titleInfo>
|
|
@@ -2056,7 +2056,7 @@
|
|
|
2056
2056
|
</mods>
|
|
2057
2057
|
</xmlDoc>
|
|
2058
2058
|
<xmlDoc id="descMetadata" objectId="00061">
|
|
2059
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2059
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2060
2060
|
<titleInfo>
|
|
2061
2061
|
<title>Rev. Fred Shuttlesworth, Bernard Lee, Martin Luther King Jr., Hosea Williams, -- Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
2062
2062
|
</titleInfo>
|
|
@@ -2101,7 +2101,7 @@
|
|
|
2101
2101
|
</mods>
|
|
2102
2102
|
</xmlDoc>
|
|
2103
2103
|
<xmlDoc id="descMetadata" objectId="00062">
|
|
2104
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2104
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2105
2105
|
<titleInfo>
|
|
2106
2106
|
<title>Rev. Fred Shuttlesworth, , Martin Luther King Jr., -- Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
2107
2107
|
</titleInfo>
|
|
@@ -2136,7 +2136,7 @@
|
|
|
2136
2136
|
</mods>
|
|
2137
2137
|
</xmlDoc>
|
|
2138
2138
|
<xmlDoc id="descMetadata" objectId="00063">
|
|
2139
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2139
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2140
2140
|
<titleInfo>
|
|
2141
2141
|
<title>Martin Luther King Jr. Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
2142
2142
|
</titleInfo>
|
|
@@ -2166,7 +2166,7 @@
|
|
|
2166
2166
|
</mods>
|
|
2167
2167
|
</xmlDoc>
|
|
2168
2168
|
<xmlDoc id="descMetadata" objectId="00064">
|
|
2169
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2169
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2170
2170
|
<titleInfo>
|
|
2171
2171
|
<title>Martin Luther King Jr. Kelly Ingram Park (former site of fire hose and police dog attacks) Birmingham, AL 1966, voter education rally</title>
|
|
2172
2172
|
</titleInfo>
|
|
@@ -2196,7 +2196,7 @@
|
|
|
2196
2196
|
</mods>
|
|
2197
2197
|
</xmlDoc>
|
|
2198
2198
|
<xmlDoc id="descMetadata" objectId="00065">
|
|
2199
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2199
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2200
2200
|
<titleInfo>
|
|
2201
2201
|
<title>?, Ted Kennedy, ?, ?, Martin Luther King Jr., ?, 1966 Memphis TN Southern Christian Leadership Conference annual conference</title>
|
|
2202
2202
|
</titleInfo>
|
|
@@ -2231,7 +2231,7 @@
|
|
|
2231
2231
|
</mods>
|
|
2232
2232
|
</xmlDoc>
|
|
2233
2233
|
<xmlDoc id="descMetadata" objectId="00066">
|
|
2234
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2234
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2235
2235
|
<titleInfo>
|
|
2236
2236
|
<title>Martin Luther King Jr. confined to bed with flu 1966 Memphis TN Southern Christian Leadership Conference annual conference</title>
|
|
2237
2237
|
</titleInfo>
|
|
@@ -2261,7 +2261,7 @@
|
|
|
2261
2261
|
</mods>
|
|
2262
2262
|
</xmlDoc>
|
|
2263
2263
|
<xmlDoc id="descMetadata" objectId="00067">
|
|
2264
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2264
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2265
2265
|
<titleInfo>
|
|
2266
2266
|
<title>Martin Luther King Jr. confined to bed with flu 1966 Memphis TN Southern Christian Leadership Conference annual conference; nursed by Coretta</title>
|
|
2267
2267
|
</titleInfo>
|
|
@@ -2291,7 +2291,7 @@
|
|
|
2291
2291
|
</mods>
|
|
2292
2292
|
</xmlDoc>
|
|
2293
2293
|
<xmlDoc id="descMetadata" objectId="00068">
|
|
2294
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2294
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2295
2295
|
<titleInfo>
|
|
2296
2296
|
<title>Martin Luther King Jr. & Andy Young, 1966 Montgomery AL airport</title>
|
|
2297
2297
|
</titleInfo>
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
</mods>
|
|
2322
2322
|
</xmlDoc>
|
|
2323
2323
|
<xmlDoc id="descMetadata" objectId="00069">
|
|
2324
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2324
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2325
2325
|
<titleInfo>
|
|
2326
2326
|
<title>Martin Luther King Jr. & Andy Young, 1966 Montgomery AL airport. Martin Luther King Jr. extremely weary and smoking.</title>
|
|
2327
2327
|
</titleInfo>
|
|
@@ -2351,7 +2351,7 @@
|
|
|
2351
2351
|
</mods>
|
|
2352
2352
|
</xmlDoc>
|
|
2353
2353
|
<xmlDoc id="descMetadata" objectId="00070">
|
|
2354
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2354
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2355
2355
|
<titleInfo>
|
|
2356
2356
|
<title>?, Martin Luther King Jr., ? meeting/location</title>
|
|
2357
2357
|
</titleInfo>
|
|
@@ -2373,7 +2373,7 @@
|
|
|
2373
2373
|
</mods>
|
|
2374
2374
|
</xmlDoc>
|
|
2375
2375
|
<xmlDoc id="descMetadata" objectId="00071">
|
|
2376
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2376
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2377
2377
|
<titleInfo>
|
|
2378
2378
|
<title>(below, clockwise from Martin Luther King Jr. ) Andy Young, Stanley Levinson, Clarence Jones, Cleveland Robinson, James Bevel, Martin Luther King Jr.. Atlanta GA advisory meeting, 1966.</title>
|
|
2379
2379
|
</titleInfo>
|
|
@@ -2418,7 +2418,7 @@
|
|
|
2418
2418
|
</mods>
|
|
2419
2419
|
</xmlDoc>
|
|
2420
2420
|
<xmlDoc id="descMetadata" objectId="00072">
|
|
2421
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2421
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2422
2422
|
<titleInfo>
|
|
2423
2423
|
<title>(below, clockwise from Martin Luther King Jr. )?, Andy Young, Stanley Levinson, ?, ?, Clarence Jones, Cleveland Robinson, James Bevel, Martin Luther King Jr.. Atlanta GA advisory meeting, 1966.</title>
|
|
2424
2424
|
</titleInfo>
|
|
@@ -2463,7 +2463,7 @@
|
|
|
2463
2463
|
</mods>
|
|
2464
2464
|
</xmlDoc>
|
|
2465
2465
|
<xmlDoc id="descMetadata" objectId="00073">
|
|
2466
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2466
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2467
2467
|
<titleInfo>
|
|
2468
2468
|
<title>Chicago IL 1966, ?, Al Raby, Martin Luther King Jr.</title>
|
|
2469
2469
|
</titleInfo>
|
|
@@ -2498,7 +2498,7 @@
|
|
|
2498
2498
|
</mods>
|
|
2499
2499
|
</xmlDoc>
|
|
2500
2500
|
<xmlDoc id="descMetadata" objectId="00074">
|
|
2501
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2501
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2502
2502
|
<titleInfo>
|
|
2503
2503
|
<title>Chicago IL 1966, Martin Luther King Jr. close-up</title>
|
|
2504
2504
|
</titleInfo>
|
|
@@ -2528,7 +2528,7 @@
|
|
|
2528
2528
|
</mods>
|
|
2529
2529
|
</xmlDoc>
|
|
2530
2530
|
<xmlDoc id="descMetadata" objectId="00075">
|
|
2531
|
-
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.
|
|
2531
|
+
<mods xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.6" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
|
|
2532
2532
|
<titleInfo>
|
|
2533
2533
|
<title>Chicago IL 1966, Martin Luther King Jr. pool</title>
|
|
2534
2534
|
</titleInfo>
|