[ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14698191#comment-14698191 ]
ASF GitHub Bot commented on JENA-491: ------------------------------------- GitHub user confidencesun opened a pull request: https://github.com/apache/jena/pull/91 Jena 491 - Fuseki support of construct quad confidencesun/jena/JENA-491 contains the code commits of Fuseki support of construct quad You can merge this pull request into a Git repository by running: $ git pull https://github.com/confidencesun/jena JENA-491 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jena/pull/91.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #91 ---- commit 5237c71aef40b7e1be24a62f407ab3f0ae550b41 Author: confidencesun <confidence....@gmail.com> Date: 2015-03-21T16:34:54Z a demo for JENA-491 commit 15c9b132964e331132225661da4cc8348d02418c Author: confidencesun <confidence....@gmail.com> Date: 2015-05-24T08:39:47Z Merge pull request #1 from apache/master pull master to begin commit ee075b7b201f80c6ed421210971952f139a8ccaf Author: confidencesun <confidence....@gmail.com> Date: 2015-05-26T13:24:15Z Merge pull request #3 from apache/master sych master 20150526 commit 3f163bff6b1d4020c0f2a77321bbb47baf743ebb Author: confidencesun <confidence....@gmail.com> Date: 2015-05-26T23:38:58Z delete JENA-491 example code commit ca1dc7bbcce401dea0908f22b3a4209d562716a0 Author: confidencesun <confidence....@gmail.com> Date: 2015-05-26T23:47:00Z Merge pull request #4 from confidencesun/master delete JENA-491 example code commit 2d09a7dfe84539ecdafc9f99247019d0ddeefd5e Author: confidencesun <confidence....@gmail.com> Date: 2015-06-11T14:56:15Z create new Template for SPARQL_11 commit 07c8b98dbafbf2ea12ee3f6df6816e8edda93650 Author: confidencesun <confidence....@gmail.com> Date: 2015-06-12T03:03:13Z rollback FmtTemplate, in order to build success for TS_Scripted commit 2cb175d2305c02582eb24629d18d06bdc53ae4ba Author: confidencesun <confidence....@gmail.com> Date: 2015-06-15T10:12:10Z reimplement Template, that does not affect the SPARQL 1.0 parser commit a8b0d53e83a39357f6d35763494ecfa447826b51 Author: confidencesun <confidence....@gmail.com> Date: 2015-06-18T03:21:34Z The SPARQL 1.1 parser (like the SPARQL 1.0 parser) are now unchanged. commit c475249148792da2148cd9ec9976312516ed1d11 Author: confidencesun <confidence....@gmail.com> Date: 2015-06-18T08:44:33Z refactor ConstructTemplate() to make ARQ for constructing quards similar to that for triples. commit 5076b1ed0844d0a1e7c57b539b64af3d831ee039 Author: confidencesun <confidence....@gmail.com> Date: 2015-06-19T08:22:38Z new QueryExecution operations: execConstrucQuads(), execConstructDataset() commit d0ce13b2587905859c9ed854f5114b8c86c2125c Author: confidencesun <confidence....@gmail.com> Date: 2015-06-19T08:53:07Z add licence info for ExampleConstructQuads; retain QuadAcc unchanged commit d58625693e9439ee0c9164b56993b44f34c2a383 Author: confidencesun <confidence....@gmail.com> Date: 2015-06-21T13:16:18Z fix bugs for default graphs; add some examples in ExampleConstructQuads.java commit 5e56c1f2b0e2b0b2f6a1e7fda9fe17b6254176da Author: confidencesun <confidence....@gmail.com> Date: 2015-06-21T13:28:15Z commit ExampleConstructQuads.java commit 1348bf5498543f747f1b4707f011a46bfcca90e1 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-22T06:16:15Z Merge pull request #8 from apache/master pull master up to date commit e58b62cb2e288cc71754776e00179cd011ecdf5f Author: confidencesun <confidence....@gmail.com> Date: 2015-07-22T07:07:10Z Merge remote-tracking branch 'origin/JENA-491' commit 6e4379e5d4ab94d5689813edeef1edfa496f9d33 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-24T09:41:55Z Merge pull request #9 from apache/master pull master 2015-07-24 commit 5b73280fc9ecbfe8526230031080a4bb6c8cbec3 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-24T10:39:48Z 1) remove all @author; 2) remove unnecesary blank lines commit 7d0986fbde189afa79c8cf52a81a56802f37aff5 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-24T21:40:12Z better way to print datasets commit 44d8010659bbc813dddee9ffca8ef529f716ad11 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-24T23:39:32Z No need to write the package name - add an import commit e398c4e73e6ebb907c1b9acd584f965050cbc4ca Author: confidencesun <confidence....@gmail.com> Date: 2015-07-27T00:54:40Z fix graph uri in the example of construct quads commit 1ce04970fdf72c1b5bf2d209349ad4fec4390b65 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-28T19:40:08Z Merge pull request #10 from apache/master pull master 2015-07-28 commit 9920b52b5614e48dca4bf5f96bc493b466a991bd Author: confidencesun <confidence....@gmail.com> Date: 2015-07-28T19:41:24Z Merge pull request #11 from confidencesun/JENA-491 pull Jena 491 commit 68254a2be094342aec75ff6e7028af5ab36e3b61 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-29T03:29:51Z fix bugs for qparse of JENA-491 commit 82ef69b6563fd811193eaf74bfd436c47476b262 Author: confidencesun <confidence....@gmail.com> Date: 2015-07-29T19:59:55Z Just new HashMap<> is okay after Java 7. commit 4d8fd79008953b5f4b02021c61550f375cc0082a Author: confidencesun <confidence....@gmail.com> Date: 2015-07-30T02:12:31Z Given Java 8 iterator loop can use forEachRemaining commit 69f5ee2c35fcb925be15f092740a1cb98f746c6b Author: confidencesun <confidence....@gmail.com> Date: 2015-08-04T15:51:23Z fix try-with-resource warnings commit 84f6f989f0e40695ba675e81e9785e3a558d03df Author: confidencesun <confidence....@gmail.com> Date: 2015-08-05T03:07:49Z create run-construct-quad-tests with test files commit 4bb4a7f21eded96854d262118821980e0e8ea2c6 Author: confidencesun <confidence....@gmail.com> Date: 2015-08-05T17:49:58Z modify syn-arq.sh to generate syntax tests for construct quad commit 36d32da64b53d4af930f9395b2fd90c7d302b30f Author: confidencesun <confidence....@gmail.com> Date: 2015-08-06T02:05:04Z fix hashCode for re-parsing query ---- > Extend CONSTRUCT to build quads > ------------------------------- > > Key: JENA-491 > URL: https://issues.apache.org/jira/browse/JENA-491 > Project: Apache Jena > Issue Type: Improvement > Components: ARQ, Fuseki > Reporter: Andy Seaborne > Labels: gsoc, gsoc2015, java, linked_data, rdf, sparql > > This would be an extension to SPARQL. > 1/ Add use of GRAPH inside a CONSTRUCT template see SPARQL Update. > 2/ Add conneg for quads to Fuseki. > 3/ New QueryExecution operations execConstructQuads() and > execConstructDataset() > If asked for triples, and the CONSTRUCT generates quads, the named graph > items are dropped - that is, only the default graph is returned. This is for > commonality with RIOT. -- This message was sent by Atlassian JIRA (v6.3.4#6332)