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.
Files changed (87) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/concerns/cul/scv/hydra/models/common.rb +0 -6
  3. data/app/models/concerns/rdf/fcrepo3.rb +150 -94
  4. data/fixtures/cmodels/ldpd_ADLMetadata.xml +56 -0
  5. data/fixtures/cmodels/ldpd_AESMetadata.xml +56 -0
  6. data/fixtures/cmodels/ldpd_BagAggregator.xml +70 -0
  7. data/fixtures/cmodels/ldpd_Concept.xml +69 -0
  8. data/fixtures/cmodels/ldpd_ContentAggregator.xml +70 -0
  9. data/fixtures/cmodels/ldpd_DynamicAggregator.xml +56 -0
  10. data/fixtures/cmodels/ldpd_JP2ImageAggregator.xml +60 -0
  11. data/fixtures/cmodels/ldpd_METSMetadata.xml +56 -0
  12. data/fixtures/cmodels/ldpd_METSStructuredAggregator.xml +53 -0
  13. data/fixtures/cmodels/ldpd_MODSMetadata.xml +73 -0
  14. data/fixtures/cmodels/ldpd_MostRecent.xml +46 -0
  15. data/fixtures/cmodels/ldpd_PTIFImageAggregator.xml +63 -0
  16. data/fixtures/cmodels/ldpd_Resource.xml +72 -0
  17. data/fixtures/cmodels/ldpd_RestrictedResource.xml +54 -0
  18. data/fixtures/cmodels/ldpd_Since.xml +62 -0
  19. data/fixtures/cmodels/ldpd_StaticAudioAggregator.xml +54 -0
  20. data/fixtures/cmodels/ldpd_StaticImageAggregator.xml +71 -0
  21. data/fixtures/cmodels/ldpd_htest.xml +54 -0
  22. data/fixtures/cmodels/ldpd_nullbind.xml +63 -0
  23. data/fixtures/cmodels/ldpd_sdef.Aggregator.xml +71 -0
  24. data/fixtures/cmodels/ldpd_sdef.Core.xml +48 -0
  25. data/fixtures/cmodels/ldpd_sdef.Image.xml +47 -0
  26. data/fixtures/cmodels/ldpd_sdef.Metadata.xml +62 -0
  27. data/fixtures/cmodels/ldpd_sdef.Resource.xml +76 -0
  28. data/fixtures/cmodels/ldpd_sdef.ZoomingImage.xml +46 -0
  29. data/fixtures/cmodels/ldpd_sdep.BagAggregator.xml +160 -0
  30. data/fixtures/cmodels/ldpd_sdep.BagAggregatorCore.xml +221 -0
  31. data/fixtures/cmodels/ldpd_sdep.ContentAggregatorCore.xml +221 -0
  32. data/fixtures/cmodels/ldpd_sdep.DynamicAggregator.xml +171 -0
  33. data/fixtures/cmodels/ldpd_sdep.DynamicAggregatorCore.xml +215 -0
  34. data/fixtures/cmodels/ldpd_sdep.JP2Image.xml +220 -0
  35. data/fixtures/cmodels/ldpd_sdep.JP2ImageAggregator.xml +167 -0
  36. data/fixtures/cmodels/ldpd_sdep.JP2ImageCore.xml +229 -0
  37. data/fixtures/cmodels/ldpd_sdep.MODSMetadata.xml +158 -0
  38. data/fixtures/cmodels/ldpd_sdep.MODSMetadataCore.xml +227 -0
  39. data/fixtures/cmodels/ldpd_sdep.PTIFImage.xml +222 -0
  40. data/fixtures/cmodels/ldpd_sdep.PTIFImageAggregator.xml +167 -0
  41. data/fixtures/cmodels/ldpd_sdep.PTIFImageCore.xml +215 -0
  42. data/fixtures/cmodels/ldpd_sdep.StaticImage.xml +210 -0
  43. data/fixtures/cmodels/ldpd_sdep.StaticImageAggregator.xml +186 -0
  44. data/fixtures/cmodels/ldpd_sdep.StaticImageCore.xml +220 -0
  45. data/fixtures/spec/BLOB/test001.jpg +0 -0
  46. data/fixtures/spec/CUL_DC/dc.xml +5 -0
  47. data/fixtures/spec/CUL_MODS/mods-001.xml +25 -0
  48. data/fixtures/spec/CUL_MODS/mods-all.xml +65 -0
  49. data/fixtures/spec/CUL_MODS/mods-bad-repo.xml +7 -0
  50. data/fixtures/spec/CUL_MODS/mods-date-created-range.xml +7 -0
  51. data/fixtures/spec/CUL_MODS/mods-date-created-single.xml +6 -0
  52. data/fixtures/spec/CUL_MODS/mods-date-issued-range.xml +7 -0
  53. data/fixtures/spec/CUL_MODS/mods-date-issued-single.xml +6 -0
  54. data/fixtures/spec/CUL_MODS/mods-date-other-range.xml +7 -0
  55. data/fixtures/spec/CUL_MODS/mods-date-other-single.xml +6 -0
  56. data/fixtures/spec/CUL_MODS/mods-date-range-short-years.xml +7 -0
  57. data/fixtures/spec/CUL_MODS/mods-item.xml +31 -0
  58. data/fixtures/spec/CUL_MODS/mods-names.xml +35 -0
  59. data/fixtures/spec/CUL_MODS/mods-notes.xml +7 -0
  60. data/fixtures/spec/CUL_MODS/mods-ns.xml +2 -0
  61. data/fixtures/spec/CUL_MODS/mods-origin-info.xml +9 -0
  62. data/fixtures/spec/CUL_MODS/mods-part.xml +22 -0
  63. data/fixtures/spec/CUL_MODS/mods-physical-description.xml +12 -0
  64. data/fixtures/spec/CUL_MODS/mods-physical-location.xml +9 -0
  65. data/fixtures/spec/CUL_MODS/mods-record-info.xml +4 -0
  66. data/fixtures/spec/CUL_MODS/mods-relateditem-project.xml +8 -0
  67. data/fixtures/spec/CUL_MODS/mods-subjects.xml +44 -0
  68. data/fixtures/spec/CUL_MODS/mods-textual-date.xml +8 -0
  69. data/fixtures/spec/CUL_MODS/mods-titles.xml +33 -0
  70. data/fixtures/spec/CUL_MODS/mods-top-level-location-vs-relateditem-location.xml +18 -0
  71. data/fixtures/spec/CUL_MODS/mods-unmapped-project.xml +7 -0
  72. data/fixtures/spec/CUL_SOLR/mods-001.xml +1 -0
  73. data/fixtures/spec/CUL_SOLR/mods-001.yml +30 -0
  74. data/fixtures/spec/FOXML/content-aggregator.xml +64 -0
  75. data/fixtures/spec/FOXML/content-cmodel.xml +48 -0
  76. data/fixtures/spec/FOXML/image-cmodel.xml +48 -0
  77. data/fixtures/spec/FOXML/resource-max.xml +83 -0
  78. data/fixtures/spec/FOXML/resource-screen.xml +273 -0
  79. data/fixtures/spec/FOXML/resource-thumb.xml +86 -0
  80. data/fixtures/spec/FOXML/static-image-aggregator.xml +31 -0
  81. data/fixtures/spec/STRUCTMAP/structmap-examples.xml +21 -0
  82. data/fixtures/spec/STRUCTMAP/structmap-recto.xml +4 -0
  83. data/fixtures/spec/STRUCTMAP/structmap-seq.xml +5 -0
  84. data/fixtures/spec/STRUCTMAP/structmap-unordered-seq.xml +5 -0
  85. data/lib/cul_scv_hydra/version.rb +1 -1
  86. data/lib/cul_scv_hydra/version.rb~ +1 -1
  87. metadata +86 -5
@@ -0,0 +1,186 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.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="Service Deployment listMembers"/>
9
+ <foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2008-07-09T13:59:55.703Z"/>
10
+ <foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T21:26:59.312Z"/>
11
+ </foxml:objectProperties>
12
+ <foxml:datastream ID="AUDIT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="false">
13
+ <foxml:datastreamVersion ID="AUDIT.0" LABEL="Audit Trail for this object" CREATED="2008-07-09T13:59:55.703Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.fedora.audit">
14
+ <foxml:xmlContent>
15
+ <audit:auditTrail xmlns:audit="info:fedora/fedora-system:def/audit#">
16
+ <audit:record ID="AUDREC1">
17
+ <audit:process type="Fedora API-M"/>
18
+ <audit:action>ingest</audit:action>
19
+ <audit:componentID></audit:componentID>
20
+ <audit:responsibility>fedoraAdmin</audit:responsibility>
21
+ <audit:date>2009-04-24T21:26:59.312Z</audit:date>
22
+ <audit:justification>Ingested from local file /var/tmp/datamodel-load/staticImageAggregatorSDep.xml</audit:justification>
23
+ </audit:record>
24
+ </audit:auditTrail>
25
+ </foxml:xmlContent>
26
+ </foxml:datastreamVersion>
27
+ </foxml:datastream>
28
+ <foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
29
+ <foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for this object" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/" SIZE="309">
30
+ <foxml:xmlContent>
31
+ <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
32
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
33
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
+ xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
35
+ <dc:title>Service Deployment Object for listMembers and getSize</dc:title>
36
+ <dc:identifier>ldpd:sdep.StaticImageAggregator</dc:identifier>
37
+ </oai_dc:dc>
38
+ </foxml:xmlContent>
39
+ </foxml:datastreamVersion>
40
+ </foxml:datastream>
41
+ <foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
42
+ <foxml:datastreamVersion ID="RELS-EXT1.0" LABEL="RDF Statements about this object" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="application/rdf+xml" FORMAT_URI="info:fedora/fedora-system:FedoraRELSExt-1.0" SIZE="640">
43
+ <foxml:xmlContent>
44
+ <rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
45
+ <rdf:Description rdf:about="info:fedora/ldpd:sdep.StaticImageAggregator">
46
+ <fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDeployment-3.0"></fedora-model:hasModel>
47
+ <fedora-model:isDeploymentOf rdf:resource="info:fedora/ldpd:sdef.Aggregator"></fedora-model:isDeploymentOf>
48
+ <fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:StaticImageAggregator"></fedora-model:isContractorOf>
49
+ </rdf:Description>
50
+ </rdf:RDF>
51
+ </foxml:xmlContent>
52
+ </foxml:datastreamVersion>
53
+ </foxml:datastream>
54
+ <foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
55
+ <foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0" SIZE="1927">
56
+ <foxml:xmlContent>
57
+ <fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="ldpd:sdef.Aggregator" name="MethodMap - Basic behaviors for collection objects.">
58
+
59
+ <fmm:Method operationLabel="Returns the number of objects currently in this collection." operationName="getSize" wsdlMsgName="getSizeRequest" wsdlMsgOutput="getSizeResponse">
60
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
61
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
62
+ <fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
63
+ <fmm:UserInputParm defaultValue="count" label="" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
64
+ <fmm:UserInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
65
+ <fmm:UserInputParm defaultValue="" label="" parmName="callback" passBy="VALUE" required="false"></fmm:UserInputParm>
66
+ <fmm:UserInputParm defaultValue="" label="" parmName="_" passBy="VALUE" required="false"></fmm:UserInputParm>
67
+ <fmm:MethodReturnType wsdlMsgName="getSizeResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
68
+ </fmm:Method>
69
+ <fmm:Method operationLabel="Returns PIDs for members of this collection, in Sparql form. No more than max PIDs are returned, starting with the number start object in an ordered list." operationName="listMembers" wsdlMsgName="listMembersRequest" wsdlMsgOutput="listMembersResponse">
70
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="true"></fmm:DatastreamInputParm>
71
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
72
+ <fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
73
+ <fmm:UserInputParm defaultValue="sparql" label="" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
74
+ <fmm:UserInputParm defaultValue="" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
75
+ <fmm:UserInputParm defaultValue="" label="" parmName="callback" passBy="VALUE" required="false"></fmm:UserInputParm>
76
+ <fmm:UserInputParm defaultValue="" label="" parmName="_" passBy="VALUE" required="false"></fmm:UserInputParm>
77
+ <fmm:MethodReturnType wsdlMsgName="listMembersResponse" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
78
+ </fmm:Method>
79
+
80
+ </fmm:MethodMap>
81
+ </foxml:xmlContent>
82
+ </foxml:datastreamVersion>
83
+ </foxml:datastream>
84
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
85
+ <foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" CREATED="2009-04-24T21:26:59.454Z" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED" SIZE="514">
86
+ <foxml:xmlContent>
87
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for collection objects.">
88
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
89
+ <fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
90
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
91
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
92
+
93
+ </fbs:DSInput>
94
+ </fbs:DSInputSpec>
95
+ </foxml:xmlContent>
96
+ </foxml:datastreamVersion>
97
+ </foxml:datastream>
98
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
99
+ <foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" CREATED="2008-07-09T13:59:56.375Z" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/" SIZE="4456">
100
+ <foxml:xmlContent>
101
+ <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" xmlns:soapenc="http://schemas.xmlsoap.org/wsdl/soap/encoding" xmlns:this="members" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for collection objects." targetNamespace="members">
102
+
103
+ <wsdl:types>
104
+ <xsd:schema targetNamespace="members">
105
+ <xsd:simpleType name="startType">
106
+ <xsd:restriction base="xsd:string"></xsd:restriction>
107
+ </xsd:simpleType>
108
+ <xsd:simpleType name="formatType">
109
+ <xsd:restriction base="xsd:string"></xsd:restriction>
110
+ </xsd:simpleType>
111
+ <xsd:simpleType name="NULLBINDType">
112
+ <xsd:restriction base="xsd:string"></xsd:restriction>
113
+ </xsd:simpleType>
114
+ <xsd:simpleType name="maxType">
115
+ <xsd:restriction base="xsd:string"></xsd:restriction>
116
+ </xsd:simpleType>
117
+ <xsd:simpleType name="objuriType">
118
+ <xsd:restriction base="xsd:string"></xsd:restriction>
119
+ </xsd:simpleType>
120
+ </xsd:schema>
121
+ </wsdl:types>
122
+ <wsdl:message name="aggregatorRequest">
123
+ <wsdl:part name="start" type="this:startType"></wsdl:part>
124
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
125
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
126
+ <wsdl:part name="max" type="this:maxType"></wsdl:part>
127
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
128
+ </wsdl:message>
129
+
130
+ <wsdl:message name="listMembersResponse">
131
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
132
+ </wsdl:message>
133
+
134
+ <wsdl:message name="getSizeResponse">
135
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
136
+ </wsdl:message>
137
+
138
+ <wsdl:portType name="collectionPortType">
139
+ <wsdl:operation name="listMembers">
140
+ <wsdl:input message="this:aggregatorRequest"></wsdl:input>
141
+
142
+ <wsdl:output message="this:listMembersResponse"></wsdl:output>
143
+ </wsdl:operation>
144
+ <wsdl:operation name="getSize">
145
+ <wsdl:input message="this:aggregatorRequest"></wsdl:input>
146
+
147
+ <wsdl:output message="this:getSizeResponse"></wsdl:output>
148
+ </wsdl:operation>
149
+ </wsdl:portType>
150
+
151
+ <wsdl:service name="collection">
152
+ <wsdl:port binding="this:collection_http" name="collection_port">
153
+ <http:address location="LOCAL"></http:address>
154
+ </wsdl:port>
155
+ </wsdl:service>
156
+
157
+ <wsdl:binding name="collection_http" type="this:collectionPortType">
158
+
159
+ <http:binding verb="GET"></http:binding>
160
+ <wsdl:operation name="listMembers">
161
+ <http:operation location="$php_server$/fedora-svc/aggregator/listMembers/static-image.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)&amp;callback=(callback)"></http:operation>
162
+ <wsdl:input>
163
+ <http:urlReplacement></http:urlReplacement>
164
+ </wsdl:input>
165
+ <wsdl:output>
166
+ <mime:content type="text/xml"></mime:content>
167
+ </wsdl:output>
168
+
169
+ </wsdl:operation>
170
+
171
+ <wsdl:operation name="getSize">
172
+ <http:operation location="$php_server$/fedora-svc/aggregator/getSize/default.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)&amp;callback=(callback)"></http:operation>
173
+ <wsdl:input>
174
+ <http:urlReplacement></http:urlReplacement>
175
+ </wsdl:input>
176
+ <wsdl:output>
177
+ <mime:content type="text/xml"></mime:content>
178
+ </wsdl:output>
179
+ </wsdl:operation>
180
+ </wsdl:binding>
181
+
182
+ </wsdl:definitions>
183
+ </foxml:xmlContent>
184
+ </foxml:datastreamVersion>
185
+ </foxml:datastream>
186
+ </foxml:digitalObject>
@@ -0,0 +1,220 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <foxml:digitalObject VERSION="1.1" PID="ldpd:sdep.StaticImageCore"
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="Service Deployment Object for Retrieving Smallest Web Images"/>
9
+ <foxml:property NAME="info:fedora/fedora-system:def/model#createdDate" VALUE="2008-07-09T13:59:55.703Z"/>
10
+ <foxml:property NAME="info:fedora/fedora-system:def/view#lastModifiedDate" VALUE="2009-04-24T20:24:19.782Z"/>
11
+ </foxml:objectProperties>
12
+
13
+ <foxml:datastream ID="DC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
14
+ <foxml:datastreamVersion ID="DC1.0" LABEL="Dublin Core Record for Service Deployment Object for Resource-to-Metadata relationships" MIMETYPE="text/xml" FORMAT_URI="http://www.openarchives.org/OAI/2.0/oai_dc/">
15
+ <foxml:xmlContent>
16
+ <oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
17
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
18
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19
+ xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
20
+ <dc:title>Service Deployment Object for Resource-to-Metadata relationships</dc:title>
21
+ <dc:identifier>ldpd:sdep.StaticImageCore</dc:identifier>
22
+ </oai_dc:dc>
23
+ </foxml:xmlContent>
24
+ </foxml:datastreamVersion>
25
+ </foxml:datastream>
26
+ <foxml:datastream ID="RELS-EXT" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
27
+ <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">
28
+ <foxml:xmlContent>
29
+ <rdf:RDF xmlns:fedora-model="info:fedora/fedora-system:def/model#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
30
+ <rdf:Description rdf:about="info:fedora/ldpd:sdep.StaticImageCore">
31
+ <fedora-model:hasModel rdf:resource="info:fedora/fedora-system:ServiceDeployment-3.0"></fedora-model:hasModel>
32
+ <fedora-model:isDeploymentOf rdf:resource="info:fedora/ldpd:sdef.Core"></fedora-model:isDeploymentOf>
33
+ <fedora-model:isContractorOf rdf:resource="info:fedora/ldpd:StaticImageAggregator"></fedora-model:isContractorOf>
34
+ </rdf:Description>
35
+ </rdf:RDF>
36
+ </foxml:xmlContent>
37
+ </foxml:datastreamVersion>
38
+ </foxml:datastream>
39
+ <foxml:datastream ID="METHODMAP" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
40
+ <foxml:datastreamVersion ID="METHODMAP1.0" LABEL="Deployment Method Map" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:FedoraSDepMethodMap-1.0">
41
+ <foxml:xmlContent>
42
+ <fmm:MethodMap xmlns:fmm="http://fedora.comm.nsdlib.org/service/methodmap" bDefPID="demo:sdef.Core" name="MethodMap - Basic behaviors for web images.">
43
+ <fmm:Method operationName="rmap" operationLabel="Returns resource map for this image" wsdlMsgName="uriRequest" wsdlMsgOutput="response">
44
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
45
+ <fmm:UserInputParm defaultValue="json" label="response format" parmName="format" passBy="VALUE" required="true"></fmm:UserInputParm>
46
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml application/json"></fmm:MethodReturnType>
47
+ </fmm:Method>
48
+ <fmm:Method operationName="numberDescriptions" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
49
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
50
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
51
+ </fmm:Method>
52
+ <fmm:Method operationName="describedBy" operationLabel="Returns PIDs for defined descriptions of this object, in parameterized format. No more than max PIDs are returned, starting with the number start object in an ordered list." wsdlMsgName="listRequest" wsdlMsgOutput="response">
53
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
54
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
55
+ <fmm:UserInputParm defaultValue="0" label="" parmName="start" passBy="VALUE" required="false"></fmm:UserInputParm>
56
+ <fmm:UserInputParm defaultValue="10" label="" parmName="max" passBy="VALUE" required="false"></fmm:UserInputParm>
57
+ <fmm:UserInputParm defaultValue="sparql" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
58
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml"></fmm:MethodReturnType>
59
+ </fmm:Method>
60
+ <fmm:Method operationName="getViewer" operationLabel="Returns a viewer for this object in an appropriate format" wsdlMsgName="getViewerRequest" wsdlMsgOutput="response">
61
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
62
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
63
+ <fmm:UserInputParm defaultValue="text/html" label="response format" parmName="format" passBy="VALUE" required="false"></fmm:UserInputParm>
64
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/xml text/html application/octet-stream"></fmm:MethodReturnType>
65
+ </fmm:Method>
66
+ <fmm:Method operationName="getIndex" operationLabel="Returns the number of defined descriptions of this object, in Sparql form." wsdlMsgName="uriRequest" wsdlMsgOutput="response">
67
+ <fmm:DatastreamInputParm defaultValue="" label="" parmName="NULLBIND" passBy="URL_REF" required="false"></fmm:DatastreamInputParm>
68
+ <fmm:DefaultInputParm defaultValue="$objuri" label="" parmName="objuri" passBy="VALUE" required="true"></fmm:DefaultInputParm>
69
+ <fmm:UserInputParm defaultValue="solr" label="indexing profile" parmName="profile" passBy="VALUE" required="false"></fmm:UserInputParm>
70
+ <fmm:MethodReturnType wsdlMsgName="response" wsdlMsgTOMIME="text/plain text/xml application/json"></fmm:MethodReturnType>
71
+ </fmm:Method>
72
+ </fmm:MethodMap>
73
+ </foxml:xmlContent>
74
+ </foxml:datastreamVersion>
75
+ </foxml:datastream>
76
+ <foxml:datastream ID="DSINPUTSPEC" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
77
+ <foxml:datastreamVersion ID="DSINPUTSPEC1.0" LABEL="Datastream Input Specification for Service" MIMETYPE="text/xml" FORMAT_URI="info:fedora/fedora-system:format/xml.mets.techMD.OTHER.UNSPECIFIED">
78
+ <foxml:xmlContent>
79
+ <fbs:DSInputSpec xmlns:fbs="http://fedora.comm.nsdlib.org/service/bindspec" label="Datastream Input Specification for Basic behaviors for content objects.">
80
+ <fbs:DSInput DSMax="1" DSMin="1" DSOrdinality="false" wsdlMsgPartName="NULLBIND" pid="ldpd:nullbind">
81
+ <fbs:DSInputLabel>NULLBIND Binding</fbs:DSInputLabel>
82
+ <fbs:DSMIME>text/xml</fbs:DSMIME>
83
+ <fbs:DSInputInstruction></fbs:DSInputInstruction>
84
+ </fbs:DSInput>
85
+ </fbs:DSInputSpec>
86
+ </foxml:xmlContent>
87
+ </foxml:datastreamVersion>
88
+ </foxml:datastream>
89
+ <foxml:datastream ID="WSDL" STATE="A" CONTROL_GROUP="X" VERSIONABLE="true">
90
+ <foxml:datastreamVersion ID="WSDL1.0" LABEL="WSDL Bindings" MIMETYPE="text/xml" FORMAT_URI="http://schemas.xmlsoap.org/wsdl/">
91
+ <foxml:xmlContent>
92
+ <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap" xmlns:soapenc="http://schemas.xmlsoap.org/wsdl/soap/encoding" xmlns:this="webImage" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Basic behaviors for descriptions and objects." targetNamespace="webImage">
93
+
94
+ <wsdl:types>
95
+ <xsd:schema targetNamespace="webImage">
96
+ <xsd:simpleType name="startType">
97
+ <xsd:restriction base="xsd:string"></xsd:restriction>
98
+ </xsd:simpleType>
99
+ <xsd:simpleType name="NULLBINDType">
100
+ <xsd:restriction base="xsd:string"></xsd:restriction>
101
+ </xsd:simpleType>
102
+ <xsd:simpleType name="maxType">
103
+ <xsd:restriction base="xsd:string"></xsd:restriction>
104
+ </xsd:simpleType>
105
+ <xsd:simpleType name="objuriType">
106
+ <xsd:restriction base="xsd:string"></xsd:restriction>
107
+ </xsd:simpleType>
108
+ <xsd:simpleType name="formatType">
109
+ <xsd:restriction base="xsd:string"></xsd:restriction>
110
+ </xsd:simpleType>
111
+ </xsd:schema>
112
+ </wsdl:types>
113
+
114
+ <wsdl:message name="uriRequest">
115
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
116
+ </wsdl:message>
117
+ <wsdl:message name="listRequest">
118
+ <wsdl:part name="start" type="this:startType"></wsdl:part>
119
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
120
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
121
+ <wsdl:part name="max" type="this:maxType"></wsdl:part>
122
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
123
+ </wsdl:message>
124
+ <wsdl:message name="getViewerRequest">
125
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
126
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
127
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
128
+ </wsdl:message>
129
+ <wsdl:message name="getIndexRequest">
130
+ <wsdl:part name="NULLBIND" type="this:NULLBINDType"></wsdl:part>
131
+ <wsdl:part name="objuri" type="this:objuriType"></wsdl:part>
132
+ <wsdl:part name="format" type="this:formatType"></wsdl:part>
133
+ </wsdl:message>
134
+
135
+ <wsdl:message name="response">
136
+ <wsdl:part name="members" type="xsd:base64Binary"></wsdl:part>
137
+ </wsdl:message>
138
+
139
+
140
+ <wsdl:portType name="rmapPortType">
141
+ <wsdl:operation name="rmap">
142
+ <wsdl:input message="this:uriRequest"></wsdl:input>
143
+ <wsdl:output message="this:response"></wsdl:output>
144
+ </wsdl:operation>
145
+ <wsdl:operation name="numberDescriptions">
146
+ <wsdl:input message="this:uriRequest"></wsdl:input>
147
+ <wsdl:output message="this:response"></wsdl:output>
148
+ </wsdl:operation>
149
+ <wsdl:operation name="describedBy">
150
+ <wsdl:input message="this:listRequest"></wsdl:input>
151
+ <wsdl:output message="this:response"></wsdl:output>
152
+ </wsdl:operation>
153
+ <wsdl:operation name="getViewer">
154
+ <wsdl:input message="this:getViewerRequest"></wsdl:input>
155
+ <wsdl:output message="this:response"></wsdl:output>
156
+ </wsdl:operation>
157
+ <wsdl:operation name="getIndex">
158
+ <wsdl:input message="this:getIndexRequest"></wsdl:input>
159
+ <wsdl:output message="this:response"></wsdl:output>
160
+ </wsdl:operation>
161
+ </wsdl:portType>
162
+
163
+ <wsdl:service name="core">
164
+ <wsdl:port binding="this:risearch_http" name="risearch_port">
165
+ <http:address location="LOCAL"></http:address>
166
+ </wsdl:port>
167
+ </wsdl:service>
168
+ <wsdl:binding name="risearch_http" type="this:rmapPortType">
169
+ <http:binding verb="GET"></http:binding>
170
+ <wsdl:operation name="rmap">
171
+ <http:operation location="$php_server$/fedora-svc/core/rmap/static-image.php?nullbind=(NULLBIND)&amp;format=json&amp;objuri=(objuri)"></http:operation>
172
+ <wsdl:input>
173
+ <http:urlReplacement></http:urlReplacement>
174
+ </wsdl:input>
175
+ <wsdl:output>
176
+ <mime:content type="image"></mime:content>
177
+ </wsdl:output>
178
+ </wsdl:operation>
179
+ <wsdl:operation name="describedBy">
180
+ <http:operation location="$php_server$/fedora-svc/core/describedBy/default.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)&amp;max=(max)&amp;start=(start)"></http:operation>
181
+ <wsdl:input>
182
+ <http:urlReplacement></http:urlReplacement>
183
+ </wsdl:input>
184
+ <wsdl:output>
185
+ <mime:content type="text/xml"></mime:content>
186
+ </wsdl:output>
187
+ </wsdl:operation>
188
+ <wsdl:operation name="getViewer">
189
+ <http:operation location="$php_server$/fedora-svc/core/getViewer/static-image.php?nullbind=(NULLBIND)&amp;format=(format)&amp;objuri=(objuri)"></http:operation>
190
+ <wsdl:input>
191
+ <http:urlReplacement></http:urlReplacement>
192
+ </wsdl:input>
193
+ <wsdl:output>
194
+ <mime:content type="text/xml"></mime:content>
195
+ </wsdl:output>
196
+ </wsdl:operation>
197
+ <wsdl:operation name="getIndex">
198
+ <http:operation location="$php_server$/fedora-svc/core/getIndex/dispatch.php?nullbind=(NULLBIND)&amp;profile=(profile)&amp;objuri=(objuri)&amp;format=Image"></http:operation>
199
+ <wsdl:input>
200
+ <http:urlReplacement></http:urlReplacement>
201
+ </wsdl:input>
202
+ <wsdl:output>
203
+ <mime:content type="text/xml"></mime:content>
204
+ </wsdl:output>
205
+ </wsdl:operation>
206
+ <wsdl:operation name="numberDescriptions">
207
+ <http:operation location="http://local.fedora.server/fedora/risearch?type=tuples&amp;lang=itql&amp;format=count&amp;query=select+%24a+from+%3C%23ri%3E+where+%24a+%3Chttp%3A%2F%2Fpurl.oclc.org%2FNET%2FCUL%2FmetadataFor%3E+%3C(objuri)%3E"></http:operation>
208
+ <wsdl:input>
209
+ <http:urlReplacement></http:urlReplacement>
210
+ </wsdl:input>
211
+ <wsdl:output>
212
+ <mime:content type="text/xml"></mime:content>
213
+ </wsdl:output>
214
+ </wsdl:operation>
215
+ </wsdl:binding>
216
+ </wsdl:definitions>
217
+ </foxml:xmlContent>
218
+ </foxml:datastreamVersion>
219
+ </foxml:datastream>
220
+ </foxml:digitalObject>
Binary file
@@ -0,0 +1,5 @@
1
+ <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">
2
+ <dc:identifier>prd.custord.070103a</dc:identifier>
3
+ <dc:type>Collection</dc:type>
4
+ <dc:title>With William Burroughs, image</dc:title>
5
+ </oai_dc:dc >
@@ -0,0 +1,25 @@
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
+ <identifier type='local'>prd.custord.070017</identifier>
3
+ <titleInfo><nonSort>The </nonSort><title xml:lang="eng">Photographs</title></titleInfo>
4
+ <name type='personal'><namePart>Kennerly, David</namePart></name>
5
+ <typeOfResource>still image</typeOfResource>
6
+ <physicalDescription><form authority='marcform'>electronic</form>
7
+ <form authority='aat'>photographs</form>
8
+ <extent>2 items</extent>
9
+ <reformattingQuality>access</reformattingQuality>
10
+ <internetMediaType>image/tiff</internetMediaType>
11
+ <digitalOrigin>reformatted digital</digitalOrigin>
12
+ </physicalDescription>
13
+ <location><physicalLocation authority='marcorg'>NNC-RB</physicalLocation>
14
+ <physicalLocation>Rare Book & Manuscript Library, Columbia University</physicalLocation>
15
+ <shelfLocator>Box 8, JP2 Feature Photography</shelfLocator>
16
+ </location>
17
+ <relatedItem type='host' displayLabel='Collection'><titleInfo><title xml:lang="eng">Pulitzer Prizes</title></titleInfo></relatedItem>
18
+ <relatedItem type='host' displayLabel='Project'><titleInfo><title xml:lang="eng">Customer Order Collection</title></titleInfo></relatedItem>
19
+ <note>Original PRD customer order number: 070017</note>
20
+ <accessCondition type='useAndReproduction'>Columbia Libraries Staff Use Only</accessCondition>
21
+ <abstract>This is the abstract</abstract>
22
+ <tableOfContents>This is the table
23
+ of
24
+ contents</tableOfContents>
25
+ <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>
@@ -0,0 +1,65 @@
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
+ <identifier type='local'>prd.custord.040148</identifier>
4
+ <titleInfo>
5
+ <nonSort>The </nonSort>
6
+ <title>Manuscript, unidentified</title>
7
+ </titleInfo>
8
+ <typeOfResource>text</typeOfResource>
9
+ <physicalDescription>
10
+ <form authority='marcform'>electronic</form>
11
+ <form authority='aat'>books</form>
12
+ <extent>4 item(s)</extent>
13
+ <reformattingQuality>access</reformattingQuality>
14
+ <internetMediaType>image/tiff</internetMediaType>
15
+ <digitalOrigin>reformatted digital</digitalOrigin>
16
+ </physicalDescription>
17
+ <location>
18
+ <physicalLocation authority='marcorg'>NNC-RB</physicalLocation>
19
+ <physicalLocation>Rare Book and Manuscript Library, Columbia University</physicalLocation>
20
+ </location>
21
+ <relatedItem type='host' displayLabel='Collection'>
22
+ <titleInfo>
23
+ <title>Collection Facet Normalization
24
+ Test</title>
25
+ </titleInfo>
26
+ </relatedItem>
27
+ <relatedItem type='host' displayLabel='Project'>
28
+ <titleInfo>
29
+ <title>Project Mapping
30
+ Test</title>
31
+ </titleInfo>
32
+ </relatedItem>
33
+ <note>Original PRD customer order number: 040148</note>
34
+ <name type="corporate">
35
+ <namePart>Name, Inc.</namePart>
36
+ </name>
37
+ <name authority="naf" type="personal">
38
+ <namePart>Name, Personal</namePart>
39
+ <namePart type="date">1745-1829</namePart>
40
+ </name>
41
+ <name authority="naf" type="personal">
42
+ <namePart>Name, Recipient</namePart>
43
+ <namePart type="date">1829-1745</namePart>
44
+ <role>
45
+ <roleTerm authority="marcrelator" type="code">rcp</roleTerm>
46
+ </role>
47
+ </name>
48
+ <name>
49
+ <namePart>Included Without Attribute</namePart>
50
+ </name>
51
+ <accessCondition type='useAndReproduction'>Columbia Libraries Staff Use Only.</accessCondition>
52
+ <subject authority="lcsh" valueURI="http://id.loc.gov/authorities/names/n79088877">
53
+ <name authority="naf">
54
+ <namePart>Jay, John, 1745-1829</namePart>
55
+ </name>
56
+ </subject>
57
+ <recordInfo>
58
+ <recordCreationDate encoding='w3cdtf'>2010-07-12</recordCreationDate>
59
+ <recordContentSource authority='marcorg'>NNC</recordContentSource>
60
+ <languageOfCataloging>
61
+ <languageTerm type='code' authority='iso639-2b'>eng</languageTerm>
62
+ </languageOfCataloging>
63
+ <recordOrigin>From PRD customer order database, edited to conform to the DLF Implementation Guidelines for Shareable MODS Records, Version 1.1.</recordOrigin>
64
+ </recordInfo>
65
+ </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
+ <location><physicalLocation authority='marcorg'>NNC-Nonsense</physicalLocation>
4
+ <physicalLocation>Potentially Unpredictable Repo Text Name</physicalLocation>
5
+ <sublocation>exampleSublocation</sublocation>
6
+ </location>
7
+ </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
+ <originInfo>
4
+ <dateCreated encoding='w3cdtf' keyDate='yes' point='start'>1801</dateCreated>
5
+ <dateCreated encoding='w3cdtf' point='end'>1802</dateCreated>
6
+ </originInfo>
7
+ </mods>
@@ -0,0 +1,6 @@
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
+ <dateCreated encoding='w3cdtf' keyDate='yes'>1800</dateCreated>
5
+ </originInfo>
6
+ </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
+ <originInfo>
4
+ <dateIssued encoding='w3cdtf' keyDate='yes' point='start'>1701</dateIssued>
5
+ <dateIssued encoding='w3cdtf' point='end'>1702</dateIssued>
6
+ </originInfo>
7
+ </mods>
@@ -0,0 +1,6 @@
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
+ <dateIssued encoding='w3cdtf' keyDate='yes'>1700</dateIssued>
5
+ </originInfo>
6
+ </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
+ <originInfo>
4
+ <dateOther encoding='w3cdtf' keyDate='yes' point='start'>1901</dateOther>
5
+ <dateOther encoding='w3cdtf' point='end'>1902</dateOther>
6
+ </originInfo>
7
+ </mods>
@@ -0,0 +1,6 @@
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'>1900</dateOther>
5
+ </originInfo>
6
+ </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
+ <originInfo>
4
+ <dateOther encoding='w3cdtf' keyDate='yes' point='start'>-99</dateOther>
5
+ <dateOther encoding='w3cdtf' point='end'>25</dateOther>
6
+ </originInfo>
7
+ </mods>
@@ -0,0 +1,31 @@
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
+ <identifier type='local'>prd.custord.040148</identifier>
4
+ <titleInfo><nonSort>The </nonSort><title>Manuscript, unidentified</title></titleInfo>
5
+ <typeOfResource>text</typeOfResource>
6
+ <physicalDescription><form authority='marcform'>electronic</form>
7
+ <form authority='aat'>books</form>
8
+ <extent>4 item(s)</extent>
9
+ <reformattingQuality>access</reformattingQuality>
10
+ <internetMediaType>image/tiff</internetMediaType>
11
+ <digitalOrigin>reformatted digital</digitalOrigin>
12
+ </physicalDescription>
13
+ <location><physicalLocation authority='marcorg'>NNC-RB</physicalLocation>
14
+ <physicalLocation>Rare Book and Manuscript Library, Columbia University</physicalLocation>
15
+ </location>
16
+ <relatedItem type='host' displayLabel='Project'><titleInfo><title>Project Mapping
17
+ Test</title></titleInfo></relatedItem>
18
+ <relatedItem type='constituent'><titleInfo><title>Constituent item / part</title></titleInfo></relatedItem>
19
+ <note>Original PRD customer order number: 040148</note>
20
+ <accessCondition type='useAndReproduction'>Columbia Libraries Staff Use Only.</accessCondition>
21
+ <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>
22
+ <language><languageTerm authority="iso639-2b" type="text">English</languageTerm><languageTerm authority="iso639-2b" type="code">eng</languageTerm></language>
23
+ <originInfo>
24
+ <dateCreated encoding='w3cdtf' keyDate='yes' point='start'>1801</dateCreated>
25
+ <dateCreated encoding='w3cdtf' point='end'>1802</dateCreated>
26
+ </originInfo>
27
+ <subject>
28
+ <geographic>Rosebud Indian Reservation (S.D.)</geographic>
29
+ <topic>Indians of North America--Missions</topic>
30
+ </subject>
31
+ </mods>