source: documented-example-collections/trunk/oai-e/etc/oai.txt@ 18738

Last change on this file since 18738 was 18738, checked in by oranfry, 15 years ago

the rest of the documented example collections

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<OAI-PMH
3 xmlns="http://www.openarchives.org/OAI/2.0/"
4 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5 xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/
6 http://www.openarchives.org/OAI/2.0/OAI-PMH.xsd">
7<responseDate>2003-06-18T03:23:29Z</responseDate>
8<request verb="GetRecord" identifier="oai:celebration:struther" metadataPrefix="oai_dc">http://digital.library.upenn.edu/webbin/OAI-celebration</request>
9<GetRecord>
10<record>
11<header>
12<identifier>oai:celebration:struther</identifier>
13<datestamp>2002-10-18</datestamp>
14</header>
15<metadata>
16<oai_dc:dc
17 xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/"
18 xmlns:dc="http://purl.org/dc/elements/1.1/"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20 xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/
21 http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
22<dc:title>Collected Works of Jan Struther</dc:title>
23<dc:creator>Struther, Jan</dc:creator>
24<dc:subject>PR6025 .A9 A1</dc:subject>
25<OrigURL>http://digital.library.upenn.edu/women/struther/struther.html</OrigURL>
26 <identifier>.orig/struther.html</identifier>
27<dc:publisher>A Celebration of Women Writers</dc:publisher>
28<dc:date>2001-10-13</dc:date><dc:type>Text</dc:type>
29</oai_dc:dc>
30</metadata>
31</record>
32</GetRecord>
33</OAI-PMH>
Note: See TracBrowser for help on using the repository browser.