Dear Wiki user, You have subscribed to a wiki page or wiki category on "Marmotta Wiki" for change notification.
The "MARMOTTA-584/UserDocumentation" page has been changed by Francisco Sumba: https://wiki.apache.org/marmotta/MARMOTTA-584/UserDocumentation?action=diff&rev1=2&rev2=3 = User Documentation = + Here is the explanation of the whole functions implemented on [[https://www.google-melange.com/gsoc/project/details/google/gsoc2015/fernandobac03/5707702298738688|Google Summer of Code]], inspired by [[https://issues.apache.org/jira/browse/MARMOTTA-584|MARMOTTA-584]]. + For each sample query you could use the RDF attached [[attachment:cantonesAzuay.rdf]] and import in your [[http://marmotta.apache.org | Apache Marmotta]]. The file contains all the cantons of the province of Azuay. To import a new file you could go to '''''Core Services --> Import''''' and import your RDF file. Once loaded your RDF file you could execute queries in '''''SPARQL --> Query'''''. - + == Contains == + == Crosses == + == Disjoint == + == Equals == == Intersects == Returns ''TRUE'' if the Geometries "spatially intersect in 2D" - (share any portion of space) and FALSE if they don't (they are Disjoint). @@ -32, +37 @@ } limit 10 }}}} - As result of this query we get all the cantons that intersects with "CUENCA". + As result of this query we get all the cantons that intersects with Cuenca city. || '''labelCantones''' || '''label''' || ||SAN FERNANDO @es || CUENCA @es || @@ -44, +49 @@ ||SIGSIG @es || CUENCA @es || ||GIRON @es || CUENCA @es || + == Overlaps == + == Touches == + == Within == +
