Strabon

log

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