Strabon
changeset 1215:80f27758ce3f
Moved some tests in the proper folder.
author | Panayiotis Smeros <psmeros@di.uoa.gr> |
---|---|
date | Mon Jul 15 20:00:23 2013 +0300 (2013-07-15) |
parents | 18768de271fb |
children | 9efe53019595 ec53edfb1632 |
files | testsuite/src/test/java/eu/earthobservatory/testsuite/bugs/StoreGMLTest.java testsuite/src/test/java/eu/earthobservatory/testsuite/bugs/StoreTest.java testsuite/src/test/java/eu/earthobservatory/testsuite/bugs/StoreWKTTest.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/StoreGMLTest.java testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/StoreWKTTest.java testsuite/src/test/resources/bugs/StoreGMLTest/StoreGMLTest.nt testsuite/src/test/resources/bugs/StoreGMLTest/StoreGMLTest.rq testsuite/src/test/resources/bugs/StoreGMLTest/StoreGMLTest.srx testsuite/src/test/resources/bugs/StoreTest/StoreTest.nt testsuite/src/test/resources/bugs/StoreTest/StoreTest.rq testsuite/src/test/resources/bugs/StoreTest/StoreTest.srx testsuite/src/test/resources/bugs/StoreWKTTest/StoreWKTTest.nt testsuite/src/test/resources/bugs/StoreWKTTest/StoreWKTTest.rq testsuite/src/test/resources/bugs/StoreWKTTest/StoreWKTTest.srx testsuite/src/test/resources/stSPARQL/StoreGMLTest/StoreGMLTest.nt testsuite/src/test/resources/stSPARQL/StoreGMLTest/StoreGMLTest.rq testsuite/src/test/resources/stSPARQL/StoreGMLTest/StoreGMLTest.srx testsuite/src/test/resources/stSPARQL/StoreWKTTest/StoreWKTTest.nt testsuite/src/test/resources/stSPARQL/StoreWKTTest/StoreWKTTest.rq testsuite/src/test/resources/stSPARQL/StoreWKTTest/StoreWKTTest.srx |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/testsuite/src/test/java/eu/earthobservatory/testsuite/bugs/StoreGMLTest.java Mon Jul 15 20:00:23 2013 +0300 1.3 @@ -0,0 +1,20 @@ 1.4 +/** 1.5 + * This Source Code Form is subject to the terms of the Mozilla Public 1.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 1.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.8 + * 1.9 + * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 1.10 + * 1.11 + * http://www.strabon.di.uoa.gr/ 1.12 + */ 1.13 +package eu.earthobservatory.testsuite.bugs; 1.14 + 1.15 +import eu.earthobservatory.testsuite.utils.TemplateTest; 1.16 + 1.17 + 1.18 +/** 1.19 + * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 1.20 + * 1.21 + * @author Panayiotis Smeros <psmeros@di.uoa.gr 1.22 + */ 1.23 +public class StoreGMLTest extends TemplateTest{}
2.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/bugs/StoreTest.java Mon Jul 15 19:55:42 2013 +0300 2.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 2.3 @@ -1,20 +0,0 @@ 2.4 -/** 2.5 - * This Source Code Form is subject to the terms of the Mozilla Public 2.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 2.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 2.8 - * 2.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 2.10 - * 2.11 - * http://www.strabon.di.uoa.gr/ 2.12 - */ 2.13 -package eu.earthobservatory.testsuite.bugs; 2.14 - 2.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 2.16 - 2.17 - 2.18 -/** 2.19 - * A simple store test. It tests if the input dataset is stored and retrieved correctly. 2.20 - * 2.21 - * @author Panayiotis Smeros <psmeros@di.uoa.gr 2.22 - */ 2.23 -public class StoreTest extends TemplateTest{}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/testsuite/src/test/java/eu/earthobservatory/testsuite/bugs/StoreWKTTest.java Mon Jul 15 20:00:23 2013 +0300 3.3 @@ -0,0 +1,20 @@ 3.4 +/** 3.5 + * This Source Code Form is subject to the terms of the Mozilla Public 3.6 + * License, v. 2.0. If a copy of the MPL was not distributed with this 3.7 + * file, You can obtain one at http://mozilla.org/MPL/2.0/. 3.8 + * 3.9 + * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 3.10 + * 3.11 + * http://www.strabon.di.uoa.gr/ 3.12 + */ 3.13 +package eu.earthobservatory.testsuite.bugs; 3.14 + 3.15 +import eu.earthobservatory.testsuite.utils.TemplateTest; 3.16 + 3.17 + 3.18 +/** 3.19 + * A simple store test. It tests if triples with WKT serialization are stored and retrieved correctly. 3.20 + * 3.21 + * @author Panayiotis Smeros <psmeros@di.uoa.gr 3.22 + */ 3.23 +public class StoreWKTTest extends TemplateTest{}
4.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/StoreGMLTest.java Mon Jul 15 19:55:42 2013 +0300 4.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 4.3 @@ -1,20 +0,0 @@ 4.4 -/** 4.5 - * This Source Code Form is subject to the terms of the Mozilla Public 4.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 4.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 4.8 - * 4.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 4.10 - * 4.11 - * http://www.strabon.di.uoa.gr/ 4.12 - */ 4.13 -package eu.earthobservatory.testsuite.stSPARQL; 4.14 - 4.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 4.16 - 4.17 - 4.18 -/** 4.19 - * A simple store test. It tests if triples with GML serialization are stored and retrieved correctly. 4.20 - * 4.21 - * @author Panayiotis Smeros <psmeros@di.uoa.gr 4.22 - */ 4.23 -public class StoreGMLTest extends TemplateTest{}
5.1 --- a/testsuite/src/test/java/eu/earthobservatory/testsuite/stSPARQL/StoreWKTTest.java Mon Jul 15 19:55:42 2013 +0300 5.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 5.3 @@ -1,20 +0,0 @@ 5.4 -/** 5.5 - * This Source Code Form is subject to the terms of the Mozilla Public 5.6 - * License, v. 2.0. If a copy of the MPL was not distributed with this 5.7 - * file, You can obtain one at http://mozilla.org/MPL/2.0/. 5.8 - * 5.9 - * Copyright (C) 2010, 2011, 2012, 2013 Pyravlos Team 5.10 - * 5.11 - * http://www.strabon.di.uoa.gr/ 5.12 - */ 5.13 -package eu.earthobservatory.testsuite.stSPARQL; 5.14 - 5.15 -import eu.earthobservatory.testsuite.utils.TemplateTest; 5.16 - 5.17 - 5.18 -/** 5.19 - * A simple store test. It tests if triples with WKT serialization are stored and retrieved correctly. 5.20 - * 5.21 - * @author Panayiotis Smeros <psmeros@di.uoa.gr 5.22 - */ 5.23 -public class StoreWKTTest extends TemplateTest{}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/testsuite/src/test/resources/bugs/StoreGMLTest/StoreGMLTest.nt Mon Jul 15 20:00:23 2013 +0300 6.3 @@ -0,0 +1,4 @@ 6.4 +<http://example.org/point> <http://strdf.di.uoa.gr/ontology#hasGeometry> _:point. 6.5 +_:point <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#Point>. 6.6 +_:point <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "55.701". 6.7 +_:point <http://www.w3.org/2003/01/geo/wgs84_pos#long> "12.552". 6.8 \ No newline at end of file
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/testsuite/src/test/resources/bugs/StoreGMLTest/StoreGMLTest.rq Mon Jul 15 20:00:23 2013 +0300 7.3 @@ -0,0 +1,3 @@ 7.4 +SELECT ?o 7.5 +WHERE {?s strdf:hasGeometry ?geo. 7.6 +?geo lgdgeo:lat ?o.} 7.7 \ No newline at end of file
8.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 8.2 +++ b/testsuite/src/test/resources/bugs/StoreGMLTest/StoreGMLTest.srx Mon Jul 15 20:00:23 2013 +0300 8.3 @@ -0,0 +1,13 @@ 8.4 +<?xml version='1.0' encoding='UTF-8'?> 8.5 +<sparql xmlns='http://www.w3.org/2005/sparql-results#'> 8.6 + <head> 8.7 + <variable name='o'/> 8.8 + </head> 8.9 + <results> 8.10 + <result> 8.11 + <binding name='o'> 8.12 + <literal>55.701</literal> 8.13 + </binding> 8.14 + </result> 8.15 + </results> 8.16 +</sparql> 8.17 \ No newline at end of file
9.1 --- a/testsuite/src/test/resources/bugs/StoreTest/StoreTest.nt Mon Jul 15 19:55:42 2013 +0300 9.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 9.3 @@ -1,9 +0,0 @@ 9.4 -<http://example.org/item1> <http://example.org/id> "1"^^<http://www.w3.org/2001/XMLSchema#int>. 9.5 -<http://example.org/item1> <http://example.org/value> "10"^^<http://www.w3.org/2001/XMLSchema#int>. 9.6 -<http://example.org/item1> <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#hasGeometry> "POINT(1 0)"^^<http://strdf.di.uoa.gr/ontology#WKT>. 9.7 -<http://example.org/item2> <http://example.org/id> "2"^^<http://www.w3.org/2001/XMLSchema#int>. 9.8 -<http://example.org/item2> <http://example.org/value> "20"^^<http://www.w3.org/2001/XMLSchema#int>. 9.9 -<http://example.org/item2> <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#hasGeometry> "POINT(2 0)"^^<http://strdf.di.uoa.gr/ontology#WKT>. 9.10 -<http://example.org/item3> <http://example.org/id> "3"^^<http://www.w3.org/2001/XMLSchema#int>. 9.11 -<http://example.org/item3> <http://example.org/value> "30"^^<http://www.w3.org/2001/XMLSchema#int>. 9.12 -<http://example.org/item3> <http://teleios.di.uoa.gr/ontologies/noaOntology.owl#hasGeometry> "POINT(3 0)"^^<http://strdf.di.uoa.gr/ontology#WKT>.
10.1 --- a/testsuite/src/test/resources/bugs/StoreTest/StoreTest.rq Mon Jul 15 19:55:42 2013 +0300 10.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 10.3 @@ -1,2 +0,0 @@ 10.4 -SELECT * 10.5 -WHERE{?s ?p ?o} 10.6 \ No newline at end of file
11.1 --- a/testsuite/src/test/resources/bugs/StoreTest/StoreTest.srx Mon Jul 15 19:55:42 2013 +0300 11.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 11.3 @@ -1,109 +0,0 @@ 11.4 -<?xml version='1.0' encoding='UTF-8'?> 11.5 -<sparql xmlns='http://www.w3.org/2005/sparql-results#'> 11.6 - <head> 11.7 - <variable name='s'/> 11.8 - <variable name='p'/> 11.9 - <variable name='o'/> 11.10 - </head> 11.11 - <results> 11.12 - <result> 11.13 - <binding name='s'> 11.14 - <uri>http://example.org/item1</uri> 11.15 - </binding> 11.16 - <binding name='o'> 11.17 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>1</literal> 11.18 - </binding> 11.19 - <binding name='p'> 11.20 - <uri>http://example.org/id</uri> 11.21 - </binding> 11.22 - </result> 11.23 - <result> 11.24 - <binding name='s'> 11.25 - <uri>http://example.org/item1</uri> 11.26 - </binding> 11.27 - <binding name='o'> 11.28 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>10</literal> 11.29 - </binding> 11.30 - <binding name='p'> 11.31 - <uri>http://example.org/value</uri> 11.32 - </binding> 11.33 - </result> 11.34 - <result> 11.35 - <binding name='s'> 11.36 - <uri>http://example.org/item1</uri> 11.37 - </binding> 11.38 - <binding name='o'> 11.39 - <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POINT(1 0)</literal> 11.40 - </binding> 11.41 - <binding name='p'> 11.42 - <uri>http://teleios.di.uoa.gr/ontologies/noaOntology.owl#hasGeometry</uri> 11.43 - </binding> 11.44 - </result> 11.45 - <result> 11.46 - <binding name='s'> 11.47 - <uri>http://example.org/item2</uri> 11.48 - </binding> 11.49 - <binding name='o'> 11.50 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>2</literal> 11.51 - </binding> 11.52 - <binding name='p'> 11.53 - <uri>http://example.org/id</uri> 11.54 - </binding> 11.55 - </result> 11.56 - <result> 11.57 - <binding name='s'> 11.58 - <uri>http://example.org/item2</uri> 11.59 - </binding> 11.60 - <binding name='o'> 11.61 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>20</literal> 11.62 - </binding> 11.63 - <binding name='p'> 11.64 - <uri>http://example.org/value</uri> 11.65 - </binding> 11.66 - </result> 11.67 - <result> 11.68 - <binding name='s'> 11.69 - <uri>http://example.org/item2</uri> 11.70 - </binding> 11.71 - <binding name='o'> 11.72 - <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POINT(2 0)</literal> 11.73 - </binding> 11.74 - <binding name='p'> 11.75 - <uri>http://teleios.di.uoa.gr/ontologies/noaOntology.owl#hasGeometry</uri> 11.76 - </binding> 11.77 - </result> 11.78 - <result> 11.79 - <binding name='s'> 11.80 - <uri>http://example.org/item3</uri> 11.81 - </binding> 11.82 - <binding name='o'> 11.83 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>3</literal> 11.84 - </binding> 11.85 - <binding name='p'> 11.86 - <uri>http://example.org/id</uri> 11.87 - </binding> 11.88 - </result> 11.89 - <result> 11.90 - <binding name='s'> 11.91 - <uri>http://example.org/item3</uri> 11.92 - </binding> 11.93 - <binding name='o'> 11.94 - <literal datatype='http://www.w3.org/2001/XMLSchema#int'>30</literal> 11.95 - </binding> 11.96 - <binding name='p'> 11.97 - <uri>http://example.org/value</uri> 11.98 - </binding> 11.99 - </result> 11.100 - <result> 11.101 - <binding name='s'> 11.102 - <uri>http://example.org/item3</uri> 11.103 - </binding> 11.104 - <binding name='o'> 11.105 - <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POINT(3 0)</literal> 11.106 - </binding> 11.107 - <binding name='p'> 11.108 - <uri>http://teleios.di.uoa.gr/ontologies/noaOntology.owl#hasGeometry</uri> 11.109 - </binding> 11.110 - </result> 11.111 - </results> 11.112 -</sparql> 11.113 \ No newline at end of file
12.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 12.2 +++ b/testsuite/src/test/resources/bugs/StoreWKTTest/StoreWKTTest.nt Mon Jul 15 20:00:23 2013 +0300 12.3 @@ -0,0 +1,2 @@ 12.4 +<http://example.org/Area1> <http://strdf.di.uoa.gr/ontology#hasGeometry> "POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/4326"^^<http://strdf.di.uoa.gr/ontology#WKT> . 12.5 +<http://example.org/Area1> <http://strdf.di.uoa.gr/ontology#hasGeometry> "POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/32630"^^<http://strdf.di.uoa.gr/ontology#WKT> . 12.6 \ No newline at end of file
13.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 13.2 +++ b/testsuite/src/test/resources/bugs/StoreWKTTest/StoreWKTTest.rq Mon Jul 15 20:00:23 2013 +0300 13.3 @@ -0,0 +1,2 @@ 13.4 +SELECT ?o 13.5 +WHERE {?s strdf:hasGeometry ?o} 13.6 \ No newline at end of file
14.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 14.2 +++ b/testsuite/src/test/resources/bugs/StoreWKTTest/StoreWKTTest.srx Mon Jul 15 20:00:23 2013 +0300 14.3 @@ -0,0 +1,18 @@ 14.4 +<?xml version='1.0' encoding='UTF-8'?> 14.5 +<sparql xmlns='http://www.w3.org/2005/sparql-results#'> 14.6 + <head> 14.7 + <variable name='o'/> 14.8 + </head> 14.9 + <results> 14.10 + <result> 14.11 + <binding name='o'> 14.12 + <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/4326</literal> 14.13 + </binding> 14.14 + </result> 14.15 + <result> 14.16 + <binding name='o'> 14.17 + <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/32630</literal> 14.18 + </binding> 14.19 + </result> 14.20 + </results> 14.21 +</sparql> 14.22 \ No newline at end of file
15.1 --- a/testsuite/src/test/resources/stSPARQL/StoreGMLTest/StoreGMLTest.nt Mon Jul 15 19:55:42 2013 +0300 15.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 15.3 @@ -1,4 +0,0 @@ 15.4 -<http://example.org/point> <http://strdf.di.uoa.gr/ontology#hasGeometry> _:point. 15.5 -_:point <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2003/01/geo/wgs84_pos#Point>. 15.6 -_:point <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "55.701". 15.7 -_:point <http://www.w3.org/2003/01/geo/wgs84_pos#long> "12.552". 15.8 \ No newline at end of file
16.1 --- a/testsuite/src/test/resources/stSPARQL/StoreGMLTest/StoreGMLTest.rq Mon Jul 15 19:55:42 2013 +0300 16.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 16.3 @@ -1,3 +0,0 @@ 16.4 -SELECT ?o 16.5 -WHERE {?s strdf:hasGeometry ?geo. 16.6 -?geo lgdgeo:lat ?o.} 16.7 \ No newline at end of file
17.1 --- a/testsuite/src/test/resources/stSPARQL/StoreGMLTest/StoreGMLTest.srx Mon Jul 15 19:55:42 2013 +0300 17.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 17.3 @@ -1,13 +0,0 @@ 17.4 -<?xml version='1.0' encoding='UTF-8'?> 17.5 -<sparql xmlns='http://www.w3.org/2005/sparql-results#'> 17.6 - <head> 17.7 - <variable name='o'/> 17.8 - </head> 17.9 - <results> 17.10 - <result> 17.11 - <binding name='o'> 17.12 - <literal>55.701</literal> 17.13 - </binding> 17.14 - </result> 17.15 - </results> 17.16 -</sparql> 17.17 \ No newline at end of file
18.1 --- a/testsuite/src/test/resources/stSPARQL/StoreWKTTest/StoreWKTTest.nt Mon Jul 15 19:55:42 2013 +0300 18.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 18.3 @@ -1,2 +0,0 @@ 18.4 -<http://example.org/Area1> <http://strdf.di.uoa.gr/ontology#hasGeometry> "POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/4326"^^<http://strdf.di.uoa.gr/ontology#WKT> . 18.5 -<http://example.org/Area1> <http://strdf.di.uoa.gr/ontology#hasGeometry> "POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/32630"^^<http://strdf.di.uoa.gr/ontology#WKT> . 18.6 \ No newline at end of file
19.1 --- a/testsuite/src/test/resources/stSPARQL/StoreWKTTest/StoreWKTTest.rq Mon Jul 15 19:55:42 2013 +0300 19.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 19.3 @@ -1,2 +0,0 @@ 19.4 -SELECT ?o 19.5 -WHERE {?s strdf:hasGeometry ?o} 19.6 \ No newline at end of file
20.1 --- a/testsuite/src/test/resources/stSPARQL/StoreWKTTest/StoreWKTTest.srx Mon Jul 15 19:55:42 2013 +0300 20.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 20.3 @@ -1,18 +0,0 @@ 20.4 -<?xml version='1.0' encoding='UTF-8'?> 20.5 -<sparql xmlns='http://www.w3.org/2005/sparql-results#'> 20.6 - <head> 20.7 - <variable name='o'/> 20.8 - </head> 20.9 - <results> 20.10 - <result> 20.11 - <binding name='o'> 20.12 - <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/4326</literal> 20.13 - </binding> 20.14 - </result> 20.15 - <result> 20.16 - <binding name='o'> 20.17 - <literal datatype='http://strdf.di.uoa.gr/ontology#WKT'>POLYGON((34.80 19.37,41.74 19.37,41.74 29.64 ,34.80 29.64,34.80 19.37));http://www.opengis.net/def/crs/EPSG/0/32630</literal> 20.18 - </binding> 20.19 - </result> 20.20 - </results> 20.21 -</sparql> 20.22 \ No newline at end of file