Strabon

log

age author description
2013-05-04 Kostis Kyzirakos Added some information at the Postgres tuning section of the README file.
2013-05-03 Panayiotis Smeros Removed a test that failed with Jenkins. This happened because strdf:union returns GeometryCollections with a random order of geometries.
2013-05-03 Panayiotis Smeros Added relate query function test (DE-9IM intersection pattern for equality).
2013-05-03 Panayiotis Smeros Added srid-function, default-crs and empty wkt and gml literal test.
2013-05-02 Kallirroi Dogani updated ChangeLog
2013-05-01 Konstantina Bereta updated Changelogtemporals
2013-04-30 Stella Giannakopoulou added tests for strdf:union function
2013-04-30 Stella Giannakopoulou fixed typo
2013-04-30 Stella Giannakopoulou describe.jsp remembers the format
2013-04-30 Stella Giannakopoulou merge
2013-04-30 Stella Giannakopoulou addresses #38: added download button in describe.jsp
2013-04-29 Panayiotis Smeros Merge.
2013-04-29 Panayiotis Smeros Added Distance Test.
2013-04-29 Panayiotis Smeros Added Query Functions Test.
2013-04-29 Panayiotis Smeros Added Geometry Properties Test.
2013-04-29 Panayiotis Smeros Added Feature Properties Test.
2013-04-29 Panayiotis Smeros Added Geometry Class test.
2013-04-29 Panayiotis Smeros Updated Readme (command to run the tests).
2013-04-29 Stella Giannakopoulou one more test for strdf:distance
2013-04-29 Stella Giannakopoulou added ogc prefix in testsuite/src/test/resources/prefixes
2013-04-29 Konstantina Bereta added a nested query. A set of more complicated queries should be added. This is more important for the temporal component because the rewritting mechanism is subject to testing as well.temporals
2013-04-29 Konstantina Bereta added first set of tests on temporal operations. Please not that a temporally enabled database should be used, extended with the sql script that add the allen functions which are not supported by Postgres temporal.temporals
2013-04-28 Konstantina Bereta same heretemporals
2013-04-28 Konstantina Bereta did some refactoring and moved some queries in separate teststemporals
2013-04-26 Konstantina Bereta added some tests in the test suitetemporals
2013-04-19 Konstantina Bereta removed orig from repotemporals
2013-04-19 Konstantina Bereta minor updated to READMEtemporals
2013-04-29 Babis Nikolaou caught MalformedQueryException in QueryBean so as not to print the exception in the log (it is not a bug)
2013-04-28 Babis Nikolaou caught MalformedQueryException in QueryOp so as not to print the exception
2013-04-28 Kostis Kyzirakos Flipped the default behaviour of a build regarding testing.
2013-04-27 Babis Nikolaou updated ChangeLog
2013-04-27 Babis Nikolaou added <http://postgis.net/ST_Centroid> extension function which is mapped to ST_Centroid(geometry) function of PostGIS (http://postgis.org/docs/ST_Centroid.html)
2013-04-27 Babis Nikolaou updated ChangeLog
2013-04-27 Babis Nikolaou some cleanup; ST_MakeLine works for geometries that are binded at query time, but not for constant geometries given in the select clause of the query (see bug #43)
2013-04-27 Babis Nikolaou added st_makeline ext. function ot GeneralDBNumericExprFactory as well
2013-04-27 Babis Nikolaou added <http://postgis.net/ST_MakeLine> extension function which is mapped to ST_MakeLine(geometry, geometry) function of PostGIS (http://postgis.org/docs/ST_MakeLine.html). It does not work yet, but it is almost complete (it needs some debugging)
2013-04-26 Panayiotis Smeros Merge.
2013-04-26 Panayiotis Smeros Added one more polygon for the ntpp test (had to modify some results files).
2013-04-26 Panayiotis Smeros Added rcc8Ntppi test.
2013-04-26 Panayiotis Smeros Added rcc8Ntpp test.
2013-04-26 Panayiotis Smeros Added rcc8Tpp test.
2013-04-26 Panayiotis Smeros Added rcc8Tppi test.
2013-04-26 Panayiotis Smeros Added rcc8Po test.
2013-04-26 Panayiotis Smeros Added rcc8Ec test.
2013-04-26 Panayiotis Smeros Added rcc8Dc test.
2013-04-26 Panayiotis Smeros Added rcc8Eq test.
2013-04-26 Panayiotis Smeros Added ehInside test.
2013-04-26 Panayiotis Smeros Added ehCoveredBy test.
2013-04-26 Panayiotis Smeros Added ehCovers test.
2013-04-26 Panayiotis Smeros Added ehOverlap test.
2013-04-26 Panayiotis Smeros Added ehMeet test.
2013-04-26 Panayiotis Smeros ehContains has different results from sfContains (that's not wrong).
2013-04-26 Panayiotis Smeros Added ehContains test.
2013-04-26 Panayiotis Smeros Added ehEquals and ehDisjoint test.
2013-04-26 Panayiotis Smeros Added sfOverlaps test.
2013-04-26 Panayiotis Smeros Added sfContains test.
2013-04-26 Panayiotis Smeros Added sfWithin test.
2013-04-26 Panayiotis Smeros Added sfCrosses test.
2013-04-26 Panayiotis Smeros Added sfTouches test.
2013-04-26 Panayiotis Smeros Added sfIntersects test.
2013-04-26 Panayiotis Smeros Changed test dataset and expected results.
2013-04-26 Panayiotis Smeros Added sfDisjoint test.
2013-04-26 Panayiotis Smeros Added sfEquals test.
2013-04-26 Babis Nikolaou merge with default
2013-04-26 Babis Nikolaou added UnsupportedExtensionFunctionException (just extends QueryEvaluationException) which is thrown in GeneralDBEvaluation when no extension function is found. Added also a catch case for this kind of exceptions in monetdb.QueryOp and postgis.QueryOp. Afterall, we should not throw any exceptions to the end-user. An ERROR is sufficient enough. Exceptions should only be thrown only in cases of bugs.
2013-04-25 Panayiotis Smeros Started Simple Features' spatial relations tests.
2013-04-25 Panayiotis Smeros Added Geosparql Feature test.
2013-04-25 Panayiotis Smeros Removed duplicate prefixes from test queries.
2013-04-25 Panayiotis Smeros Updated README (tester guide).
2013-04-25 Panayiotis Smeros Added prefixes file.
2013-04-25 Panayiotis Smeros Merge.
2013-04-25 Panayiotis Smeros Added first GeoSPARQL test (inference option is enabled).
2013-04-25 Stella Giannakopoulou added tests for distance function
2013-04-25 Stella Giannakopoulou added tests for buffer function
2013-04-25 Kostis Kyzirakos Removed dependency from the Strabon testing maven repository.MonetDB
2013-04-23 Panayiotis Smeros Added name and copyright year.
2013-04-23 Panayiotis Smeros Endpoint script also supports named graphs and inference.
2013-04-23 Panayiotis Smeros Endpoint-store now supports everything Strabon-store supports (named graphs and inference).
2013-04-23 Panayiotis Smeros Added inference option in strabon script.
2013-04-22 Panayiotis Smeros Fixed encoding issues with getResource method.
2013-04-22 Kallirroi Dogani changed all SF functions of GeoSPARQL not to use ST_Relate PostGIS function
2013-04-22 Panayiotis Smeros Jenkins debug.
2013-04-22 Panayiotis Smeros Removed postgis.defaultUser from database properties (Actually not needed).
2013-04-22 Panayiotis Smeros Merge.
2013-04-22 Panayiotis Smeros Replaced "/" with FIle.separator.
2013-04-22 Panayiotis Smeros Added a parameter that enables/disables inference.
2013-04-22 Stella Giannakopoulou added geof:distance function (same as strdf:distance)
2013-04-22 Stella Giannakopoulou class GeoSparqlNonTopologicalMetric must extend SpatialMetricFunc and not SpatialConstructFunc
2013-04-22 Stella Giannakopoulou added implementation of geof:buffer (same as strdf:buffer)
2013-04-22 Stella Giannakopoulou now stdf:buffer can be nested in any function
2013-04-21 Stella Giannakopoulou made appendrelate recognise a GeneralDBSqlSpatialConstructTriple function as an argument.
2013-04-20 Kostis Kyzirakos Cleaned up the poms in order to produce (consistently!) a successful build even with an empty local maven repository.
2013-04-20 Kostis Kyzirakos Merge
2013-04-20 Kostis Kyzirakos Modified pom.xml of endpoint-client in order to produce an valid but unsigned jar that contains all dependencies.
2013-04-19 Konstantina Bereta resolved merge issues and fixed compilation errorstemporals
2013-04-19 Konstantina Bereta merge withe defaulttemporals
2013-04-19 Panayiotis Smeros Updated Readme.
2013-04-19 Panayiotis Smeros More than one queries can be tested against the same dataset.
2013-04-19 Panayiotis Smeros Merge.
2013-04-19 Panayiotis Smeros Removed testCRS from runtime and moved tests in testsuite.
2013-04-19 Kostis Kyzirakos Modified the main pom.xml to use the *temporary* strabon.sesame maven repository.temporals
2013-04-19 Kostis Kyzirakos Modified the main pom.xml (of the MonetDB branch) to use the *temporary* strabon.sesame maven repository.MonetDB
2013-04-18 Kostis Kyzirakos Modified the main pom.xml to use the *temporary* strabon.sesame maven repository.
2013-04-18 Kostis Kyzirakos Fixed some issues.
2013-04-18 Kostis Kyzirakos Merge (sorry!)
2013-04-18 Kostis Kyzirakos Strabon build fails due to the recent dissapearence of Aduna's maven repository
2013-04-18 Panayiotis Smeros Re-organized packages.
2013-04-17 Stella Giannakopoulou Avoided converting to geography when the radius of strdf:buffer is 0
2013-04-17 Stella Giannakopoulou Fixes bug #35. Changed the implementation of strdf:buffer. I adopted the definition
2013-04-16 Stella Giannakopoulou used OGCConstants when appending distance in MonetDBQueryBuilder
2013-04-16 Konstantina Bereta updated license and author informationtemporals
2013-04-16 Konstantina Bereta added a test on the UC case temporarily before moving the temporal tests to the test suitetemporals
2013-04-16 Konstantina Bereta fixed bug that occurs when storing periods having "UC" as ending point. That was supported in initial versions but it got probably messed up in later updates. Going to add tests so that this will not happen again :)temporals
2013-04-15 Babis Nikolaou fixes bug #41. Now, TransTableManager.getTable() always calls TripleTableManager.flushManager(), but flushing is done only when the underlying connection is a MonetDB one. For this it was needed to add a dependency to generaldb/pom.xml to the jdbc implementation of MonetDB. For some reason, a dependency to the jdbc implementation of PostgreSQL was already there as a dependency.
2013-04-15 Babis Nikolaou moved RDFi related constants to RDFi vocabulary class
2013-04-12 Panayiotis Smeros Merge.
2013-04-12 Panayiotis Smeros Updated Tester Guide.
2013-04-12 Panayiotis Smeros Tests are now independent from bindings and results order.
2013-04-11 Panayiotis Smeros Sorted Bindings' List.
2013-04-11 Panayiotis Smeros Changed the way we test if the results of the query are the expected (not finished yet).
2013-04-11 Panayiotis Smeros Changed resultsFile's format (now is XML).
2013-04-11 Panayiotis Smeros Moved all resources of a test into a folder with its name.
2013-04-11 Panayiotis Smeros Added TemplateTest class. Now test-classes only have to extend this class.
2013-04-11 Panayiotis Smeros Passed the correct arguments to assertEquals.
2013-04-11 Babis Nikolaou OCD in README
2013-04-11 Babis Nikolaou updated instructions for building/using Strabon from the command-line and mentioned its components in detail
2013-04-11 Kallirroi Dogani removed luna endpoints from tests in strabon-endpoint-client (replaced them with endpoints of linkedopendata and dbpedia)
2013-04-09 Babis Nikolaou a bit of cleaning in GeosparqlRDFHandlerBase
2013-04-09 Babis Nikolaou made RDFS Entailment of GeoSPARQL work in one pass over the input
2013-04-09 Babis Nikolaou changed GeosparqlRDFHandlerBase to extend RDFInserter instead of RDFHandlerBase
2013-04-09 Babis Nikolaou renamed silly variables
2013-04-09 Babis Nikolaou Added GeneralDBSailRepository and GeneralDBSailRepositoryConnection that extend SailRepository and SailRepositoryConnection so as to override insertion of triples using our implementation of an RDFInserter that will implement the GeoSPARQL Entailment Extension. Now, this is implemented in GeosparqlRDFHandlerBase at the cost of parsing the input twice!
2013-04-08 Kallirroi Dogani use sesame libraries to convert xml to bindingSet
2013-04-08 Babis Nikolaou disable GeoSPARQL entailment for the time being (breaks tests)
2013-04-08 Babis Nikolaou updated .hgignore file to ignore faces-config.xml
2013-04-08 Babis Nikolaou updated ChangeLog file
2013-04-08 Babis Nikolaou added support of all SPARQL result types provided by Sesame (json, xml, csv, tsv, binary). To get the respective writer, just prepend the string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we support all SPARQL result formats of the SPARQL Protocol.
2013-04-06 Kallirroi Dogani changed StrabonEndpoint to SPARQLEndpoint, added SpatialEndpoint to support KML format for all spatial endpoints (Virtuoso, Parliament, Strabon), added tests for SpatialEndpoint, tests for SPARQLEndpoint with Parliament and Virtuoso. Tests need to be added for Virtuoso endpoint to test which formats are not supported
2013-04-06 Babis Nikolaou updated README
2013-04-06 Babis Nikolaou when inferring rdf:type for Simple Features, infer also the rdf:type between the GeoSPARQL geo:Geometry and geo:SpatialObject classes
2013-04-06 Babis Nikolaou added rdfs:subClassOf between the classes of Simple Features and the classes of GeoSPARQL (geo:Geometry and geo:SpatialObject)
2013-04-06 Babis Nikolaou updated README adding information about GeoSPARQL conformance (we are missing only the Rewrite Extension). Currently, we have some open bugs to complete full conformance with what the README mentions, but I put it as a form of pressure to us
2013-04-06 Babis Nikolaou tidy up and added license comments
2013-04-05 Babis Nikolaou renamed module "constants" to "vocab" and the respective artifactId to "strabon-vocabulary". WARNING: DELETE AND IMPORT Strabon in Eclipse
2013-04-05 Babis Nikolaou moved GeoSPARQL geometry properties from GeoConstants to GeoSPARQL
2013-04-05 Babis Nikolaou removed unused List container
2013-04-05 Babis Nikolaou insert GeoSPARQL class hierarchy at store time
2013-04-05 Babis Nikolaou added GeoSPARQL vocabulary class. Currently, it holds only the namespaces, the classes, and the geometry properties
2013-04-05 Babis Nikolaou GeoSparqlRDFHanlder now inserts the class hierarchy of Simple Features at load time
2013-04-05 Babis Nikolaou merge
2013-04-05 Babis Nikolaou reverted baseURI to ""
2013-04-05 Babis Nikolaou updated GeoSparqlRDFHandlerBase to infer rdf:type triples based on Simple Features class hierarchy, GeoSPARQL spatial properties, and GeoSPARQL topological relations
2013-04-05 Babis Nikolaou added SimpleFeatures class for keeping SF vocabulary
2013-04-05 Panayiotis Smeros merge.
2013-04-05 Panayiotis Smeros Started writing a Tester Guide in README.
2013-04-05 Panayiotis Smeros Replaced all the static methods from Junit with non static.
2013-04-05 Babis Nikolaou when inferring GeoSPARQL triples, store them in the same context as that of the initial RDF data
2013-04-05 Babis Nikolaou updated ChangeLog
2013-04-05 Babis Nikolaou fixed bug where a not implemented extension function would make Strabon throw a NULL pointer exception. Now we get away with it through a warning.
2013-04-05 Babis Nikolaou added support for geof:getSRID. Addresses bug #32. Notice that this implementation is the same as strdf:srid.
2013-04-05 Babis Nikolaou get rid of warnings
2013-04-05 Babis Nikolaou changed geof:symmetricDifference to geo:symDifference (addresses bug #32)
2013-04-05 Babis Nikolaou made strdf:SemiLinearPointSet deprecated
2013-04-05 Babis Nikolaou merge
2013-04-05 Babis Nikolaou tidy up GeosparqlRDFHandlerBase to reference GeoConstants. Updated GeoSPARQL URIs. Removed derivation of property geo:hasGeometry from property geo:hasDefaultGeometry (is not a requirement of GeoSPARQL). Derive "object type SpatialObject" when seeing "subject hasDefaultGeometry object". Put inferences for geo:hasDefaultGeometry as an "else if" part to the inferences from geo:hasGeometry so as not to infer the same triples when both properties are present
2013-04-05 Stella Giannakopoulou used ogcgeoconstants when parsing strdf:distance
2013-04-05 Stella Giannakopoulou added check of the unit of measure that given in strdf:distance.
2013-04-05 Babis Nikolaou added OGCConstants. Currently, it contains only units of measure. Also, made endpoint publicize the URIs of the supported units.
2013-04-05 Panayiotis Smeros merge.
2013-04-05 Panayiotis Smeros Tests can read database properties from environment variables.
2013-04-04 Babis Nikolaou removed warnings from GeneralDBConnectionFactory
2013-04-04 Panayiotis Smeros Merge.
2013-04-04 Panayiotis Smeros Finished a simple store test. It may be needed to delete and import again the project because pom.xml files have been changed.
2013-04-03 Panayiotis Smeros Checked if the results of the query are the right.
2013-04-03 Panayiotis Smeros Almost finished the test. Final check with the existing results need to be done.
2013-04-02 Panayiotis Smeros Added first test in testsuite (not ready yet).
2013-04-02 Panayiotis Smeros Added testsuite in pom.xml and disabled skipTests (enabled tests).
2013-04-02 Panayiotis Smeros Commented some tests. To be moved in testsuite.
2013-04-04 Babis Nikolaou typo in README
2013-04-03 Stella Giannakopoulou updated "4326" to String.valueOf(GeoConstants.defaultSRID) in PostGISQueryBuilder and
2013-04-02 Stella Giannakopoulou added link of MonetDB source code in README
2013-04-02 Babis Nikolaou updated ChangeLog
2013-04-02 Babis Nikolaou added new "constants" module with artifactId "spatial-temporal-constants" and moved GeoConstants there
2013-04-02 Babis Nikolaou updated ChangeLog to reflect register of URIs for extension functions to strabon endpoint capabilities
2013-04-02 Babis Nikolaou made EndpointCapabilities read the version file to get the version of Strabon
2013-04-02 Babis Nikolaou made EndpointCapabilities the default class for getting capabilities (in beans.xml) and fixed NULL pointer exception
2013-04-02 Babis Nikolaou renamed static fields of URIs of stSPARQL extension functions to start with "stSPARQL"
2013-04-02 Babis Nikolaou updated endpoint capabilities to print supported extension functions for stSPARQL and GeoSPARQL
2013-04-02 Babis Nikolaou code cleaning for getting rid of warnings
2013-04-02 Babis Nikolaou changed logger output. Now the first object that is printed is the date in the ISO8601 format
2013-04-02 Stella Giannakopoulou #23 forgot to commit a file
2013-04-02 Stella Giannakopoulou #23 Changed the definition and implementation of strdf:distance. Now it supports meters or degrees as
2013-04-02 Babis Nikolaou added file endpoint/src/main/resources/version.properties in strabon-endpoint that contains the version of Strabon. The version is updated automatically during the build process and then it can be accessed by any Java class
2013-04-01 Kostis Kyzirakos Added a section for tuning Postgres
2013-03-31 Kostis Kyzirakos Added several metadata in the main pom.xml file.
2013-03-29 Konstantina Bereta mainly updated license info ("year")temporals
2013-03-29 Konstantina Bereta completed the implementation of the new "periodIntersects" function that is mapped to the "overlaps" funtion of Postgres Temporal. Added respective test.temporals
2013-03-29 Konstantina Bereta added modified the tests for the previously mentioned functionstemporals
2013-03-29 Konstantina Bereta changed "periodOverlaps", "starts" and "finished" so that they are completely aligned with Allen definitions (In the database level, new Postgres functions have been created to map postgres temporal to allen definitions)temporals
2013-03-28 Konstantina Bereta merge with defaulttemporals
2013-03-29 Babis Nikolaou added SPARQLEndpoint that implements Endpoint<TupleQueryResultsFormat>. This class corresponds to the endpoint clients for SPARQL endpoints like Parliament, Virtuoso, etc.
2013-03-29 Babis Nikolaou removed unneeded methods that are already provided by HTTPClient from SpatialEndpoint
2013-03-29 Babis Nikolaou added an Endpoint interface moving all methods of SpatialEndpoint interface to it and used generics for the RDF format. Now SpatialEndpoint is an abstract class implementing the Endpoint interface instantiating the RDF format template with the stSPARQLQueryResultsFormat class. Replaced SpatialEndpointImpl by HTTPClient which undertakes the initialization of HttpClient which then can be used for making HTTP connections.
2013-03-28 Babis Nikolaou changed StrabonEndpoint interface in strabon-endpoint-client to accommodate the case of storing RDF data in named graphs (addresses bug #28)
2013-03-28 Konstantina Bereta In the N-Quads format, the fourth element is *optional*. Made respective modifications and added teststemporals
2013-03-28 Konstantina Bereta made the respective changes also for the endpointtemporals
2013-03-28 Konstantina Bereta 1)suspected there was an error when storing many NQUAD statements as string. It could not be reproduced but some related tests were added. 2) rewritten triples are now stored immediately as they are created to avoid the respective cost in memorytemporals
2013-03-27 Konstantina Bereta merge with defaulttemporals
2013-03-27 Konstantina Bereta mergetemporals
2013-03-27 Konstantina Bereta before mergetemporals
2013-03-28 Babis Nikolaou minor changes in runChain script
2013-03-27 Kallirroi Dogani fixed Ticket #24: sfCrosses, sfOverlaps, ehOverlaps functions follow now the same approach as stSPARQL (ST_Relate PostGIS function is not used in these cases)
2013-03-27 Kostis Kyzirakos Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.MonetDB
2013-03-27 Kostis Kyzirakos Modified the version of each artifact from xx.xx.xx-SNAPSHOT to xx.xx.xx-BranchName-SNAPSHOT.temporals
2013-03-26 Babis Nikolaou corrected identation in runChain.sh script
2013-03-26 Babis Nikolaou fixed bug #33
2013-03-26 George Garbis merge with default for full GeoSPARQL supportexperiments-2
2013-03-26 Babis Nikolaou [maven-release-plugin] prepare for next development iteration
2013-03-26 Babis Nikolaou [maven-release-plugin] copy for tag v3.2.8
2013-03-26 Babis Nikolaou [maven-release-plugin] prepare release v3.2.8v3.2.8
2013-03-26 Babis Nikolaou updated ChangeLog for release
2013-03-25 Babis Nikolaou updated ChangeLog file
2013-03-25 Babis Nikolaou added very very naive CRS to SRID mapping in wktLiteral parsing (addresses bug #31)
2013-03-25 Babis Nikolaou commented handling of MultiGeometry case that I assume was using when we were stylying the KML output and now was causing an OutOfBound exception for empty geometries (i.e., MULTIGEOMETRY EMPTY)
2013-03-25 Babis Nikolaou default CRS for GeoSPARQL geometries should be http://www.opengis.net/def/crs/OGC/1.3/CRS84 (or EPSG:3857 -- not very sure for this srid though)
2013-03-25 Babis Nikolaou added URIs for WGS 84 lat-lon and lon-lat, and also the corresponding srids
2013-03-25 Babis Nikolaou a bit of cleaning
2013-03-25 Babis Nikolaou fixed a bug in StoreOp that in case of a NullPointer exception the connection was not shut down and also the "locked" table was not deleted
2013-03-25 Babis Nikolaou addresses bug #31 (empty literals with wktLiteral datatype are regarded as empty geometries, i.e., MULTIPOLYGON EMPTY)
2013-03-24 Babis Nikolaou GeoJSONWriter now checks also for geometries with wktLiteral datatype
2013-03-24 Babis Nikolaou KMLWriter now checks also for geometries with wktLiteral datatype
2013-03-24 Babis Nikolaou added query alias "all" for returning all triples
2013-03-24 Babis Nikolaou implemented store of geometries with wktLiteral datatype
2013-03-23 Babis Nikolaou added class AbstractWKT for generalizing WKT given either in strdf:WKT or geo:wktLiteral. This class shall be used instead of WKTHelper for getting all information about WKT literals (WKT value, datatype, srid) except for the actual geometry that is handled by JTSWrapper as usual
2013-03-23 Babis Nikolaou now isWKTDatatype checks also the wktLiteral datatype
2013-03-23 Babis Nikolaou a bit more cleaning
2013-03-23 Babis Nikolaou beautification and some warning removals
2013-03-23 Kostis Kyzirakos Commented out one line that crashes the ROOT application of Tomcat7
2013-03-22 Kallirroi Dogani organized namespaces and uris of GeoConstants
2013-03-22 Kallirroi Dogani added some GeoSPARQL classes and properties in GeoConstants (as comments)