Repository: marmotta Updated Branches: refs/heads/MARMOTTA-584 47702ed75 -> 710d98a4f
http://git-wip-us.apache.org/repos/asf/marmotta/blob/b93cdc78/libraries/kiwi/kiwi-sparql/src/test/resources/org/apache/marmotta/kiwi/sparql/testgeosparql/union.sparql ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-sparql/src/test/resources/org/apache/marmotta/kiwi/sparql/testgeosparql/union.sparql b/libraries/kiwi/kiwi-sparql/src/test/resources/org/apache/marmotta/kiwi/sparql/testgeosparql/union.sparql deleted file mode 100644 index 0c63722..0000000 --- a/libraries/kiwi/kiwi-sparql/src/test/resources/org/apache/marmotta/kiwi/sparql/testgeosparql/union.sparql +++ /dev/null @@ -1,33 +0,0 @@ -# -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -PREFIX geoes: <http://geo.marmotta.es/ontology#> -PREFIX geo: <http://www.opengis.net/ont/geosparql#> -PREFIX geof: <http://www.opengis.net/def/function/geosparql/> - -SELECT DISTINCT ?wktA ?wktB (geof:union(?wktA,?wktB) as ?union) -WHERE { - ?subject a <http://geo.marmotta.es/ontology#provincia>. - ?subject rdfs:label "Madrid"@es. - ?subject geoes:hasExactGeometry ?geo. - ?geo geo:asWKT ?wktA. - - ?subject2 a <http://geo.marmotta.es/ontology#provincia>. - ?subject2 rdfs:label "Barcelona" @es. - ?subject2 geoes:hasExactGeometry ?geo2. - ?geo2 geo:asWKT ?wktB. -} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/marmotta/blob/b93cdc78/libraries/kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/pom.xml b/libraries/kiwi/pom.xml index 37b1e2c..4fc22fb 100644 --- a/libraries/kiwi/pom.xml +++ b/libraries/kiwi/pom.xml @@ -127,6 +127,7 @@ <module>kiwi-versioning</module> <module>kiwi-reasoner</module> <module>kiwi-sparql</module> + <module>kiwi-geosparql</module> <module>kiwi-loader</module> </modules>
