Strabon

log

age author description
2012-12-19 George Garbis Rename fileDiffDateTime
2012-12-21 Konstantina Bereta Added four more temporal relation functions:temporals
2012-12-20 Konstantina Bereta renamed temporal functions to comply with the respective functions of Allen's interval algebratemporals
2012-12-20 Konstantina Bereta added "Until Changed support" to the query enginetemporals
2012-12-19 Konstantina Bereta modified again the query engine as follows: Temporal instants are returned as xsd:dateTime values (instead of periods with the same starting and ending points as implemented in Postgres Temporal)temporals
2012-12-19 Konstantina Bereta changed datatype from strdf:validTime to strdf:period for periodstemporals
2012-12-19 Konstantina Bereta modified storage manager to parse and store periods with beginning and ending points of type xsd:DateTime formattemporals
2012-12-19 Konstantina Bereta Now the starting and the ending time points of a period will follow the xsd:DateTime format. Modified the query engine accordingly.temporals
2012-12-19 Konstantina Bereta removing hardcoded strings for temporal datatypetemporals
2012-12-19 Konstantina Bereta fixed bug encountered when projecting a temporal variable that takes part in a temporal jointemporals
2012-12-18 Konstantina Bereta partial bug fixtemporals
2012-12-18 Konstantina Bereta implemented createTemporalValuetemporals
2012-12-17 Konstantina Bereta removed execution from pom because it caused build errors. validTime datatype is deprecatedtemporals
2012-12-18 Babis Nikolaou updated README file adding publication for TerraCognita
2012-12-18 Babis Nikolaou restructured ChangeLog (to reflect the releases, but being out of sync with the actual commits/dates)
2012-12-18 Babis Nikolaou modified ChangeLog
2012-12-17 Babis Nikolaou modified StoreOp to accept another optional argument for storing RDF files in given named graphs.
2012-12-16 George Garbis Fixing runChain.sh...DiffDateTime
2012-12-14 George Garbis This version of the query is quick enoughDiffDateTime
2012-12-14 George Garbis diffDateTime function can now take constants as argumentsDiffDateTime
2012-12-14 George Garbis Add some more commentsDiffDateTime
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare for next development iteration
2012-12-11 Kostis Kyzirakos [maven-release-plugin] copy for tag v3.2.6
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare release v3.2.6v3.2.6
2012-12-11 Kostis Kyzirakos * Removed the strdf:anyInteract extension function (end of an era).
2012-12-11 Kostis Kyzirakos updated readme and changelog
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare for next development iteration
2012-12-11 Kostis Kyzirakos [maven-release-plugin] copy for tag v3.2.5
2012-12-11 Kostis Kyzirakos [maven-release-plugin] prepare release v3.2.5v3.2.5
2012-12-11 Kostis Kyzirakos pom.xml clean up
2012-12-10 Kostis Kyzirakos * Modified stSPARQL extension function to comply with the OGC Simple Features Access
2012-12-10 Kostis Kyzirakos Added a test suite
2012-12-10 George Garbis A somehow faster query for discovering firesDiffDateTime
2012-12-10 George Garbis remove a debug printingDiffDateTime
2012-12-07 George Garbis add parameters to instansiate.sh for query discoverFires.rqDiffDateTime
2012-12-07 George Garbis correct xsd:datetime to xsd:dateTimeDiffDateTime
2012-12-07 George Garbis minor changes in commentsDiffDateTime
2012-12-07 George Garbis Insert a working query for discovering firesDiffDateTime
2012-12-05 George Garbis example and query files for discoveryFiresDiffDateTime
2012-12-04 George Garbis Add files for new NOA refinement operation "DeleteReflections"DiffDateTime
2012-12-07 George Garbis At last a working version of diffDateTime. It still doesn't work in selection but for joins it's ok :)DiffDateTime
2012-12-06 George Garbis small change to previous parent changesetDiffDateTime
2012-12-05 George Garbis NOT WORKING: SQL query is now being formated, but datetime cannot be handled properly because it is stored in label_values with every literalDiffDateTime
2012-12-05 George Garbis NOT WORKING but TupleExpr with diffDateTime is produces correctly.DiffDateTime
2012-12-04 George Garbis NOT WORKING: Down down down to postgres...DiffDateTime
2012-12-04 George Garbis NOT WORKING: keep trying to implement diffDateTime for postgresDiffDateTime
2012-11-30 George Garbis NOT WORKING: trying to implement diffDateTime for postgresDiffDateTime
2012-11-30 George Garbis add java implementation of diffDateTimeDiffDateTime
2012-12-10 George Garbis Replace strdf:inside with strdf:within in SpatialTests.java
2012-12-08 Panayiotis Smeros Commented some printouts.temporals
2012-12-07 Kostis Kyzirakos fix (it runs!)temporals
2012-12-07 Kostis Kyzirakos Fix (iteration)temporals
2012-12-07 Kostis Kyzirakos fixtemporals
2012-12-07 Babis Nikolaou reverted strabon.conf. This is only a template file that has to be copied in "$HOME/.strabon" and be read by the "strabon" script
2012-12-07 Kostis Kyzirakos mergetemporals
2012-12-07 Kostis Kyzirakos added class and scripts for experimentstemporals
2012-12-06 Konstantina Bereta did the same for the storeURL casetemporals
2012-12-06 Konstantina Bereta now valid time instants are used as typed literals without the use of brackets (as in the case of periods)temporals
2012-12-05 Stella Giannakopoulou Created junit test to test the limitation of query results.
2012-12-05 Stella Giannakopoulou Improved addLimit function to take into account some more cases.