Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 838 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 838 Bytes

Bib2RDF

This tool allows you to transform a Bibtex file into RDF

The tool uses:

  • JOPA for BibTeX model generation and persisting it into RDF
  • jbibtex for parsing BibTeX

Features

  • Compliance with BibTeX RDF Schema
  • Validates constraints on empty BibTeX attributes for individual bibtex types (Article, Misc, etc.)

Example

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.