[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-06 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48998941 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE {

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-06 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48999309 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE --- End diff

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-06 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r49002105 --- Diff: jena-arq/Grammar/master.jj --- @@ -327,6 +359,35 @@ void AskQuery() : {} SolutionModifier() } +void JsonQuery() : {} +{ +

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-06 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r49003225 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/lang/sparql_11/SPARQLParser11Constants.java --- @@ -431,6 +433,7 @@ "\"select\"",

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-01 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48680972 --- Diff: jena-arq/Grammar/master.jj --- @@ -327,6 +359,35 @@ void AskQuery() : {} SolutionModifier() } +void JsonQuery() : {} +{ +

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-01 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48680983 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/lang/sparql_11/SPARQLParser11Constants.java --- @@ -431,6 +433,7 @@ "\"select\"",

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-01 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48680907 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE {

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2016-01-01 Thread kinow
Github user kinow commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48680948 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE --- End

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on the pull request: https://github.com/apache/jena/pull/114#issuecomment-167763543 Main comment : the grammar changes haven't been put inside `#ifdef ARQ` so they happen in strict SPARQL 1.1 as well as the extended ARQ language. Keeping the SPARQL

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532880 --- Diff: jena-arq/src/main/java/org/apache/jena/sparql/lang/sparql_11/SPARQLParser11Constants.java --- @@ -431,6 +433,7 @@ "\"select\"",

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532962 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE {

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532056 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE {

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-29 Thread afs
Github user afs commented on a diff in the pull request: https://github.com/apache/jena/pull/114#discussion_r48532825 --- Diff: jena-arq/Grammar/master.jj --- @@ -100,6 +100,38 @@ import org.apache.jena.sparql.core.Quad ; public class CLASS extends PARSERBASE --- End diff

[GitHub] jena pull request: JENA-632: Generate JSON from SPARQL directly

2015-12-27 Thread kinow
GitHub user kinow opened a pull request: https://github.com/apache/jena/pull/114 JENA-632: Generate JSON from SPARQL directly This pull request contains code for [JENA-632](https://issues.apache.org/jira/browse/JENA-632). The original work is still in a branch in [my fork of