[
https://issues.apache.org/jira/browse/JENA-1724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andy Seaborne resolved JENA-1724.
---------------------------------
Resolution: Fixed
Fix Version/s: Jena 3.13.0
> tdb2.tdbquery -v option writes query to stdout before results
> -------------------------------------------------------------
>
> Key: JENA-1724
> URL: https://issues.apache.org/jira/browse/JENA-1724
> Project: Apache Jena
> Issue Type: Bug
> Components: TDB2
> Affects Versions: Jena 3.12.0
> Reporter: Rhys Owen
> Assignee: Andy Seaborne
> Priority: Minor
> Fix For: Jena 3.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> command wasÂ
> tdb2.tdbquery --loc=artifacts/B --query=ontos.rq --results=JSON >ontos.srj
> ontos.srj then contains this:
> {quote}1 PREFIX rdf:
> <[http://www.w3.org/1999/02/22-rdf-syntax-ns#|http://www.w3.org/1999/02/22-rdf-syntax-ns]>
> 2 PREFIX rdfs:
> <[http://www.w3.org/2000/01/rdf-schema#|http://www.w3.org/2000/01/rdf-schema]>
> ...
> 20 BIND(datatype(?v) AS ?range)
> 22 }
> {
> "head": {
> "vars": [ "domain" , "arrow" , "range" ]
> {quote}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)