Return-Path: X-Original-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 718BDD20E for ; Tue, 8 Jan 2013 17:05:05 +0000 (UTC) Received: (qmail 99838 invoked by uid 500); 8 Jan 2013 17:05:05 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 99797 invoked by uid 500); 8 Jan 2013 17:05:05 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Received: (qmail 99789 invoked by uid 99); 8 Jan 2013 17:05:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 17:05:05 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [216.86.168.182] (HELO mxout-07.mxes.net) (216.86.168.182) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 17:04:55 +0000 Received: from mail-la0-f53.google.com (unknown [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 4F91822E257 for ; Tue, 8 Jan 2013 12:04:34 -0500 (EST) Received: by mail-la0-f53.google.com with SMTP id fn20so719558lab.40 for ; Tue, 08 Jan 2013 09:04:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:content-type:x-gm-message-state; bh=xLNAsIYCosyJeyS3ucxVt30+vSskSEXkKEh96dfurS8=; b=A3ykIRUO+WTxIQOqzg/gqSF7u1sUwYeO1VOZZde8/Sp6pxMtffe7AGW5cJ9f4E1R1E PzbMUCUK41SWZtzx+/jathwz84K2Jl+anK5WUJHKFSKgsOtJxbMAhjyz2fxIvC6bHSbu 2J2jqGgoWBAB/RFQZfBkLVFF+JkB2c8SbApbphTj0ipQAdcWSCOI9xVeRlO5edc6wgok 8xHuyUyrBwpkEMkC2/4sIw9/HkNvVoE988xATciZ/bhjhQrsaaDh5e9nUGRnEfm6w/Ux Xf1YZHqUTfulUiEDIsIDABrNoWNCMQJJ1UALUEl63lTt6YeXLmapdOjNq5nFNJV5ekX7 ApEA== MIME-Version: 1.0 Received: by 10.152.124.226 with SMTP id ml2mr61518210lab.46.1357664672673; Tue, 08 Jan 2013 09:04:32 -0800 (PST) Received: by 10.152.14.3 with HTTP; Tue, 8 Jan 2013 09:04:32 -0800 (PST) X-Originating-IP: [91.137.97.21] In-Reply-To: <50EC35D2.3080209@xup.nl> References: <50E94D54.5090409@xup.nl> <50EC35D2.3080209@xup.nl> Date: Tue, 8 Jan 2013 18:04:32 +0100 Message-ID: Subject: Re: Query over multiple named graphs From: =?ISO-8859-1?Q?Reto_Bachmann=2DGm=FCr?= To: clerezza-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=f46d042f96fc89f04804d2c9f095 X-Gm-Message-State: ALoCoQlfoOfqb4qNG+UBoKnU2xxE0/PquP9R3EsfFoLn+chrQ74m0L2HZzcLmwbo8+OpoC1M9nxN X-Virus-Checked: Checked by ClamAV on apache.org --f46d042f96fc89f04804d2c9f095 Content-Type: text/plain; charset=ISO-8859-1 Hi Minto What I actually try to achieve is find all named graphs the meet certain > requirements. For instance the following simple query to return then > names of all named graph. > > |SELECT DISTINCT ?g > WHERE { > GRAPH ?g { > ?s ?p ?o > } > }| > > What happens if you set an arbitary graph from TcManager as second argument or just a new SimpleMGraph() ? Cheers, Reto --f46d042f96fc89f04804d2c9f095--