This tool allows you to transform a Bibtex file into RDF
The tool uses:
- Compliance with BibTeX RDF Schema
- Validates constraints on empty BibTeX attributes for individual bibtex types (Article, Misc, etc.)
Make sure you compile the project with AspectJ support - JOPA uses aspects.
new Transformer().transform(reader, writer)
where reader
denotes contains the bibtex source and writer denotes the output RDF stream.
The tool is licensed under LGPL v3.