I've added a ParsingProvider based on Tristan's code. I haven't looked at serialization.
Cheers, Reto On Tue, Jan 8, 2013 at 8:47 AM, Fabian Christ <[email protected]>wrote: > Hi, > > thanks for the hints. Yes, I know the impl by Tristan and the long term > plan would be to go in that direction. The problem is that AFAIK none of > those impls are available via Maven central yet. > > So I just wanted to update our current serializer which is now releasable. > > Best, > - Fabian > > > 2013/1/8 Peter Ansell <[email protected]> > > > 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 > > > > > > -- > Fabian > http://twitter.com/fctwitt >
