Skip to content

StatistikStadtZuerich/ld.stadt-zuerich.ch

Repository files navigation

ld.stadt-zuerich.ch

This server provides a Linked Data interface to the linked open statistical data published by the Statistics Office of the City of Zurich.

Features:

  • Provides a SPARQL web frontend
  • Provides dereferencing via HTTP (a.k.a. follow your nose), go here to find out ...

Visit the live installation:

Installation

This server is based on Trifid, a Node.js based Linked Data Server. To install and run it you need Node.js on your system.

Clone the Github repository and run

npm install

to install all module dependencies.

Depending on the environment, specifiying the password for the SPARQL Endpoint as environment variable might be necessary:

export SPARQL_ENDPOINT_PASSWORD=foopass!_987

To start the server with the default configuration (config.json), execute the following command:

npm start

Continuous Integration and Deployment

Commits pushed to master are automatically deployed to integration :

Tags pushed are automatically deployed to production :

Simple monitoring:

License

Copyright 2018 Statistik Stadt Zürich

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

https://opensource.org/licenses/BSD-3-Clause