Strabon

log

age author description
2013-02-22 Babis Nikolaou revert log level to INFO
2013-02-21 Babis Nikolaou added namespace for the RDFi framework (rdfi) and URIs for the RCC-8 relations of the RDFi framework
2013-02-15 Panayiotis Smeros Added nquads format in strabon script.temporals
2013-02-08 Konstantina Bereta resolved merge issuestemporals
2013-02-08 Konstantina Bereta merge with defaulttemporals
2013-02-07 Konstantina Bereta added some more tests and modified storeURL function to test the performance of the system when storing files with over a million quadstemporals
2013-01-30 George Garbis Search Query for TELEIOS system
2013-01-30 Stella Giannakopoulou Added refinement in group by
2013-01-30 Stella Giannakopoulou Changed refineTimePersistence so that the triple "?h noa:refinedBy ?refined" is inserted,
2013-01-29 George Garbis TimePersistence creates different URI for each virtual hotspost
2013-01-23 Babis Nikolaou minor changes to README file
2013-01-23 George Garbis merge
2013-01-23 George Garbis Fix runChain.sh to run by default in teleios3
2013-01-23 George Garbis Correct uris of ContainsFunc and CrossesFunc
2013-01-23 George Garbis Update teleios queries after to conform to function renaming
2013-01-23 George Garbis Correct gag namespace in endpoint prefixes
2013-01-15 Konstantina Bereta completed temporal relation tests.temporals
2013-01-15 Konstantina Bereta added the actual files and did some refactoringtemporals
2013-01-14 Konstantina Bereta Added junit tests to test the temporal relations between periodstemporals
2013-01-11 Konstantina Bereta temporal functions period_start and period_end are now fully implemented using postgres temporal. Also added the following:temporals
2013-01-09 Konstantina Bereta wrapped temporal constructs with text_in(period_out))temporals
2013-01-09 Konstantina Bereta added the temporal unary constructs period_start and period_end that will be evaluated using postgresql temporal. These constructs return the starting and te endingtemporals
2013-01-10 George Garbis More updating of ChangeLog according to release
2013-01-09 Babis Nikolaou updated ChangeLog according to release
2013-01-09 George Garbis [maven-release-plugin] prepare for next development iteration
2013-01-09 George Garbis [maven-release-plugin] copy for tag v3.2.7
2013-01-09 George Garbis [maven-release-plugin] prepare release v3.2.7v3.2.7
2013-01-09 Babis Nikolaou the line length of the ChangeLog file should be 80 except when a link is involved that cannot be broken into pieces
2013-01-09 Konstantina Bereta added temporal features to changelog
2013-01-08 Konstantina Bereta modified GeneralDBSelectQueryOptimizer so that the temporal functions succeeding_period and preceding_period are evaluated only in Java, as they are not supported in temporal postgrestemporals
2013-01-08 Babis Nikolaou to build Strabon using maven version <3.0 include also the following option that disables running of shade plugin: -Dshade.skip
2013-01-08 George Garbis merge with DiffDateTime
2013-01-08 Konstantina Bereta fixed. Now the following temporal constructs: period_intersect, period_union and period_minus are implemented in postgres temporal as welltemporals
2013-01-07 Konstantina Bereta 1 fix (to be continued)temporals
2013-01-07 Konstantina Bereta fixing implementation for temporal constructs in postgres temporal (the respective java implementation has been completed)temporals
2013-01-04 Konstantina Bereta adding two more construct functions..temporals
2013-01-04 Konstantina Bereta fixed issues in procedingPeriod and succeedindPeriod functionstemporals
2013-01-04 Konstantina Bereta added functions:precedingPeriod, SucceedingPeriod, period(constructs a period given 2 dateTime arguments) to be used in the select part of an stSPARQL querytemporals
2013-01-04 Konstantina Bereta Fixed functions: peridUnion, periodIntersection and minusPeriod when used in the select clause of the querytemporals
2013-01-04 Konstantina Bereta renamed beforePeriod functiontemporals
2013-01-04 Konstantina Bereta added cases which are not covered by the jtemporal libarytemporals
2013-01-04 Konstantina Bereta added StrabonTemporalElement class to handle temporal elements (periods and instants in a uniform way). Fixing incompatibilities between the jtemporal and postgres temporal implementations of temporal functionstemporals
2013-01-03 George Garbis fix logging and add comment for example commandDiffDateTime
2013-01-03 George Garbis Background data from httpDiffDateTime
2013-01-03 George Garbis runChain takes hotspots from server and minor changes in comments and printingsDiffDateTime
2013-01-02 Konstantina Bereta Added strabonInstant class. This implements the instant interface of jtemporal. The instant is currently implemented as a GregorianCalendar instance in java,temporals
2013-01-02 Konstantina Bereta 1) forgot to add some files in the previous committemporals
2012-12-24 Kostis Kyzirakos Added an <endpoint-exec> module. This module builds an executable jar file with an embedded Apache Tomcat 7.
2012-12-21 George Garbis endpoint script can handle queries with newlines and commentsDiffDateTime
2012-12-21 George Garbis New version of runChain.shDiffDateTime
2012-12-21 George Garbis Some corrections in queriesDiffDateTime
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