An open API service indexing awesome lists of open source software.

https://github.com/arademaker/oai-client

CL OAI-Client and XSL Transformations
https://github.com/arademaker/oai-client

Last synced: 3 months ago
JSON representation

CL OAI-Client and XSL Transformations

Awesome Lists containing this project

README

          

# The Project

An [OAI-PMH](http://en.wikipedia.org/wiki/OAI-PMH) protocol client in
Common Lisp. A set of XSL transformations to transform XML retrieved
from OAI-PMH servers into VIVO compiance RDF,
[VIVO Ontology](https://code.google.com/p/connect-isf/).

## Status

We currently version is still not robust enough to deal with problems
in the metadata. The mets2rdf transformation is tested only with few
sets from the FGV's digital library.

## Use

The XSLT files will be available with the Common Lisp code but it does
not imply that one can't use those transformation with other OAI-PMH
client or even with CURL like tools.

See the test folder.

## Team

- Alexandre Rademaker
- Daniel Guimaraes
- Eric Grinstein

## Links

- [VIVO-ISF Ontology](https://wiki.duraspace.org/display/VIVO/VIVO-ISF+Ontology)
- [Bibo Ontology](https://bibotools.googlecode.com/svn/bibo-ontology/trunk/doc/contents.html)
- [Chapter 17 of the XML Bible](http://www.cafeconleche.org/books/bible2/chapters/ch17.html)
- [RDF/XML Syntax](http://www.w3.org/TR/rdf-syntax-grammar/)
- [OAI-PMH Protocol](http://www.openarchives.org)
- [Raptor command line programs](http://librdf.org)
- http://xmlsoft.org/XSLT/xsltproc2.html
- http://curl.haxx.se

## License

Creative Commons License
OAI-PMH2RDF by Alexandre Rademaker is licensed under a Creative Commons Attribution 4.0 International License. Based on a work at https://github.com/arademaker/oai-pmh2rdf

.