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
- Host: GitHub
- URL: https://github.com/arademaker/oai-client
- Owner: arademaker
- Created: 2014-08-07T16:39:06.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-01T14:51:41.000Z (almost 12 years ago)
- Last Synced: 2025-12-31T21:15:46.448Z (6 months ago)
- Language: XSLT
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

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
.