age |
author |
description |
2012-11-28 |
Panayiotis Smeros |
Comments can be everywhere!temporals |
2012-11-27 |
Konstantina Bereta |
Temporal joins are now perfomed correctly. Tested with simple queries containing strdf:AfterPeriod, strdf:BeforePeriod, strdf:PeriodContains, strdf:containedByPeriod and strdf:PeriodOverlaps in the FILTER clause of the query.temporals |
2012-11-26 |
Stella Giannakopoulou |
Changed browsing when a # is contained, because it was not displayed correctly. |
2012-11-26 |
Konstantina Bereta |
name handling for temporal variablestemporals |
2012-11-26 |
Konstantina Bereta |
Now strdf:within will be used instead of strdf:inside |
2012-11-26 |
Konstantina |
changes in filter(StatementPattern) method of GeneralDBSelectQueryOptimizertemporals |
2012-11-24 |
Konstantina |
trying to get rid of extra joinstemporals |
2012-11-24 |
Konstantina |
fixed error in FunctionRegistrytemporals |
2012-11-23 |
Panayiotis Smeros |
Fixed a bug in queryRewriting.temporals |
2012-11-23 |
Konstantina Bereta |
continue support for stSPARQL temporal relation functionstemporals |
2012-11-23 |
Stella Giannakopoulou |
Added a TD tag that was missing when a variable was not bound. |
2012-11-22 |
Konstantina Bereta |
mergetemporals |
2012-11-22 |
Konstantina Bereta |
more changes to get to append temporal joinn functionstemporals |
2012-11-22 |
Panayiotis Smeros |
Added some tests.temporals |
2012-11-22 |
Panayiotis Smeros |
queryRewriting: ignore false quadruples ("FILTER(...)" as s, p, o or t)temporals |
2012-11-22 |
Konstantina Bereta |
sametemporals |
2012-11-22 |
Konstantina Bereta |
Fixed graph uri constructiontemporals |
2012-11-22 |
Konstantina Bereta |
temporalVar projection (cont)temporals |
2012-11-22 |
Konstantina Bereta |
minorstemporals |
2012-11-22 |
Konstantina Bereta |
temporal vars should also be projected as temporal varstemporals |
2012-11-22 |
Konstantina Bereta |
Performing an inner join with temporal table each time a temporal variable is encounteredtemporals |
2012-11-22 |
Konstantina Bereta |
temporal functions can now be registered to Function Registrytemporals |
2012-11-20 |
Konstantina Bereta |
did the same for the storeString case,tootemporals |
2012-11-20 |
Konstantina Bereta |
fixed minor store error that caused problems in temporal selectiontemporals |
2012-11-20 |
Panayiotis Smeros |
Replaced strdf prefix. select * where {?s ?p ?o ?t} can be posed now.temporals |
2012-11-20 |
Panayiotis Smeros |
Changed graphVariable form.temporals |
2012-11-19 |
Panayiotis Smeros |
Moved temporal test class in postgis package.temporals |
2012-11-19 |
Panayiotis Smeros |
added a temporal-selection-test datasettemporals |
2012-11-19 |
Panayiotis Smeros |
Added a new class for Temporal Selection tests.temporals |
2012-11-16 |
Konstantina |
Deprecated one of spatial columnVar constructors. Now a general columnVar will be created and its spatial or temporal nature will be defined later using the respective setter methodstemporals |
2012-11-16 |
Konstantina |
now ColumnVars can be temporally enabled tootemporals |
2012-11-16 |
Konstantina |
minor addition in ValueJoinOptimizertemporals |
2012-11-16 |
Konstantina |
disabled spatialJoinOptimizer for a while until temporal joins work outtemporals |
2012-11-09 |
Kostis Kyzirakos |
added replaced mbbIntersect by mbbOverlap |
2012-11-09 |
Kostis Kyzirakos |
changed refinePartialSeaHotspots.rq to use mbbOverlaps instead of mbbIntersects |
2012-11-09 |
Panayiotis Smeros |
try/catch added.temporals |
2012-11-09 |
Panayiotis Smeros |
Finaly made it works with:temporals |
2012-11-09 |
George Garbis |
merge |
2012-11-09 |
George Garbis |
Add queries (not in final form) for ISWC-demo |
2012-11-09 |
Babis Nikolaou |
added runChain.sh script in examples/teleios/ directory (working) |
2012-11-09 |
George Garbis |
Correct dbname the default value is 'endpoit' |
2012-11-08 |
ggarbis |
add runNoaRefinement.sh in examples fore iswc2012demo |
2012-11-08 |
Konstantina Bereta |
Appeding postgres temporal functions to the query builder. Most functions in Postgres Temporal are assigned an operator.temporals |
2012-11-08 |
Stella Giannakopoulou |
Now center at brahames is used only when no geometry is selected. |
2012-11-08 |
Konstantina Bereta |
removed generalDBSqlTemporal from package generalDB.algebratemporals |
2012-11-08 |
Konstantina |
moved abstract member functions getOperator and getPostgresFunction to the GeneralDbSql alternativestemporals |
2012-11-08 |
Konstantina |
added GeneralDBSql functionstemporals |
2012-11-07 |
Konstantina |
added GeneralDBTemporal node to be met by visitorstemporals |
2012-11-07 |
Panayiotis Smeros |
merge (the wrong way :D)temporals |
2012-11-07 |
Panayiotis Smeros |
Added some comments.temporals |
2012-11-07 |
Panayiotis Smeros |
FIX#2 Comments can be 'all over the place'.temporals |
2012-11-07 |
Panayiotis Smeros |
FIX#1 '.' or '}' has a '//s' character before.temporals |
2012-11-06 |
Konstantina |
added temporal functions and operators as sesame extension functions.temporals |
2012-11-06 |
Konstantina |
Completed license, author information and some comments on my code. Also extended GeneralDBColumnVar with carrying temporal information.temporals |
2012-11-06 |
Babis Nikolaou |
split queryresultio-spatial into submodules (one for API that provides the stSPARQLQueryResultFormat and one for each writer implementation, e.g., XML, HTML, etc.) |
2012-11-05 |
Panayiotis Smeros |
strabon now supports query rewriting. (test-queries needed)temporals |
2012-11-05 |
Babis Nikolaou |
added endpoint-client maven submodule: a Java implementation for Strabon endpoint |
2012-11-02 |
Panayiotis Smeros |
Added a regex to spot quadruples.temporals |
2012-11-02 |
Konstantina Bereta |
removed some printouts seem to be ok now |
2012-11-02 |
Babis Nikolaou |
added logging in addDateTime function. Corrected the date format to use "dd" (day of month) instead of "DD" (day of year). |