Strabon
view testsuite/src/test/resources/geoSPARQL/BasicFunctionsTest/getSRIDFromConstantTest1.srx @ 1421:b1ad88fdf4a6
added log4j.properties to endpoint-client; corrected test that using geof:getSRID() with a strdf:transform function with an input a geo:wktLiteral constant; in such a case we cannot return CRS84 simply because strdf:transform creates strdf:WKT datatypes for which the default CRS is EPSG:4326
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Tue Sep 23 13:16:47 2014 +0300 (2014-09-23) |
parents | 137486888a68 |
children | f86d1129ce79 |
line source
1 <?xml version='1.0' encoding='UTF-8'?>
2 <sparql xmlns='http://www.w3.org/2005/sparql-results#'>
3 <head>
4 <variable name='srid'/>
5 </head>
6 <results>
7 <result>
8 <binding name='srid'>
9 <uri>http://www.opengis.net/def/crs/EPSG/0/4326</uri>
10 </binding>
11 </result>
12 </results>
13 </sparql>