# HG changeset patch # User Konstantina Bereta # Date 1382261038 -10800 # Node ID 3ec1c2e8f6d38cf984618f18623d81ae53335eba # Parent 6dad7863e24db830813c26e579bc2cd3e960c91b updated README diff -r 6dad7863e24d -r 3ec1c2e8f6d3 README --- a/README Fri Oct 18 16:35:22 2013 +0200 +++ b/README Sun Oct 20 12:23:58 2013 +0300 @@ -24,9 +24,6 @@ been designed for representing and querying geospatial data that changes over time (e.g., the growth of a city over the years due to new developments). -Currently, only the geospatial features of stSPARQL have been implemented fully. -The temporal features have been implemented under the "temporals" branch of the repository. - Given the very close relationship between stSPARQL and GeoSPARQL which is a recent OGC standard for an extension of SPARQL for querying geospatial metadata, we recently provided support for the Core, Geometry and Geometry Topology @@ -156,7 +153,10 @@ 1. Install PostgreSQL from http://www.postgresql.org/download/. At the time of this writing the latest PostgreSQL version is 9.1. 2. Install PostGIS from http://postgis.refractions.net/download/. At the time of - this writing we have tested Strabon with PostGIS 1.5.3. + this writing we have tested Strabon with PostGIS 1.5.3. For the + temporal features of stSPARQL download the PostgreSQL temporal extension + from here: https://github.com/jeff-davis/PostgreSQL-Temporal and follow + the installation guide. 3. Install Maven from http://maven.apache.org/download.html. At the time of this writing the latest Maven version is 3.0.4. 4. Install Eclipse from http://www.eclipse.org/downloads/. At the time of this @@ -295,7 +295,10 @@ 1. Install PostgreSQL from http://www.postgresql.org/download/. At the time of this writing the latest PostgreSQL version is 9.1. 2. Install PostGIS from http://postgis.refractions.net/download/. At the time of - this writing we have tested Strabon with PostGIS 1.5.3. + this writing we have tested Strabon with PostGIS 1.5.3. For the + temporal features of stSPARQL download the PostgreSQL temporal extension + from here: https://github.com/jeff-davis/PostgreSQL-Temporal and follow + the installation guide. 3. Install Maven from http://maven.apache.org/download.html. At the time of this writing the latest Maven version is 3.0.4. 4. Install Eclipse from http://www.eclipse.org/downloads/. At the time of this diff -r 6dad7863e24d -r 3ec1c2e8f6d3 endpoint/WebContent/WEB-INF/connection.properties --- a/endpoint/WebContent/WEB-INF/connection.properties Fri Oct 18 16:35:22 2013 +0200 +++ b/endpoint/WebContent/WEB-INF/connection.properties Sun Oct 20 12:23:58 2013 +0300 @@ -1,6 +1,6 @@ hostname=localhost port=5432 dbengine=postgis -password=postgres -dbname=endpoint +password=p1r3as +dbname=npd username=postgres