source: documentation/trunk/tutorial_sample_files/oai/README.txt@ 28599

Last change on this file since 28599 was 19162, checked in by anna, 15 years ago

added copyright files (README.txt) for each sample file package.

File size: 1.9 KB
Line 
1Copyright Information
2----------------------
3
4Mateirals in the sample_small folder were retrieved from rocky.dlib.vt.edu/~jcdlpix,
5a collection of photographs taken at the inaugural Joint Conference on Digital Libraries.
6The images and metadata records contained here are distributable, as shown by the copyright
7information (unrestricted) in the records (an example record is attached as below).
8
9
10Example record with copyright information
11-----------------------------------------
12<?xml version="1.0" encoding="UTF-8"?>
13
14<GetRecord xmlns="http://www.openarchives.org/OAI/1.1/OAI_GetRecord" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/1.1/OAI_GetRecord http://www.openarchives.org/OAI/1.1/OAI_GetRecord.xsd">
15
16<responseDate>2003-12-04T22:30:05-05:00</responseDate>
17<requestURL>http://rocky.dlib.vt.edu:80/~jcdlpix/cgi-bin/OAI1.1/jcdlpix.pl?verb=GetRecord&amp;metadataPrefix=oai_dc&amp;identifier=oai%3AJCDLPICS%3A200101dla12</requestURL>
18
19<record>
20<header>
21<identifier>oai:JCDLPICS:200101dla12</identifier>
22<datestamp>2001-06-26</datestamp>
23</header>
24<metadata>
25<dc xmlns="http://purl.org/dc/elements/1.1/" xsi:schemaLocation="http://purl.org/dc/elements/1.1/ http://www.openarchives.org/OAI/1.1/dc.xsd" >
26 <title>01dla12</title>
27 <creator>Hussein Suleman</creator>
28 <subject>JCDL Day One</subject>
29 <description>more Ian Witten</description>
30 <publisher>JCDL</publisher>
31 <date>2001-06-24</date>
32 <type>image</type>
33 <format>image/jpeg</format>
34 <OrigURL>http://rocky.dlib.vt.edu/~jcdlpix/pictures/200101dla/01dla12.jpg</OrigURL>
35 <identifier>srcdocs/01dla12.jpg</identifier>
36 <language>en-us</language>
37 <rights>unrestricted</rights>
38</dc>
39</metadata>
40</record>
41
42</GetRecord>
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
Note: See TracBrowser for help on using the repository browser.