psiotwo / bib2rdf

This repository contains an Bibtex to RDF transformer in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:Java 100.0%