cul_scv_hydra 0.19.4 → 0.19.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/models/concerns/cul/scv/hydra/models/common.rb +0 -6
- data/app/models/concerns/rdf/fcrepo3.rb +150 -94
- data/fixtures/cmodels/ldpd_ADLMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_AESMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_BagAggregator.xml +70 -0
- data/fixtures/cmodels/ldpd_Concept.xml +69 -0
- data/fixtures/cmodels/ldpd_ContentAggregator.xml +70 -0
- data/fixtures/cmodels/ldpd_DynamicAggregator.xml +56 -0
- data/fixtures/cmodels/ldpd_JP2ImageAggregator.xml +60 -0
- data/fixtures/cmodels/ldpd_METSMetadata.xml +56 -0
- data/fixtures/cmodels/ldpd_METSStructuredAggregator.xml +53 -0
- data/fixtures/cmodels/ldpd_MODSMetadata.xml +73 -0
- data/fixtures/cmodels/ldpd_MostRecent.xml +46 -0
- data/fixtures/cmodels/ldpd_PTIFImageAggregator.xml +63 -0
- data/fixtures/cmodels/ldpd_Resource.xml +72 -0
- data/fixtures/cmodels/ldpd_RestrictedResource.xml +54 -0
- data/fixtures/cmodels/ldpd_Since.xml +62 -0
- data/fixtures/cmodels/ldpd_StaticAudioAggregator.xml +54 -0
- data/fixtures/cmodels/ldpd_StaticImageAggregator.xml +71 -0
- data/fixtures/cmodels/ldpd_htest.xml +54 -0
- data/fixtures/cmodels/ldpd_nullbind.xml +63 -0
- data/fixtures/cmodels/ldpd_sdef.Aggregator.xml +71 -0
- data/fixtures/cmodels/ldpd_sdef.Core.xml +48 -0
- data/fixtures/cmodels/ldpd_sdef.Image.xml +47 -0
- data/fixtures/cmodels/ldpd_sdef.Metadata.xml +62 -0
- data/fixtures/cmodels/ldpd_sdef.Resource.xml +76 -0
- data/fixtures/cmodels/ldpd_sdef.ZoomingImage.xml +46 -0
- data/fixtures/cmodels/ldpd_sdep.BagAggregator.xml +160 -0
- data/fixtures/cmodels/ldpd_sdep.BagAggregatorCore.xml +221 -0
- data/fixtures/cmodels/ldpd_sdep.ContentAggregatorCore.xml +221 -0
- data/fixtures/cmodels/ldpd_sdep.DynamicAggregator.xml +171 -0
- data/fixtures/cmodels/ldpd_sdep.DynamicAggregatorCore.xml +215 -0
- data/fixtures/cmodels/ldpd_sdep.JP2Image.xml +220 -0
- data/fixtures/cmodels/ldpd_sdep.JP2ImageAggregator.xml +167 -0
- data/fixtures/cmodels/ldpd_sdep.JP2ImageCore.xml +229 -0
- data/fixtures/cmodels/ldpd_sdep.MODSMetadata.xml +158 -0
- data/fixtures/cmodels/ldpd_sdep.MODSMetadataCore.xml +227 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImage.xml +222 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImageAggregator.xml +167 -0
- data/fixtures/cmodels/ldpd_sdep.PTIFImageCore.xml +215 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImage.xml +210 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImageAggregator.xml +186 -0
- data/fixtures/cmodels/ldpd_sdep.StaticImageCore.xml +220 -0
- data/fixtures/spec/BLOB/test001.jpg +0 -0
- data/fixtures/spec/CUL_DC/dc.xml +5 -0
- data/fixtures/spec/CUL_MODS/mods-001.xml +25 -0
- data/fixtures/spec/CUL_MODS/mods-all.xml +65 -0
- data/fixtures/spec/CUL_MODS/mods-bad-repo.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-created-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-created-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-issued-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-issued-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-other-range.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-date-other-single.xml +6 -0
- data/fixtures/spec/CUL_MODS/mods-date-range-short-years.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-item.xml +31 -0
- data/fixtures/spec/CUL_MODS/mods-names.xml +35 -0
- data/fixtures/spec/CUL_MODS/mods-notes.xml +7 -0
- data/fixtures/spec/CUL_MODS/mods-ns.xml +2 -0
- data/fixtures/spec/CUL_MODS/mods-origin-info.xml +9 -0
- data/fixtures/spec/CUL_MODS/mods-part.xml +22 -0
- data/fixtures/spec/CUL_MODS/mods-physical-description.xml +12 -0
- data/fixtures/spec/CUL_MODS/mods-physical-location.xml +9 -0
- data/fixtures/spec/CUL_MODS/mods-record-info.xml +4 -0
- data/fixtures/spec/CUL_MODS/mods-relateditem-project.xml +8 -0
- data/fixtures/spec/CUL_MODS/mods-subjects.xml +44 -0
- data/fixtures/spec/CUL_MODS/mods-textual-date.xml +8 -0
- data/fixtures/spec/CUL_MODS/mods-titles.xml +33 -0
- data/fixtures/spec/CUL_MODS/mods-top-level-location-vs-relateditem-location.xml +18 -0
- data/fixtures/spec/CUL_MODS/mods-unmapped-project.xml +7 -0
- data/fixtures/spec/CUL_SOLR/mods-001.xml +1 -0
- data/fixtures/spec/CUL_SOLR/mods-001.yml +30 -0
- data/fixtures/spec/FOXML/content-aggregator.xml +64 -0
- data/fixtures/spec/FOXML/content-cmodel.xml +48 -0
- data/fixtures/spec/FOXML/image-cmodel.xml +48 -0
- data/fixtures/spec/FOXML/resource-max.xml +83 -0
- data/fixtures/spec/FOXML/resource-screen.xml +273 -0
- data/fixtures/spec/FOXML/resource-thumb.xml +86 -0
- data/fixtures/spec/FOXML/static-image-aggregator.xml +31 -0
- data/fixtures/spec/STRUCTMAP/structmap-examples.xml +21 -0
- data/fixtures/spec/STRUCTMAP/structmap-recto.xml +4 -0
- data/fixtures/spec/STRUCTMAP/structmap-seq.xml +5 -0
- data/fixtures/spec/STRUCTMAP/structmap-unordered-seq.xml +5 -0
- data/lib/cul_scv_hydra/version.rb +1 -1
- data/lib/cul_scv_hydra/version.rb~ +1 -1
- metadata +86 -5
@@ -0,0 +1,35 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<name type="corporate">
|
4
|
+
<namePart>Name, Inc.</namePart>
|
5
|
+
</name>
|
6
|
+
<name authority="naf" type="personal">
|
7
|
+
<namePart>Name, Personal</namePart>
|
8
|
+
<namePart type="date">1745-1829</namePart>
|
9
|
+
</name>
|
10
|
+
<name authority="naf" type="personal">
|
11
|
+
<namePart>Name, Recipient</namePart>
|
12
|
+
<namePart type="date">1829-1745</namePart>
|
13
|
+
<role>
|
14
|
+
<roleTerm authority="marcrelator" type="code">rcp</roleTerm>
|
15
|
+
</role>
|
16
|
+
</name>
|
17
|
+
<name>
|
18
|
+
<namePart>Included Without Attribute</namePart>
|
19
|
+
</name>
|
20
|
+
<subject authority="lcsh">
|
21
|
+
<name authority="naf" type="personal">
|
22
|
+
<namePart>Jay, John</namePart>
|
23
|
+
<namePart type="date">1745-1829</namePart>
|
24
|
+
</name>
|
25
|
+
</subject>
|
26
|
+
<name type="personal">
|
27
|
+
<namePart>"Dear Brother"</namePart>
|
28
|
+
<role>
|
29
|
+
<roleTerm authority="marcrelator" type="code">rcp</roleTerm>
|
30
|
+
</role>
|
31
|
+
</name>
|
32
|
+
<name usage="primary">
|
33
|
+
<namePart>Seminar 401</namePart>
|
34
|
+
</name>
|
35
|
+
</mods>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<note>Basic note</note>
|
4
|
+
<note type="banana">Banana note</note>
|
5
|
+
<note type="date">Date note</note>
|
6
|
+
<note type="date source">Date source note</note>
|
7
|
+
</mods>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<originInfo>
|
4
|
+
<publisher>Amazing Publisher</publisher>
|
5
|
+
<place><placeTerm>Such A Great Place</placeTerm></place>
|
6
|
+
<place><placeTerm valueURI="http://www.example.com/value/uri">Such A Great valueUri Place</placeTerm></place>
|
7
|
+
<edition>First Edition</edition>
|
8
|
+
</originInfo>
|
9
|
+
</mods>
|
@@ -0,0 +1,22 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
3
|
+
xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
4
|
+
<identifier type='local'>prd.custord.image.040148001</identifier>
|
5
|
+
<titleInfo>
|
6
|
+
<title>verso folio 12, recto folio 13</title>
|
7
|
+
</titleInfo>
|
8
|
+
<accessCondition type='useAndReproduction'>Columbia Libraries Staff Use Only.</accessCondition>
|
9
|
+
<physicalDescription>
|
10
|
+
<form authority='marcform'>electronic</form>
|
11
|
+
<reformattingQuality>access</reformattingQuality>
|
12
|
+
<internetMediaType>image/tiff</internetMediaType>
|
13
|
+
<digitalOrigin>reformatted digital</digitalOrigin>
|
14
|
+
</physicalDescription>
|
15
|
+
<recordInfo>
|
16
|
+
<recordCreationDate encoding='w3cdtf'>2010-07-12</recordCreationDate>
|
17
|
+
<recordContentSource authority='marcorg'>NNC</recordContentSource>
|
18
|
+
<languageOfCataloging>
|
19
|
+
<languageTerm type='code' authority='iso639-2b'>eng</languageTerm>
|
20
|
+
</languageOfCataloging>
|
21
|
+
</recordInfo>
|
22
|
+
</mods>
|
@@ -0,0 +1,12 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
|
3
|
+
xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
4
|
+
<physicalDescription>
|
5
|
+
<form authority='marcform'>electronic</form>
|
6
|
+
<form authority='aat'>Books</form>
|
7
|
+
<form authority='local'>minutes</form>
|
8
|
+
<reformattingQuality>access</reformattingQuality>
|
9
|
+
<internetMediaType>image/tiff</internetMediaType>
|
10
|
+
<digitalOrigin>reformatted digital</digitalOrigin>
|
11
|
+
</physicalDescription>
|
12
|
+
</mods>
|
@@ -0,0 +1,9 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<location><physicalLocation authority='marcorg'>NNC-RB</physicalLocation>
|
4
|
+
<physicalLocation>Rare Book and Manuscript Library, Columbia University</physicalLocation>
|
5
|
+
<shelfLocator>(Box no.
|
6
|
+
057)</shelfLocator>
|
7
|
+
<sublocation>exampleSublocation</sublocation>
|
8
|
+
</location>
|
9
|
+
</mods>
|
@@ -0,0 +1,4 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<recordInfo><recordCreationDate encoding='w3cdtf'>2010-07-12</recordCreationDate><recordContentSource authority='marcorg'>NNC</recordContentSource><languageOfCataloging><languageTerm type='code' authority='iso639-2b'>eng</languageTerm></languageOfCataloging><recordOrigin>From PRD customer order database, edited to conform to the DLF Implementation Guidelines for Shareable MODS Records, Version 1.1.</recordOrigin></recordInfo>
|
4
|
+
</mods>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<relatedItem type='host' displayLabel='Project'>
|
4
|
+
<titleInfo>
|
5
|
+
<title>G.E.E. Lindquist Native American Photographs</title>
|
6
|
+
</titleInfo>
|
7
|
+
</relatedItem>
|
8
|
+
</mods>
|
@@ -0,0 +1,44 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<subject authority="lcsh" valueURI="http://id.loc.gov/authorities/names/n79088877">
|
4
|
+
<name authority="naf">
|
5
|
+
<namePart>Jay, John, 1745-1829</namePart>
|
6
|
+
</name>
|
7
|
+
</subject>
|
8
|
+
<subject>
|
9
|
+
<name>
|
10
|
+
<namePart>Smith, John, 1440-1540</namePart>
|
11
|
+
</name>
|
12
|
+
</subject>
|
13
|
+
<subject>
|
14
|
+
<geographic>
|
15
|
+
Great Geographic Subject
|
16
|
+
</geographic>
|
17
|
+
</subject>
|
18
|
+
<subject>
|
19
|
+
<topic>
|
20
|
+
What A Topic
|
21
|
+
</topic>
|
22
|
+
</subject>
|
23
|
+
<subject>
|
24
|
+
<temporal>
|
25
|
+
So Temporal
|
26
|
+
</temporal>
|
27
|
+
</subject>
|
28
|
+
<subject>
|
29
|
+
<titleInfo>
|
30
|
+
<nonSort>The</nonSort>
|
31
|
+
<title>Best Subject Title I've Ever Seen!</title>
|
32
|
+
</titleInfo>
|
33
|
+
</subject>
|
34
|
+
<subject>
|
35
|
+
<genre>
|
36
|
+
A Very Accurate Genre
|
37
|
+
</genre>
|
38
|
+
</subject>
|
39
|
+
<subject>
|
40
|
+
<occupation>
|
41
|
+
We Are Currently Ignoring Subject Occupation
|
42
|
+
</occupation>
|
43
|
+
</subject>
|
44
|
+
</mods>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<originInfo>
|
4
|
+
<dateOther encoding='w3cdtf' keyDate='yes' point='start'>1234</dateOther>
|
5
|
+
<dateOther encoding='w3cdtf' point='end'>1999</dateOther>
|
6
|
+
<dateCreated>Some time around 1919</dateCreated>
|
7
|
+
</originInfo>
|
8
|
+
</mods>
|
@@ -0,0 +1,33 @@
|
|
1
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd'>
|
2
|
+
<titleInfo>
|
3
|
+
<nonSort>The </nonSort>
|
4
|
+
<title xml:lang="eng">Photographs</title>
|
5
|
+
</titleInfo>
|
6
|
+
<titleInfo type="alternative">
|
7
|
+
<nonSort>The </nonSort>
|
8
|
+
<title>Alternative Title</title>
|
9
|
+
</titleInfo>
|
10
|
+
<titleInfo type="abbreviated">
|
11
|
+
<nonSort>The </nonSort>
|
12
|
+
<title>Abbrev. Title</title>
|
13
|
+
</titleInfo>
|
14
|
+
<titleInfo type="uniform">
|
15
|
+
<nonSort>The </nonSort>
|
16
|
+
<title>Firefighter Title</title>
|
17
|
+
</titleInfo>
|
18
|
+
<titleInfo type="translated">
|
19
|
+
<nonSort>Los </nonSort>
|
20
|
+
<title xml:lang="esp">Fotos</title>
|
21
|
+
</titleInfo>
|
22
|
+
<relatedItem type='host' displayLabel='Collection'>
|
23
|
+
<titleInfo>
|
24
|
+
<nonSort>"The </nonSort>
|
25
|
+
<title xml:lang="eng">Pulitzer Prize Photographs"</title>
|
26
|
+
</titleInfo>
|
27
|
+
</relatedItem>
|
28
|
+
<relatedItem type='host' displayLabel='Project'>
|
29
|
+
<titleInfo>
|
30
|
+
<title xml:lang="eng">Customer Order Project</title>
|
31
|
+
</titleInfo>
|
32
|
+
</relatedItem>
|
33
|
+
</mods>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<location><physicalLocation authority='marcorg'>NNC-RB</physicalLocation>
|
4
|
+
<physicalLocation>Rare Book and Manuscript Library, Columbia University</physicalLocation>
|
5
|
+
<shelfLocator>(Box no.
|
6
|
+
057)</shelfLocator>
|
7
|
+
<sublocation>exampleSublocation</sublocation>
|
8
|
+
<url access="object in context" usage="primary display">http://somewhere.cul.columbia.edu/something/123</url>
|
9
|
+
</location>
|
10
|
+
<relatedItem displayLabel="Project" type="host">
|
11
|
+
<titleInfo>
|
12
|
+
<title>Some sample project</title>
|
13
|
+
</titleInfo>
|
14
|
+
<location>
|
15
|
+
<url>http://not-the-item-url.cul.columbia.edu</url>
|
16
|
+
</location>
|
17
|
+
</relatedItem>
|
18
|
+
</mods>
|
@@ -0,0 +1,7 @@
|
|
1
|
+
<?xml version='1.0' encoding='UTF-8'?>
|
2
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd' version='3.4'>
|
3
|
+
<relatedItem type='host' displayLabel='Project'>
|
4
|
+
<titleInfo><title>Some Nonsense
|
5
|
+
Project Name</title></titleInfo>
|
6
|
+
</relatedItem>
|
7
|
+
</mods>
|
@@ -0,0 +1 @@
|
|
1
|
+
<doc xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:mods="http://www.loc.gov/mods/v3" xmlns="http://solr.apache.org" xmlns:index="http://repository.cul.columbia.edu/namespace/index/1_0/" xmlns:local="http://local.org/custom"><field name="format">multipartitem</field><field name="collection_h">Columbia University Libraries Content/Online Projects/PRD Customer Orders/</field><field name="internal_h">ldpd:91655/ldpd:91656/ldpd:101479/ldpd:102275/</field><field name="format_h">multipartitem/</field><field name="id">ldpd:102275@ldpd:103434</field><field name="pid_ssi">ldpd:102275</field><field name="descriptor">mods</field><field name="object_ssm">https://repository2.cul.columbia.edu:8443/fedora/get/ldpd:102275</field><field name="identifier_ssi">prd.custord.070017</field><field name="all_text_teim">prd.custord.070017</field><field name="lib_collection_sim">Pulitzer Prizes</field><field name="lib_collection_ssm">Pulitzer Prizes</field><field name="lib_project_sim">Pres Orders</field><field name="lib_project_ssm">Customer Order Collection</field><field name="lib_project_teim">Customer Order Collection</field><field name="title_sort">Photographs</field><field name="title_ssm">Photographs</field><field name="title_teim">Photographs</field><field name="lib_name_sim">Kennerly, David</field><field name="lib_name_teim">Kennerly, David</field><field name="lib_name_ssm">Kennerly, David</field><field name="lib_repo_long_ssim">Rare Book and Manuscript Library</field><field name="lib_repo_sim">RBML</field><field name="lib_repo_teim">RBML</field><field name="lib_format_ssm">photographs</field><field name="lib_format_sim">photographs</field><field name="all_text_teim">Original PRD customer order number: 070017</field><field name="extent_teim">2 items</field><field name="access_condition_ssi">Columbia Libraries Staff Use Only</field><field name="all_text_teim">Box 8, JP2 Feature Photography</field></doc>
|
@@ -0,0 +1,30 @@
|
|
1
|
+
#format: ['multipartitem']
|
2
|
+
identifier_ssim: ['prd.custord.070017']
|
3
|
+
all_text_teim: ['prd.custord.070017',
|
4
|
+
"Box 8, JP2 Feature Photography",
|
5
|
+
"Customer Order Collection",
|
6
|
+
"Pres Orders Customer Order Collection",
|
7
|
+
"Kennerly, David",
|
8
|
+
"Rare Book & Manuscript Library",
|
9
|
+
"NNC-RB",
|
10
|
+
"Original PRD customer order number: 070017",
|
11
|
+
"Photographs",
|
12
|
+
"Pulitzer Prizes",
|
13
|
+
"photographs",
|
14
|
+
"This is the abstract",
|
15
|
+
"This is the table of contents"
|
16
|
+
]
|
17
|
+
lib_collection_sim: ['Pulitzer Prizes']
|
18
|
+
lib_collection_ssm: ['Pulitzer Prizes']
|
19
|
+
lib_project_short_ssim: ['Pres Orders']
|
20
|
+
lib_project_full_ssim: ['Customer Order Collection']
|
21
|
+
title_si: 'Photographs'
|
22
|
+
title_display_ssm: ['The Photographs']
|
23
|
+
lib_format_sim: ['photographs']
|
24
|
+
lib_format_ssm: ['photographs']
|
25
|
+
lib_name_sim: ['Kennerly, David']
|
26
|
+
lib_name_ssm: ['Kennerly, David']
|
27
|
+
lib_repo_short_ssim: ['Rare Book & Manuscript Library']
|
28
|
+
lib_repo_long_sim: ['Rare Book & Manuscript Library']
|
29
|
+
lib_repo_full_ssim: ['Rare Book & Manuscript Library, Columbia University']
|
30
|
+
access_condition_ssim: ['Columbia Libraries Staff Use Only']
|
@@ -0,0 +1,64 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="test:c_agg"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="With William Burroughs: a report from the bunker: Burroughs comes across a variety of the yage vine in the jungle..., p. 113, image"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/>
|
10
|
+
</foxml:objectProperties>
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
15
|
+
<dc:identifier>prd.custord.070103a</dc:identifier>
|
16
|
+
<dc:type>Collection</dc:type>
|
17
|
+
<dc:title>With William Burroughs: a report from the bunker: Burroughs comes across a variety of the yage vine in the jungle..., p. 113, image</dc:title>
|
18
|
+
</oai_dc:dc>
|
19
|
+
</foxml:xmlContent>
|
20
|
+
</foxml:datastreamVersion>
|
21
|
+
</foxml:datastream>
|
22
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
23
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0">
|
24
|
+
<foxml:xmlContent>
|
25
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
26
|
+
|
27
|
+
<rdf:Description rdf:about="info:fedora/test:c_agg">
|
28
|
+
<rdf:type rdf:resource="http://purl.oclc.org/NET/CUL/Aggregator"></rdf:type>
|
29
|
+
<hasModel xmlns="info:fedora/fedora-system:def/model#" rdf:resource="info:fedora/ldpd:ContentAggregator"></hasModel>
|
30
|
+
<memberOf xmlns="http://purl.oclc.org/NET/CUL/" rdf:resource="info:fedora/ldpd:101479"></memberOf>
|
31
|
+
</rdf:Description>
|
32
|
+
|
33
|
+
</rdf:RDF>
|
34
|
+
</foxml:xmlContent>
|
35
|
+
</foxml:datastreamVersion>
|
36
|
+
</foxml:datastream>
|
37
|
+
<foxml:datastream ID="descMetadata" STATE="A" CONTROL_GROUP="M" VERSIONABLE="true">
|
38
|
+
<foxml:datastreamVersion ID="descMetadata.0" LABEL="" MIMETYPE="text/xml">
|
39
|
+
<foxml:xmlContent>
|
40
|
+
<mods xmlns='http://www.loc.gov/mods/v3' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-4.xsd'>
|
41
|
+
<identifier type='local'>prd.custord.070103a</identifier>
|
42
|
+
<titleInfo><title>With William Burroughs: a report from the bunker: Burroughs comes across a variety of the yage vine in the jungle..., p. 113, image</title></titleInfo>
|
43
|
+
<name type='personal'><namePart>Bockris, Victor</namePart></name>
|
44
|
+
<name type='personal'><namePart>Burroughs, William</namePart></name>
|
45
|
+
<typeOfResource>still image</typeOfResource>
|
46
|
+
<physicalDescription><form authority='marcform'>electronic</form>
|
47
|
+
<form authority='aat'>photographs</form>
|
48
|
+
<extent>1 item</extent>
|
49
|
+
<reformattingQuality>access</reformattingQuality>
|
50
|
+
<internetMediaType>image/tiff</internetMediaType>
|
51
|
+
<digitalOrigin>reformatted digital</digitalOrigin>
|
52
|
+
</physicalDescription>
|
53
|
+
<originInfo><dateIssued keyDate='yes'>1996</dateIssued></originInfo>
|
54
|
+
<location><physicalLocation authority='marcorg'>NNC</physicalLocation>
|
55
|
+
<physicalLocation>General Collections, Columbia University Libraries</physicalLocation>
|
56
|
+
</location>
|
57
|
+
<relatedItem type='host' displayLabel='Project'><titleInfo><title>Customer Order Collection</title></titleInfo></relatedItem>
|
58
|
+
<note>Original PRD customer order number: 070103</note>
|
59
|
+
<accessCondition type='useAndReproduction'>Columbia Libraries Staff Use Only</accessCondition>
|
60
|
+
<recordInfo><recordCreationDate encoding='w3cdtf'>2010-09-16</recordCreationDate><recordContentSource authority='marcorg'>NNC</recordContentSource><languageOfCataloging><languageTerm type='code' authority='iso639-2b'>eng</languageTerm></languageOfCataloging><recordOrigin>From PRD customer order database, edited to conform to the DLF Implementation Guidelines for Shareable MODS Records, Version 1.1.</recordOrigin></recordInfo> </mods>
|
61
|
+
</foxml:xmlContent>
|
62
|
+
</foxml:datastreamVersion>
|
63
|
+
</foxml:datastream>
|
64
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:ContentAggregator"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="CModel for aggregator objects"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/>
|
10
|
+
</foxml:objectProperties>
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for CModel for aggregator objects" CREATED="2009-04-24T20:23:31.991Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="482">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
15
|
+
<dc:title>CModel for aggregator objects</dc:title>
|
16
|
+
<dc:creator>CUL/IS:LDPD</dc:creator>
|
17
|
+
<dc:contributor>NNC</dc:contributor>
|
18
|
+
<dc:identifier>ldpd:ContentAggregator</dc:identifier>
|
19
|
+
</oai_dc:dc>
|
20
|
+
</foxml:xmlContent>
|
21
|
+
</foxml:datastreamVersion>
|
22
|
+
</foxml:datastream>
|
23
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
24
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:55.984Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="584">
|
25
|
+
<foxml:xmlContent>
|
26
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
27
|
+
<rdf:Description rdf:about="info:fedora/ldpd:ContentAggregator">
|
28
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ContentModel-3.0"></fedora-model:hasModel>
|
29
|
+
</rdf:Description>
|
30
|
+
</rdf:RDF>
|
31
|
+
</foxml:xmlContent>
|
32
|
+
</foxml:datastreamVersion>
|
33
|
+
</foxml:datastream>
|
34
|
+
<foxml:datastream ID="DS-COMPOSITE-MODEL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
35
|
+
<foxml:datastreamVersion ID="DS-COMPOSITE-MODEL1.0" LABEL="Datastream Composite Model" CREATED="2008-07-09T13:59:55.968Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraDSCompositeModel-1.0" SIZE="433">
|
36
|
+
<foxml:xmlContent>
|
37
|
+
<dsCompositeModel xmlns="info:fedora/fedora-system:def/dsCompositeModel#">
|
38
|
+
<dsTypeModel ID="DC">
|
39
|
+
<form FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" MIME="text/xml"></form>
|
40
|
+
</dsTypeModel>
|
41
|
+
<dsTypeModel ID="RELS-EXT">
|
42
|
+
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" MIME="application/rdf+xml"></form>
|
43
|
+
</dsTypeModel>
|
44
|
+
</dsCompositeModel>
|
45
|
+
</foxml:xmlContent>
|
46
|
+
</foxml:datastreamVersion>
|
47
|
+
</foxml:datastream>
|
48
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,48 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="ldpd:StaticImageAggregator"
|
3
|
+
xmlns:foxml="info:fedora/fedora-system:def/foxml#"
|
4
|
+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
+
xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
6
|
+
<foxml:objectProperties>
|
7
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
8
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE="CModel for aggregator objects"/>
|
9
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/>
|
10
|
+
</foxml:objectProperties>
|
11
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
12
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for CModel for aggregator objects" CREATED="2009-04-24T20:24:09.006Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="486">
|
13
|
+
<foxml:xmlContent>
|
14
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
15
|
+
<dc:title>CModel for aggregator objects</dc:title>
|
16
|
+
<dc:creator>CUL/IS:LDPD</dc:creator>
|
17
|
+
<dc:contributor>NNC</dc:contributor>
|
18
|
+
<dc:identifier>ldpd:StaticImageAggregator</dc:identifier>
|
19
|
+
</oai_dc:dc>
|
20
|
+
</foxml:xmlContent>
|
21
|
+
</foxml:datastreamVersion>
|
22
|
+
</foxml:datastream>
|
23
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
24
|
+
<foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:55.984Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="695">
|
25
|
+
<foxml:xmlContent>
|
26
|
+
<rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
27
|
+
<rdf:Description rdf:about="info:fedora/ldpd:StaticImageAggregator">
|
28
|
+
<fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ContentModel-3.0"></fedora-model:hasModel>
|
29
|
+
</rdf:Description>
|
30
|
+
</rdf:RDF>
|
31
|
+
</foxml:xmlContent>
|
32
|
+
</foxml:datastreamVersion>
|
33
|
+
</foxml:datastream>
|
34
|
+
<foxml:datastream ID="DS-COMPOSITE-MODEL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
35
|
+
<foxml:datastreamVersion ID="DS-COMPOSITE-MODEL1.0" LABEL="Datastream Composite Model" CREATED="2008-07-09T13:59:55.968Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraDSCompositeModel-1.0" SIZE="433">
|
36
|
+
<foxml:xmlContent>
|
37
|
+
<dsCompositeModel xmlns="info:fedora/fedora-system:def/dsCompositeModel#">
|
38
|
+
<dsTypeModel ID="DC">
|
39
|
+
<form FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" MIME="text/xml"></form>
|
40
|
+
</dsTypeModel>
|
41
|
+
<dsTypeModel ID="RELS-EXT">
|
42
|
+
<form FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" MIME="application/rdf+xml"></form>
|
43
|
+
</dsTypeModel>
|
44
|
+
</dsCompositeModel>
|
45
|
+
</foxml:xmlContent>
|
46
|
+
</foxml:datastreamVersion>
|
47
|
+
</foxml:datastream>
|
48
|
+
</foxml:digitalObject>
|
@@ -0,0 +1,83 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<foxml:digitalObject VERSION="1.1" PID="test:max_image" xmlns:foxml="info:fedora/fedora-system:def/foxml#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="info:fedora/fedora-system:def/foxml# http://www.fedora.info/definitions/1/0/foxml1-1.xsd">
|
3
|
+
<foxml:objectProperties>
|
4
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#state" VALUE="Active"/>
|
5
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#label" VALUE=""/>
|
6
|
+
<foxml:property NAME="info:fedora/fedora-system:def/model#ownerId" VALUE="fedoraAdmin"/>
|
7
|
+
</foxml:objectProperties>
|
8
|
+
<foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
9
|
+
<foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" CREATED="2011-07-14T06:52:39.149Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="336">
|
10
|
+
<foxml:xmlContent>
|
11
|
+
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
|
12
|
+
<dc:identifier>test:max_image</dc:identifier>
|
13
|
+
<dc:description>A test Resource object</dc:description>
|
14
|
+
</oai_dc:dc>
|
15
|
+
</foxml:xmlContent>
|
16
|
+
</foxml:datastreamVersion>
|
17
|
+
</foxml:datastream>
|
18
|
+
<foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
19
|
+
<foxml:datastreamVersion ID="RELS-EXT.0" LABEL="" CREATED="2011-07-14T06:52:39.708Z" MIMETYPE="text/xml" SIZE="270">
|
20
|
+
<foxml:xmlContent>
|
21
|
+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
|
22
|
+
<rdf:Description rdf:about="info:fedora/test:max_image">
|
23
|
+
<hasModel xmlns="info:fedora/fedora-system:def/model#" rdf:resource="info:fedora/ldpd:Resource"/>
|
24
|
+
<memberOf xmlns="http://purl.oclc.org/NET/CUL/" rdf:resource="info:fedora/test:si_agg"/>
|
25
|
+
</rdf:Description>
|
26
|
+
</rdf:RDF>
|
27
|
+
</foxml:xmlContent>
|
28
|
+
</foxml:datastreamVersion>
|
29
|
+
</foxml:datastream>
|
30
|
+
<foxml:datastream ID="rightsMetadata" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
|
31
|
+
<foxml:datastreamVersion ID="rightsMetadata.1" LABEL="" CREATED="2011-07-14T05:27:43.247Z" MIMETYPE="text/xml" SIZE="812">
|
32
|
+
<foxml:xmlContent>
|
33
|
+
<rightsMetadata xmlns="http://hydra-collab.stanford.edu/schemas/rightsMetadata/v1" version="0.1">
|
34
|
+
<copyright>
|
35
|
+
<human/>
|
36
|
+
<machine>
|
37
|
+
<uvalicense>no</uvalicense>
|
38
|
+
</machine>
|
39
|
+
</copyright>
|
40
|
+
<access type="discover">
|
41
|
+
<human/>
|
42
|
+
<machine/>
|
43
|
+
</access>
|
44
|
+
<access type="read">
|
45
|
+
<human/>
|
46
|
+
<machine>
|
47
|
+
<group>researcher</group>
|
48
|
+
<group>admin_policy_object_editor</group>
|
49
|
+
<group>patron</group>
|
50
|
+
<group>donor</group>
|
51
|
+
<group>public</group>
|
52
|
+
</machine>
|
53
|
+
</access>
|
54
|
+
<access type="edit">
|
55
|
+
<human/>
|
56
|
+
<machine>
|
57
|
+
<person>archivist1</person>
|
58
|
+
<group>archivist</group>
|
59
|
+
</machine>
|
60
|
+
</access>
|
61
|
+
<embargo>
|
62
|
+
<human/>
|
63
|
+
<machine/>
|
64
|
+
</embargo>
|
65
|
+
</rightsMetadata>
|
66
|
+
</foxml:xmlContent>
|
67
|
+
</foxml:datastreamVersion>
|
68
|
+
</foxml:datastream>
|
69
|
+
<foxml:datastream ID="CONTENT" STATE="A" CONTROL_GROUP="M" VERSIONABLE="true">
|
70
|
+
<foxml:datastreamVersion ID="CONTENT.0" LABEL="" MIMETYPE="image/jpeg" SIZE="1688">
|
71
|
+
<foxml:binaryContent> /9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAgGBgcGBQgHBwcJCQgKDBQNDAsLDBkSEw8UHRofHh0aHBwg JC4nICIsIxwcKDcpLDAxNDQ0Hyc5PTgyPC4zNDL/2wBDAQkJCQwLDBgNDRgyIRwhMjIyMjIyMjIyMjIy MjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjL/wAARCAAyAD8DASIAAhEBAxEB/8QA
|
72
|
+
HwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIh MUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVW V1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXG
|
73
|
+
x8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQF BgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAV YnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOE
|
74
|
+
hYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq 8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD3+iiigAqne6glkyq0NxKzglRFGXzj6VcrK8Ra3FoOky3TFWmP ywRE8yOeAAByffHapnLli23Y0pRc5qKV7maura3czOq2KQBSDslYodp9Tj9ePoaypvHtvZXKwTxrdyHk
|
75
|
+
LYXBlP6HH4ZqrHpMl7okuteLWuY1LbxpsbmNGI4G7ncSeep4HsOLPh7TJdXsnksymk6Y7AbbVAs0hX/a xwM/Xp9SeHnqtpRer/rboer7PDxTc1dLTTRX9db/AHfMtQfEXS4pVi1K01HTd3Km6gOCPryf0rr4J4rm BJ4JUlicbkdDkMPUGsi38I6FbxFP7Ohmz95px5hP51ieHYj4b8Y3vhyNmOnzw/bLRWOfL5wyg+nX8vet
|
76
|
+
4yqwaVSzTOWpDD1YydG6a116ryOk8RajLo/hnVdUhRHls7Oa4RHztYohYA47cVQ8MeKbXWtH0t7q8sY9 Uu7ZJ3s45huBIycKTuxVDxzrEb6B4g0a3t5p7j+ybl5WRfkhUwvt3H1JAAA9a4A6Fpllofw1v7TTYIr2 XUrUz3CRgSN3bc3UjI710KSexxShKNr9T2KPWdLlsJL+PUrN7OMkPcLOpjQjqC2cCud8WX+gaBZXXid5
|
77
|
+
dNGqrYyPYm5nAE7KhZQgyNxPA+XnmvPb/SLg+ML/AOHsUZXTNU1WLVJCPu/Z8GSVfb5kUD6U3xFLpdn4 n+IB8RLD9tk05YdFWePcNnlMAsXHBLFenfPoaGk9wjKUdnY7ywvoNd0fRdT8SanZW8V3bLcLYFxEjyBc sfmbLKBzjt3roW8R+H7SwtrltZ0yGznGLeU3UaxyAcfIc4PpxXk0+l2Wvj4UW17AtzZNbziVeqkhYvlP
|
78
|
+
4rgj6ij4izaVYapdeHrTStE0+K10Z2W6vLfc8gZmKwW4yACWJOfXPpSUUndDlOUkk9ke2GaIQ+cZEEW3 dvLDbj1z6Vx2kTx+IPiBd6takSWNjai0jmH3ZJCdxwe+Mkfl61z/AIc8Dr4j8OaHe3OsXH2EWMUaWsXR dqhSASSByPSvStO0600qxjs7KFYYIx8qr/MnufesWpzn7ysk/vOlSpUqbcJXlJW20Xf1fQwo/tXh7W9T
|
79
|
+
uJbK4urK/kWZZ7ZPMeNgoUqyjnHHBGatTeKtMETASXsTsCFZtPn4P/fFbtFWoSjpFmTqwnrOOvk7bfJn m3hWS0stcutc8SeKLa+1a4iW2iYwG2jghBztUMB1PJNehJ9lvBHcJ5M4AOyQYbGeuDU5GRg9KoSaNZ+Y ZrdPsk55Mtt8hJ/2h0b/AIEDVLnW+v4f5kv2T2uvx/RF2ONIowkaKiDoqjAFMktbeaVJZYInkT7jsgJX
|
80
|
+
6HtUVtLOHNvdBTKoysiDCyL647H1H0/C1VJ3M2rMZFDFBEsUMaRxr0RFAA/AU+iimIKKKKACiiigAooo oAKKKKAP/9k= </foxml:binaryContent>
|
81
|
+
</foxml:datastreamVersion>
|
82
|
+
</foxml:datastream>
|
83
|
+
</foxml:digitalObject>
|