Hi!
During the training in Veria we were discussing the possibilities of cooperation between Greenstone (version 2) and Europeana. As some of you may remember, there were two issues detected while testing files exported from Greenstone used by the National and University Library of the Republic of Srpska (
http://digital.nub.rs/):
- Lack of metadata elements required by Europeana.
- Lack of URL which could be used to send the user from Europeana to a digital library.
Issue (1) is something which can be resolved by updating metadata records with all necessary metadata elements and is not related with Greenstone as a digital library software. Issue (2) is more serious as it is strictly connected with Greenstone and if we will not be able to fix it, the digital library probably will have to be moved to other software system.
Let's take a look at one particular book, for example:
In the metadata export from Greenstone we find the following:
<Metadata name="dc.Title">Sabrana djela I</Metadata>
<Metadata name="dc.Date^issued">1973</Metadata>
<Metadata name="dc.Creator">Ivan Franjo Jukić</Metadata>
So there is a link, but the link is pointing directly to a PDF file. This may be seen as a problem because if you will sent this to Europeana, the user will be redirected from book description in Europeana directly to a PDF file, so he/she will have no chance to see the website in your digital library and for example use navigation on book chapters as visible here:
The I tried to use the OAI-PMH interface of this Greenstone instance which is available here:
Unfotrunately it seems that entire set representing books (књиге / knjige) is not working properly or is empty e.g.:
So I decided to switch to periodicals (часописи). I checked this one:
Босанска вила, Годиште 7, Број 29
In OAI-PMH it looks like this:
As you can see, the identifier of this particular issue is "period:HASH013d0717a67734dc2d40c4f4:1" and it is used by Greenstone to create following link:
Unfortunately, the link is not working for some reason (the result is 404 Not found). The first obvious mistake here is that the link starts with
and not with
and I guess this can be fixed in Greenstone. But still the fixed link is not working properly:
If you will comapre it with a link generated by Greenstone WWW application:
you can see that what makes it work is the following additional part:
e=d-01000-00---off-0period--00-1----0-10-0---0---0direct-10---4-------0-1l--11-sc-50---20-home---00-3-1-00-0-0-11-1-0utfZz-8-00
At the moment I do not know exactly its meaning, but it seems that Greenstone can be configured to work without it. I have found for example this Greenstone installation:
It has OAI-PMH interface (although also not fully functional):
and the short links are working somehow:
So to summarize - it seems that you should be able to generate a URL suitable for Europeana on the basis of identifier returned via Greenstone OAI-PMH interface, but:
1) You must do something to have all your collections visible via the OAI-PMH
2) You must do something to have the short version of links (without part starting with e=..) working properly
At the moment I am not able to tell you what this "something" is. As those of you who use Greenstone for some time know more about Greenstone then me, I guess you may be able to find the solution. If not, let me know and I will investigate this further.
--
Best regards,
Marcin Werla