JRDF (framework)

JRDF
Stable release 0.5.6.1 / May 30, 2010
Operating system Cross-platform
Type Semantic Web
License BSD-style license
Website jrdf.sourceforge.net

JRDF is an open source RDF framework for Java. It provides an object oriented model of RDF graphs including URIs, Literals and Blank Nodes. It was initially released in 2003 from work on the TKS and Kowari triple stores (later Mulgara) in order to provide an API that could be used to bridge other APIs such as Jena and to model RDF concepts.[1] These APIs allow RDF to be created and written using various formats such as N3 and RDF/XML. It has an implementation of SPARQL although it is not complete. RDF graphs can be stored in memory or on disk through various persistence layers. In 2008, JRDF implemented a triple store across Hadoop using a technique called RDF molecules.[2]

JRDF is similar to other frameworks such as Jena and Sesame although it does not currently provide support for OWL (Web Ontology Language).

See also

References

External links