- From: Martynas Jusevičius <martynas@graphity.org>
- Date: Thu, 19 Mar 2015 12:46:15 +0100
- To: public-declarative-apps@w3.org
Hey all,
some things that we have worked on in 2015:
- complete HATEAOS support. How all state transitions are included as
part of the RDF response, for example (excerpts):
<http://localhost:8080/graphity-client/queries?offset=0&limit=20&mode=http://graphity.org/gc%23ListMode>
a gp:Page , foaf:Document ;
gc:layoutOf
<http://localhost:8080/graphity-client/queries?offset=0&limit=20> .
<http://localhost:8080/graphity-client/queries?offset=0&limit=20&mode=http://graphity.org/gp%23ConstructItemMode>
a gp:Constructor , foaf:Document ;
gp:constructorOf <http://localhost:8080/graphity-client/queries> .
- Upgraded SPIN API to 1.4.0 (which depends on Jena 2.11.0)
- Graphity Client 1.1.1 released on Maven:
https://oss.sonatype.org/content/groups/public/org/graphity/client/1.1.1/
- Updated JavaDoc: http://graphity.github.io/graphity-client/apidocs/
- Graphity paper published as part of the proceedings of SWAT4LS 2014:
http://ceur-ws.org/Vol-1320/paper_30.pdf
Roadmap for the nearest future:
- splitting the currently monolithic Client project into Client and
Server (which is really the processor)
- RDFa generation as part of XHTML
- new Linked Data Processor specification as a deliverable of this CG
Feedback is welcome as always :)
Martynas
Received on Thursday, 19 March 2015 11:46:45 UTC