Skip to content

This repository contains an Bibtex to RDF transformer in Java

License

Notifications You must be signed in to change notification settings

psiotwo/bib2rdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This repository contains an Bibtex to RDF transformer in Java

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages