Return-Path: Delivered-To: apmail-incubator-jena-users-archive@minotaur.apache.org Received: (qmail 14511 invoked from network); 1 Feb 2011 10:43:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2011 10:43:20 -0000 Received: (qmail 90311 invoked by uid 500); 1 Feb 2011 10:43:20 -0000 Delivered-To: apmail-incubator-jena-users-archive@incubator.apache.org Received: (qmail 90259 invoked by uid 500); 1 Feb 2011 10:43:19 -0000 Mailing-List: contact jena-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-users@incubator.apache.org Delivered-To: mailing list jena-users@incubator.apache.org Received: (qmail 90251 invoked by uid 99); 1 Feb 2011 10:43:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 10:43:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [83.222.232.117] (HELO echo.justhostme.co.uk) (83.222.232.117) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Feb 2011 10:43:10 +0000 Received: from cpc2-aztw23-2-0-cust840.aztw.cable.virginmedia.com ([94.171.235.73] helo=[192.168.1.10]) by echo.justhostme.co.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1PkDhB-0006MX-QI for jena-users@incubator.apache.org; Tue, 01 Feb 2011 10:42:50 +0000 Message-ID: <4D47E3A5.8030104@epimorphics.com> Date: Tue, 01 Feb 2011 10:42:45 +0000 From: Andy Seaborne User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 MIME-Version: 1.0 To: jena-users@incubator.apache.org Subject: Re: Fuseki Quirk? References: <00b301cbc1f8$56bfed60$043fc820$@soton.ac.uk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - echo.justhostme.co.uk X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - epimorphics.com X-Virus-Checked: Checked by ClamAV on apache.org On 01/02/11 10:11, Rob Vesse wrote: > Hi all, > > > > Not sure if this is an issue/bug or not but thought I'd ask about this > anyway. > > > > When I PUT data to my Fuseki instance using either the SPARQL Uniform HTTP > protocol or SPARQL Update that data is retrievable via the SPARQL Uniform > HTTP Protocol but not via SPARQL Query. > > > > Yet if I use the File upload function from the Fuseki control panel the data > does show up under a SPARQL Query > > > > Is this by design or is this a bug? > > > > Rob Vesse > Rob, Seems to work for me. I tried: "SELECT * { { ?s ?p ?o } UNION { GRAPH ?g { ?s ?p ?o }}}" fro the command line and from the web form and got the triple I'd PUT into the graph results. BTW this is a GET request - caching may apply. Andy