Skip to content

A Java library for parsing and serializing SBOL as RDF/XML and Turtle.

Notifications You must be signed in to change notification settings

SynBioDex-archive/libSBOLrdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libSBOLrdf: a Java library for parsing and serializing SBOL RDF.

We are in the process of setting up this repository. When it is ready it will contain the code required to build libSBOLrdf.

To checkout and build:

First, clone the repository:

git clone git://github.com/SynBioDex/libSBOLrdf.git

Second, pull down the core submodule:

git submodule init
git submodule update

Third, build libSBOLrdf.jar:

ant

Pulling new versions

If you have an existing git repository for this project and want to pull from GitHub, you must also pull from the submodule directory.

git pull
cd core
git pull

About

A Java library for parsing and serializing SBOL as RDF/XML and Turtle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages