Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stain/jena-jsonld

jena-jsonld
https://github.com/stain/jena-jsonld

Last synced: about 1 month ago
JSON representation

jena-jsonld

Awesome Lists containing this project

README

        

jena-jsonld
===========

This is a RIOT adapter for JSON-LD, based on https://github.com/tristan/jsonld-java.

The adapter provides complete integration into jena including:

model.read("data.jsonld") ;

model.write(System.out, "JSON-LD") ;

This code currently depends on Jena 2.10.1 SNAPSHOT.