You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/07/22 09:13:04 UTC

[jira] [Commented] (JENA-491) Extend CONSTRUCT to build quads

    [ https://issues.apache.org/jira/browse/JENA-491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636416#comment-14636416 ] 

ASF GitHub Bot commented on JENA-491:
-------------------------------------

GitHub user confidencesun opened a pull request:

    https://github.com/apache/jena/pull/89

    Merge confidencesun/master (Merged from JENA-491) for the first half part of GSoC 2015 project

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/confidencesun/jena master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/jena/pull/89.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 #89
    
----
commit 5237c71aef40b7e1be24a62f407ab3f0ae550b41
Author: confidencesun <co...@gmail.com>
Date:   2015-03-21T16:34:54Z

    a demo for JENA-491

commit 15c9b132964e331132225661da4cc8348d02418c
Author: confidencesun <co...@gmail.com>
Date:   2015-05-24T08:39:47Z

    Merge pull request #1 from apache/master
    
    pull master to  begin

commit ee075b7b201f80c6ed421210971952f139a8ccaf
Author: confidencesun <co...@gmail.com>
Date:   2015-05-26T13:24:15Z

    Merge pull request #3 from apache/master
    
    sych master 20150526

commit 3f163bff6b1d4020c0f2a77321bbb47baf743ebb
Author: confidencesun <co...@gmail.com>
Date:   2015-05-26T23:38:58Z

    delete JENA-491 example code

commit ca1dc7bbcce401dea0908f22b3a4209d562716a0
Author: confidencesun <co...@gmail.com>
Date:   2015-05-26T23:47:00Z

    Merge pull request #4 from confidencesun/master
    
    delete JENA-491 example code

commit 2d09a7dfe84539ecdafc9f99247019d0ddeefd5e
Author: confidencesun <co...@gmail.com>
Date:   2015-06-11T14:56:15Z

    create new Template for SPARQL_11

commit 07c8b98dbafbf2ea12ee3f6df6816e8edda93650
Author: confidencesun <co...@gmail.com>
Date:   2015-06-12T03:03:13Z

    rollback FmtTemplate, in order to build success for TS_Scripted

commit 2cb175d2305c02582eb24629d18d06bdc53ae4ba
Author: confidencesun <co...@gmail.com>
Date:   2015-06-15T10:12:10Z

    reimplement Template, that does not affect the SPARQL 1.0 parser

commit a8b0d53e83a39357f6d35763494ecfa447826b51
Author: confidencesun <co...@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 <co...@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 <co...@gmail.com>
Date:   2015-06-19T08:22:38Z

    new QueryExecution operations: execConstrucQuads(),
    execConstructDataset()

commit d0ce13b2587905859c9ed854f5114b8c86c2125c
Author: confidencesun <co...@gmail.com>
Date:   2015-06-19T08:53:07Z

    add licence info for ExampleConstructQuads; retain QuadAcc unchanged

commit d58625693e9439ee0c9164b56993b44f34c2a383
Author: confidencesun <co...@gmail.com>
Date:   2015-06-21T13:16:18Z

    fix bugs for default graphs; add some examples in
    ExampleConstructQuads.java

commit 5e56c1f2b0e2b0b2f6a1e7fda9fe17b6254176da
Author: confidencesun <co...@gmail.com>
Date:   2015-06-21T13:28:15Z

    commit ExampleConstructQuads.java

commit 1348bf5498543f747f1b4707f011a46bfcca90e1
Author: confidencesun <co...@gmail.com>
Date:   2015-07-22T06:16:15Z

    Merge pull request #8 from apache/master
    
    pull master up to date

commit e58b62cb2e288cc71754776e00179cd011ecdf5f
Author: confidencesun <co...@gmail.com>
Date:   2015-07-22T07:07:10Z

    Merge remote-tracking branch 'origin/JENA-491'

----


> 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)