You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2019/06/21 10:06:00 UTC

[jira] [Assigned] (JENA-1724) tdb2.tdbquery -v option writes query to stdout before results

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

Andy Seaborne reassigned JENA-1724:
-----------------------------------

    Assignee: Andy Seaborne

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