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 804F410710 for ; Sat, 25 Jan 2014 20:30:11 +0000 (UTC) Received: (qmail 17873 invoked by uid 500); 25 Jan 2014 20:30:11 -0000 Delivered-To: apmail-jena-commits-archive@jena.apache.org Received: (qmail 17848 invoked by uid 500); 25 Jan 2014 20:30:11 -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 17841 invoked by uid 99); 25 Jan 2014 20:30:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 25 Jan 2014 20:30:10 +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; Sat, 25 Jan 2014 20:30:05 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 6FB8B2388900; Sat, 25 Jan 2014 20:29:45 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1561392 - /jena/site/trunk/content/documentation/query/spatial-query.mdtext Date: Sat, 25 Jan 2014 20:29:45 -0000 To: commits@jena.apache.org From: andy@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140125202945.6FB8B2388900@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: andy Date: Sat Jan 25 20:29:44 2014 New Revision: 1561392 URL: http://svn.apache.org/r1561392 Log: Use BIPM (International Bureau of Weights and Measures) spellings. Modified: jena/site/trunk/content/documentation/query/spatial-query.mdtext Modified: jena/site/trunk/content/documentation/query/spatial-query.mdtext URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/spatial-query.mdtext?rev=1561392&r1=1561391&r2=1561392&view=diff ============================================================================== --- jena/site/trunk/content/documentation/query/spatial-query.mdtext (original) +++ jena/site/trunk/content/documentation/query/spatial-query.mdtext Sat Jan 25 20:29:44 2014 @@ -14,7 +14,7 @@ Some example code is [available here](ht *Illustration* -This query makes a spatial query for the places within 10 kilometers of Bristol UK (which as latitude/longitude of 51.46, 2.6). +This query makes a spatial query for the places within 10 kilometres of Bristol UK (which as latitude/longitude of 51.46, 2.6). PREFIX spatial: PREFIX rdfs: @@ -140,7 +140,7 @@ The prefix spatial is `*?place* **spatial:withinCircle** *(latitude, longitude, radius [, units, limit])*|Query for the *?place* within the *radius* distance of the location of *(latitude, longitude)*. The distance *units* can be: "kilometers"/"km", "miles"/"mi", "meters"/"m", "centimeters"/"cm", "milimeters"/"mm" or "degrees"/"de", which are delivered as the optional strings (the default value is "kilometers"). *limit* is an optional integer parameter for the limit of the query results (if *limilt*<0, return all query results).| +|*?place* **spatial:nearby** *(latitude, longitude, radius [, units, limit])*
*?place* **spatial:withinCircle** *(latitude, longitude, radius [, units, limit])*|Query for the *?place* within the *radius* distance of the location of *(latitude, longitude)*. The distance *units* can be: "kilometres"/"km", "miles"/"mi", "metres"/"m", "centimetres"/"cm", "millimetres"/"mm" or "degrees"/"de", which are delivered as the optional strings (the default value is "kilometres"). *limit* is an optional integer parameter for the limit of the query results (if *limilt*<0, return all query results).| |*?place* **spatial:withinBox** *(latitude_min, longitude_min, latitude_max, longitude_max [, limit])*|Query for the *?place* within the box area of *(latitude_min, longitude_min, latitude_max, longitude_max)*.| |*?place* **spatial:intersectBox** *(latitude_min, longitude_min, latitude_max, longitude_max [, limit])*|Query for the *?place* intersecting the box area of *(latitude_min, longitude_min, latitude_max, longitude_max)*.| |*?place* **spatial:north** *(latitude, longitude [, limit])*|Query for the *?place* northing the location of *(latitude, longitude)*.|