Strabon

log

age author description
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