rev |
line source |
charnik@658
|
1 Day Month Date Hour:Min:Sec Year Pyravlos Team
|
charnik@645
|
2
|
charnik@853
|
3 * Version 3.2.8 released.
|
charnik@853
|
4
|
charnik@853
|
5 Wed Jan 09 18:06:41 2013 Pyravlos Team
|
charnik@853
|
6
|
kkyzir@801
|
7 * Version 3.2.7 released.
|
kkyzir@801
|
8
|
ggarbis@854
|
9 * Add an extension function
|
ggarbis@854
|
10 <http://strdf.di.uoa.gr/extensions/ontology#diffDateTime> for computing the
|
ggarbis@854
|
11 span (in milliseconds) between two timestamps.
|
ggarbis@854
|
12
|
ggarbis@854
|
13 * Added an <endpoint-exec> module. This module builds an executable jar file
|
ggarbis@854
|
14 with an embedded Apache Tomcat 7. To create and run the executable jar just
|
ggarbis@854
|
15 type:
|
ggarbis@854
|
16 $ mvn clean package
|
ggarbis@854
|
17 $ java -jar endpoint-exec/target/strabon-endpoint-executable-*.jar
|
charnik@853
|
18
|
charnik@810
|
19 * Modified strabon script and postgis/monetdb.StoreOP class to get an
|
charnik@810
|
20 option for storing a RDF file in a named graph. Moreover, the RDF
|
charnik@810
|
21 format of the input RDF file now is given as an option (still, if it
|
charnik@810
|
22 is missing, it is assumed that the input is in N-TRIPLES format). The
|
charnik@810
|
23 option for the format is -f and the option for the named graph is -g
|
charnik@810
|
24 (takes a URI as an argument).
|
charnik@810
|
25
|
kkyzir@801
|
26 * Modified the names of the stSPARQL extension functions that
|
kkyzir@801
|
27 utilize the minimum bounding boxes of the involved geometries.
|
kkyzir@801
|
28
|
charnik@811
|
29 Tue Dec 11 19:33:45 2012 Pyravlos Team
|
charnik@811
|
30
|
kkyzir@800
|
31 * Version 3.2.6 released.
|
kkyzir@800
|
32
|
kkyzir@800
|
33 * Modified the names of the stSPARQL extension functions to comply
|
kkyzir@801
|
34 with the OGC Simple Features Access standard.
|
kkyzir@800
|
35
|
charnik@811
|
36 Tue Dec 11 00:11:43 2012 Pyravlos Team
|
charnik@811
|
37
|
charnik@645
|
38 * Version 3.2.5 released.
|
charnik@645
|
39
|
charnik@811
|
40 * Added support for querying temporal information. This functionality
|
Konstantina@848
|
41 may be found in the `temporals' branch.
|
Konstantina@848
|
42
|
charnik@849
|
43 The datatypes <http://strdf.di.uoa.gr/ontology#period> and
|
charnik@849
|
44 <http://www.w3.org/2001/XMLSchema#dateTime> are used to
|
charnik@849
|
45 represent periods and instants respectively.
|
Konstantina@848
|
46
|
charnik@849
|
47 The valid time time of triples is represented using quadtruples,
|
charnik@849
|
48 with the valid time annotation(instant or period) being the
|
charnik@849
|
49 fourth element of the quad. In the same way, temporal triple
|
charnik@849
|
50 patterns are used in queries to retrieve the valid time of
|
charnik@849
|
51 triples.
|
Konstantina@848
|
52
|
charnik@849
|
53 Some functions have been renamed (their URIs have changed) to
|
charnik@849
|
54 follow the names of the respective relations of Allen's
|
charnik@849
|
55 interval algebra and other functions have been added.
|
Konstantina@848
|
56
|
Konstantina@848
|
57 The following temporal functions are supported:
|
charnik@849
|
58 during, periodOverlaps, equalsPeriod, nequalsPeriod, adjacent,
|
charnik@849
|
59 before, after, overleft, overright, meets, starts, finishes,
|
charnik@849
|
60 period_intersect, period_union, preceding_period, and
|
charnik@849
|
61 succeeding_period.
|
Konstantina@848
|
62
|
charnik@759
|
63 * Changed behaviour of Strabon and Strabon Endpoint for connecting to
|
charnik@759
|
64 a spatially-enabled database. Only one instance of Strabon is allowed
|
charnik@759
|
65 at a time.
|
charnik@759
|
66
|
charnik@688
|
67 * Implemented a Java client for Strabon Endpoint. The client should be
|
charnik@688
|
68 used only with endpoint versions >=3.2.5. The implementation may be
|
charnik@688
|
69 found int the `endpoint-client' submodule of maven. Currently, only
|
charnik@688
|
70 querying of Strabon Endpoints is supported.
|
charnik@688
|
71
|
charnik@662
|
72 * Added support for requesting the capabilities of Strabon Endpoint
|
charnik@662
|
73 (fixes Bug #20 <http://bug.strabon.di.uoa.gr/ticket/20>). See
|
charnik@662
|
74 changesets f840796400bf and ?<TBC>? for specific details and how you
|
charnik@662
|
75 can determine the capabilities of older endpoints (versions <= 3.2.4).
|
charnik@662
|
76
|
charnik@658
|
77 * Updated KML writer to include the projected variables of an stSPARQL
|
charnik@658
|
78 query in "ExtendedData" and "Data" tags. This is the proper way to
|
charnik@658
|
79 do it if we need to convert a KML to a ESRI shapefile and also include
|
charnik@658
|
80 such information as attributes for a feature. See related pages from
|
charnik@658
|
81 KML specification:
|
charnik@658
|
82 <https://developers.google.com/kml/documentation/kmlreference#extendeddata>
|
charnik@658
|
83 <https://developers.google.com/kml/documentation/extendeddata>
|
charnik@658
|
84
|
charnik@645
|
85 * Added user authentication for storing RDF data through Strabon
|
charnik@662
|
86 Endpoint. The credentials are specified in
|
charnik@662
|
87 WEB-INF/credentials.properties file.
|
charnik@645
|
88
|
charnik@645
|
89 * Strabon Endpoints now limits the number of the results to a maximum
|
charnik@645
|
90 one. The maximum number is specified in the beans.xml file. This
|
charnik@645
|
91 corresponds to parameter "maxLimit". The endpoint script has also been
|
charnik@645
|
92 updated correspondingly; the limit can be given using the option "-l".
|
charnik@645
|
93 One can disable limiting of query results, by setting the "maxLimit"
|
charnik@645
|
94 parameter to 0. Addresses Bug #6
|
charnik@645
|
95 (<http://bug.strabon.di.uoa.gr/ticket/6>).
|
charnik@645
|
96
|
charnik@645
|
97 * Added "Known Issues" section to README.
|
charnik@645
|
98
|
charnik@645
|
99 * Added -m (more memory) and -M (much more memory) options in strabon
|
charnik@645
|
100 script for out-of-memory exceptions.
|
charnik@645
|
101
|
charnik@849
|
102 * Fixed Bug #10 (<http://bug.strabon.di.uoa.gr/ticket/10>). Now
|
charnik@849
|
103 KMLWriter handles more geometric types (other than polygons). See
|
charnik@849
|
104 changeset 9a3bfee64a39.
|
charnik@645
|
105
|
charnik@645
|
106 * Menu and navigation in Strabon Endpoint has changed to use jquery.
|
charnik@645
|
107 The menu is now populated using the queries placed inside the beans.xml.
|
charnik@645
|
108
|
charnik@645
|
109 * Added BrowseBean and browse.jsp for browsing the RDF data using the
|
charnik@645
|
110 Strabon Endpoint.
|