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

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

Github user kinow commented on the issue:

    https://github.com/apache/jena/pull/114
  
    FWIW, the output of the second test right now is
    
    ```
    { 
      "s" : "s" ,
      "p" : "" ,
      "o" : "def@en"
    }
    { 
      "s" : "s" ,
      "p" : "" ,
      "o" : "abc"
    }
    { 
      "s" : "s" ,
      "p" : "" ,
      "o" : "123^^http://www.w3.org/2001/XMLSchema#decimal";
    }
    
    ```
    
    @afs are you planning to send another PR when the draft is ready (it looks 
good to me as-is now :-) ) or would you prefer to include in this PR and 
Jena-632? It does seem to be related with/necessary for JENA-632. Happy to get 
updates to this branch :-)


> Generate JSON from SPARQL directly.
> -----------------------------------
>
>                 Key: JENA-632
>                 URL: https://issues.apache.org/jira/browse/JENA-632
>             Project: Apache Jena
>          Issue Type: Improvement
>          Components: ARQ, Fuseki
>            Reporter: Andy Seaborne
>            Assignee: Bruno P. Kinoshita
>            Priority: Minor
>              Labels: java, javacc
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> The capability to generate JSON directly from a SPARQL (or extended SPARQL) 
> query would enable the creation of JSON data API over published linked data.
> This project would cover:
> # Design and publication of a design.
> # Refinement of design based on community feed
> # Implementation, including testing.
> # Refinement of implementation based on community feed
> Skills required: Java, some parser work, design and discussion with the user 
> community, basic understanding of HTTP and content negotiation.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to