Re: [jira] [Commented] (JENA-1432) Query Builder does not have a mechanism to put value var block in the where clause

2017-11-26 Thread Claude Warren
Yes.  I have been at a conference and will close them this evening

On 25 Nov 2017 11:00, "Andy Seaborne"  wrote:

> Claude - can 1432 and 1433 be resolved now?
>
> Andy
>
> On 23/11/17 23:09, ASF subversion and git services (JIRA) wrote:
>
>>
>>  [ https://issues.apache.org/jira/browse/JENA-1432?page=com.
>> atlassian.jira.plugin.system.issuetabpanels:comment-tabpane
>> l&focusedCommentId=16264835#comment-16264835 ]
>>
>> ASF subversion and git services commented on JENA-1432:
>> ---
>>
>> Commit 22a23251ef459697422436702e561aabac3d in jena's branch
>> refs/heads/master from [~cla...@xenei.org]
>> [ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=22a2325 ]
>>
>> Changes to add graph and value var methods to where handler/clause
>>
>> partial fix for JENA-1368
>> fix for JENA-1432
>> fix for JENA-1433
>>
>> Query Builder does not have a mechanism to put value var block in the
>>> where clause
>>> 
>>> --
>>>
>>>  Key: JENA-1432
>>>  URL: https://issues.apache.org/jira/browse/JENA-1432
>>>  Project: Apache Jena
>>>   Issue Type: Improvement
>>>   Components: QueryBuilder
>>> Reporter: Claude Warren
>>> Assignee: Claude Warren
>>> Priority: Minor
>>>
>>>
>>
>>
>>
>> --
>> This message was sent by Atlassian JIRA
>> (v6.4.14#64029)
>>
>>


[jira] [Closed] (JENA-1432) Query Builder does not have a mechanism to put value var block in the where clause

2017-11-26 Thread Claude Warren (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1432?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Warren closed JENA-1432.
---
   Resolution: Resolved
Fix Version/s: Jena 3.6.0

> Query Builder does not have a mechanism to put value var block in the where 
> clause
> --
>
> Key: JENA-1432
> URL: https://issues.apache.org/jira/browse/JENA-1432
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: QueryBuilder
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: Jena 3.6.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (JENA-1433) Query Builder does not have a short hand method to add group clause with single triple

2017-11-26 Thread Claude Warren (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1433?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claude Warren resolved JENA-1433.
-
   Resolution: Resolved
Fix Version/s: Jena 3.6.0

> Query Builder does not have a short hand method to add group clause with 
> single triple
> --
>
> Key: JENA-1433
> URL: https://issues.apache.org/jira/browse/JENA-1433
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: QueryBuilder
>Affects Versions: Jena 3.5.0
>Reporter: Claude Warren
>Assignee: Claude Warren
>Priority: Minor
> Fix For: Jena 3.6.0
>
>
> Currently query builder requires a subquery when adding a graph element.  
> This change is to create a short hand call to insert a graph with a single 
> triple path.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (JENA-1435) Provide extensibility of Fuseki with new services.

2017-11-26 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on JENA-1435:
--

Github user afs commented on the issue:

https://github.com/apache/jena/pull/316
  
Not for 3.6.0.


> Provide extensibility of Fuseki with new services.
> --
>
> Key: JENA-1435
> URL: https://issues.apache.org/jira/browse/JENA-1435
> Project: Apache Jena
>  Issue Type: Improvement
>  Components: Fuseki
>Affects Versions: Jena 3.5.0
>Reporter: Andy Seaborne
>Assignee: Andy Seaborne
>
> This ticket is to provide a mechanism so that application code can add custom 
> operations.
> The built-in set includes the operations usually in {{/dataset/sparql}}, 
> {{/dataset/update}} etc. as configured by {{fuseki:service*}}. These are also 
> available as requests on the dataset directly as {{/dataset}}. For query, 
> either parameter {{?query=}} or a content type {{application/sparql-query}}.
> Example extensions: 
> * An RDF Patch processor
> * Upload and convert non-RDF formats
> * Extract custom output formats
> * Filtering requests before passing onto the general operation
> This extension point would support:
> * dispatch by operation name
> * dispatch by Content-Type
> Dispatch by HTTP parameters will be designed for but not enabled.
> See also JENA-1400  (extensible operation names).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[GitHub] jena issue #316: JENA-1435: Add service extensibilty to Fuseki2.

2017-11-26 Thread afs
Github user afs commented on the issue:

https://github.com/apache/jena/pull/316
  
Not for 3.6.0.


---


[jira] [Created] (JENA-1439) graph queries fail to preserve text:query 'lang:xx' arg

2017-11-26 Thread Code Ferret (JIRA)
Code Ferret created JENA-1439:
-

 Summary: graph queries fail to preserve text:query 'lang:xx' arg
 Key: JENA-1439
 URL: https://issues.apache.org/jira/browse/JENA-1439
 Project: Apache Jena
  Issue Type: Bug
  Components: Jena
Affects Versions: Jena 3.5.0
 Environment: Jena 3.6.0-SNAPSHOT
Reporter: Code Ferret


Jena-text queries that iterate over graphs, such as:

{code}
select ?g ?s ?lit
where {
   graph ?g { (?s ?sc ?lit) text:query (skos:prefLabel "one" "lang:xx") } .
}
{code}

fail to pass the {{lang:xx}} after the first graph leading to erroneous results.

A file with configuration, query, trace logging and results is attached along 
with example trig files,




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (JENA-1439) graph queries fail to preserve text:query 'lang:xx' arg

2017-11-26 Thread Code Ferret (JIRA)

 [ 
https://issues.apache.org/jira/browse/JENA-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Code Ferret updated JENA-1439:
--
Attachment: TRACING-jena-text-W-cache-W-graph-lang-FUSEKI-3.6.0-SNAPSHOT.txt
TEST_TEXT_001.trig
TEST_TEXT_002.trig

The TEST_TEXT files contain the triples and the TRACING file contains tracing 
log and such. TRACE logging was added to TextQueryPF and TextIndexLucene to 
identify the problem.

> graph queries fail to preserve text:query 'lang:xx' arg
> ---
>
> Key: JENA-1439
> URL: https://issues.apache.org/jira/browse/JENA-1439
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena
>Affects Versions: Jena 3.5.0
> Environment: Jena 3.6.0-SNAPSHOT
>Reporter: Code Ferret
> Attachments: TEST_TEXT_001.trig, TEST_TEXT_002.trig, 
> TRACING-jena-text-W-cache-W-graph-lang-FUSEKI-3.6.0-SNAPSHOT.txt
>
>
> Jena-text queries that iterate over graphs, such as:
> {code}
> select ?g ?s ?lit
> where {
>graph ?g { (?s ?sc ?lit) text:query (skos:prefLabel "one" "lang:xx") } 
> .
> }
> {code}
> fail to pass the {{lang:xx}} after the first graph leading to erroneous 
> results.
> A file with configuration, query, trace logging and results is attached along 
> with example trig files,



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (JENA-1439) graph queries fail to preserve text:query 'lang:xx' arg

2017-11-26 Thread Code Ferret (JIRA)

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

Code Ferret edited comment on JENA-1439 at 11/26/17 11:50 PM:
--

The TEST_TEXT files contain the triples and the TRACING file contains tracing 
log and such. TRACE logging was added to TextQueryPF and TextIndexLucene to 
identify the problem.

In the TRACING file the results should only have include one triple from each 
the graphs which were simple strings rather than language tagged with "en".

The two additional triples from ex:G2 were included since the "lang:none" arg 
to text:query was lost on the second call to TextQueryPF.


was (Author: code-ferret):
The TEST_TEXT files contain the triples and the TRACING file contains tracing 
log and such. TRACE logging was added to TextQueryPF and TextIndexLucene to 
identify the problem.

> graph queries fail to preserve text:query 'lang:xx' arg
> ---
>
> Key: JENA-1439
> URL: https://issues.apache.org/jira/browse/JENA-1439
> Project: Apache Jena
>  Issue Type: Bug
>  Components: Jena
>Affects Versions: Jena 3.5.0
> Environment: Jena 3.6.0-SNAPSHOT
>Reporter: Code Ferret
> Attachments: TEST_TEXT_001.trig, TEST_TEXT_002.trig, 
> TRACING-jena-text-W-cache-W-graph-lang-FUSEKI-3.6.0-SNAPSHOT.txt
>
>
> Jena-text queries that iterate over graphs, such as:
> {code}
> select ?g ?s ?lit
> where {
>graph ?g { (?s ?sc ?lit) text:query (skos:prefLabel "one" "lang:xx") } 
> .
> }
> {code}
> fail to pass the {{lang:xx}} after the first graph leading to erroneous 
> results.
> A file with configuration, query, trace logging and results is attached along 
> with example trig files,



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)