Return-Path: X-Original-To: apmail-clerezza-dev-archive@www.apache.org Delivered-To: apmail-clerezza-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A084310E84 for ; Wed, 4 Dec 2013 12:27:48 +0000 (UTC) Received: (qmail 70650 invoked by uid 500); 4 Dec 2013 12:27:47 -0000 Delivered-To: apmail-clerezza-dev-archive@clerezza.apache.org Received: (qmail 70564 invoked by uid 500); 4 Dec 2013 12:27:44 -0000 Mailing-List: contact dev-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list dev@clerezza.apache.org Received: (qmail 70203 invoked by uid 99); 4 Dec 2013 12:27:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 12:27:43 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [213.238.45.90] (HELO r2-d2.netlabs.org) (213.238.45.90) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Dec 2013 12:27:34 +0000 Received: (qmail 13874 invoked by uid 89); 4 Dec 2013 12:27:13 -0000 Received: from unknown (HELO mail-la0-f53.google.com) (farewellutopia@netlabs.org@209.85.215.53) by 0 with ESMTPA; 4 Dec 2013 12:27:13 -0000 Received: by mail-la0-f53.google.com with SMTP id ea20so9573344lab.40 for ; Wed, 04 Dec 2013 04:27:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=3K282A81olRes7paBjn29kdJlQ8f9mD+BXL1kHYkOzg=; b=Lms1UF2xSJuBme9OewqnzFqdA+0aIN5mELwq+YFQyclX4tl6uURBQ/zsBynAw/O+SA HjtdhS736AYHvQox/onxwV7eO1lVkWEo4F7W6gX52noK4ZRabLMyobHf3aMNdqzwKMj0 Jc5AJXwMGALNhfyq10qbjIGxiRkjGEz+S2+PA/aiodn3MkEJYIwMNire6dSdLwQXiB0q 4yUbnalwnk4KGhOiIBN1ufyX3foeno7qQyv9rQ1ylzaRKNrvNs02tndW+D+xpxSUrES+ R24Ss42t7JlvUbZa9nZxhrCytWAWag4KqlZg3V64BgD9Y33gQqJHMvyUoXrszdoNsV7G 2ekg== X-Gm-Message-State: ALoCoQmoHCRndl20/NHyrQ2y3qY8L2pRcDHdLCqWWclneEMSkoeqOa8u+m+FlvEdUzeGJ+NJsxYd MIME-Version: 1.0 X-Received: by 10.152.1.5 with SMTP id 5mr5000408lai.20.1386160032868; Wed, 04 Dec 2013 04:27:12 -0800 (PST) Received: by 10.152.28.166 with HTTP; Wed, 4 Dec 2013 04:27:12 -0800 (PST) X-Originating-IP: [147.87.243.214] In-Reply-To: <529E265F.4050605@apache.org> References: <529DD1BF.8020800@apache.org> <529E265F.4050605@apache.org> Date: Wed, 4 Dec 2013 13:27:12 +0100 Message-ID: Subject: Re: FROM clause ignored by QueryExceutionFactory From: =?ISO-8859-1?Q?Reto_Bachmann=2DGm=FCr?= To: dev@clerezza.apache.org Content-Type: multipart/alternative; boundary=089e013c66445c8a9f04ecb48811 X-Virus-Checked: Checked by ClamAV on apache.org --089e013c66445c8a9f04ecb48811 Content-Type: text/plain; charset=ISO-8859-1 > The source of TcDataset: >> https://git-wip-us.apache.org/repos/asf?p=clerezza.git;a= >> blob;f=rdf.jena.sparql/src/main/java/org/apache/clerezza/ >> rdf/jena/sparql/TcDataset.java;h=48b70a3e6932bd4fa98397aa84ae50 >> 043bc4706f;hb=HEAD >> >> > Use > DatasetFactory.create(TcDatasetGraph) > instead? > > Nice simplification. Unfortunately doesn't change anything to the behavior: The FROM clauses are just ignored, they are neither looked up the the DatasetGraph no dereferenced on the Web. Cheers, Reto --089e013c66445c8a9f04ecb48811--