Skip to content

The goal of this project is to enrich geospatial data with linked data so that metadata and temporal revisions are no longer collected by record, but by attribute/triple in the knowledge base. This requires the development of a metadata and time concept that requires a triple declaration of timeliness, quality and origin of the data and that mus…

License

Notifications You must be signed in to change notification settings

Cprudhomme/GeoTimeWFS

Repository files navigation

https://geotimewfs.herokuapp.com/

GeoTimeWFS

The goal of this project is to enrich geospatial data with linked data so that metadata and temporal revisions are no longer collected by record, but by attribute/triple in the knowledge base. This requires the development of a metadata and time concept that requires a triple declaration of timeliness, quality and origin of the data and that must be dynamically pursued during editing. The second objective of this project is a data suggestion system to enrich the knowledge base in order to expedite and ease the work of managing geospatial data. An intelligent solution must be developed for this and enriched maps must be displayed and generated dynamically.

This development belongs to the second phase of the project “Intelligente Datenerfassung, Haltung und Bereitstellung innerhalb der Öffentlichen Verwaltung” (https://i3mainz.hs-mainz.de/de/projekte/intelligente-datenerfassung-oeffentliche-Verwaltung), led in the i3mainz institute (https://i3mainz.hs-mainz.de) and uses the previously implemented SemanticWFS (https://github.com/i3mainz/semanticwfs).

Install

  1. Cloning git repository
git clone https://github.com/Cprudhomme/GeoTimeWFS.git
cd GeoTimeWFS
  1. Generate executable
mvn -B package --file pom.xml
  1. Deployment
java -jar target/geotimewfs-0.0.1-SNAPSHOT.jar 
  1. Go to server

Listening server port:

You can change the listening port in the file application.yml:

server:
  port : 8080

Ontology mapping:

https://www.w3.org/2015/spatial/wiki/ISO_19115_-_DCAT_-_Schema.org_mapping

Documentation

// add appropriate documentation // Ontology example

About

The goal of this project is to enrich geospatial data with linked data so that metadata and temporal revisions are no longer collected by record, but by attribute/triple in the knowledge base. This requires the development of a metadata and time concept that requires a triple declaration of timeliness, quality and origin of the data and that mus…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published