mhgrove / cp-openrdf-utils

Utility classes for working with the OpenRdf API.
Apache License 2.0
9 stars 9 forks source link

Adding RDFFormat for JSONLD + JSONLD Writer #10

Closed edgarRd closed 12 years ago

edgarRd commented 12 years ago

I'm adding a new RDFFormat for JSON-LD plus its writer. No parser is provided yet because parser code is not stable yet, but soon it may be good enough to put it in this library too.

I'm using the jsonld-java library (based in my branch): https://github.com/edgarRd/jsonld-java