On 7 January 2013 23:44, Fabian Christ <[email protected]> wrote: > Hi, > > I updated the JSON-LD serializer impl in Stanbol [0] to be consistent with > the latest spec [1] again. It now reflects the spec from Jan 5, 2013 which > is the latest as of today. > > I did my best to update the tests and to be correct. The output of my tests > is at least parseable with the JSON-LD playground tool [2]. > > Please, test with your data if this is usable again now. > > [0] http://svn.apache.org/viewvc?view=revision&revision=1429794 > [1] http://json-ld.org/spec/latest/ > [2] http://json-ld.org/playground/ > > P.S.: I have deactivated the Factstore built and integration-tests. The > Factstore is out of date and not compatible anymore with the latest JSON-LD > update. I planed to move it to /contrib anyway and replace it with > something that Apache Marmotta may be offering in the future.
Have you seen Tristan King's implementation[3]? It is what Apache Marmotta is currently using through an OpenRDF RDFParser wrapper [4]. In addition, Reto has some code to support Clerezza, in addition to Jena and OpenRDF [5]. [3] https://github.com/tristan/jsonld-java [4] https://bitbucket.org/srfgkmt/sesame-tools/src [5] https://github.com/tristan/jsonld-java/pull/25
