Return-Path: X-Original-To: apmail-jena-commits-archive@www.apache.org Delivered-To: apmail-jena-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7EBAD740 for ; Mon, 26 Nov 2012 20:45:51 +0000 (UTC) Received: (qmail 72594 invoked by uid 500); 26 Nov 2012 20:45:51 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 72574 invoked by uid 500); 26 Nov 2012 20:45:51 -0000 Mailing-List: contact commits-help@jena.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jena.apache.org Delivered-To: mailing list commits@jena.apache.org Received: (qmail 72567 invoked by uid 99); 26 Nov 2012 20:45:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 20:45:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 20:45:50 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A9F032388900; Mon, 26 Nov 2012 20:45:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1413822 - /jena/site/trunk/content/documentation/query/property_paths.mdtext Date: Mon, 26 Nov 2012 20:45:30 -0000 To: commits@jena.apache.org From: rvesse@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121126204530.A9F032388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rvesse Date: Mon Nov 26 20:45:29 2012 New Revision: 1413822 URL: http://svn.apache.org/viewvc?rev=1413822&view=rev Log: Add notes on which forms are legal SPARQL 1.1 Modified: jena/site/trunk/content/documentation/query/property_paths.mdtext Modified: jena/site/trunk/content/documentation/query/property_paths.mdtext URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/property_paths.mdtext?rev=1413822&r1=1413821&r2=1413822&view=diff ============================================================================== --- jena/site/trunk/content/documentation/query/property_paths.mdtext (original) +++ jena/site/trunk/content/documentation/query/property_paths.mdtext Mon Nov 26 20:45:29 2012 @@ -1,11 +1,12 @@ +ARQ - Property Paths # ARQ - Property Paths A property path is a possible route through a graph between two graph nodes.  A trivial case if a property path of length exactly one, which is a triple pattern. -Property paths involve syntactic extension and are available if the -query is parsed with language `Syntax.syntaxARQ`. +Most property paths are now legal SPARQL 1.1 syntax, there are some advanced property +paths which are syntactic extensions and are only available if the query is parsed with language `Syntax.syntaxARQ`. ## Path Language @@ -45,6 +46,8 @@ Syntax Form | Matches `!(uri1|...|uriN)` | A path matching a property which isn't `any of uri1 ... uriN` (negated property set) | A zero occurrence of an path element always matches. +Most of these forms are legal SPARQL 1.1, the only exceptions are the `elt{}` forms. To use these you must use `Syntax.syntaxARQ` + Precedence: 1. URI, prefixed names @@ -229,4 +232,4 @@ so the property function for `rdf:type` PathLib.install(RDF.type.getURI(), path) ; -[ARQ documentation index](index.html) +[ARQ documentation index](index.html) \ No newline at end of file