This repository contains web services for SGoV workspace tools:
There is a web service for validating Semantic Government Vocabulary (SGoV). It includes checking consistency and compliance of glossaries and models according to predefined rules, as defined in https://github.com/opendata-mvcr/sgov-validator.
The project consists of the following modules:
The best way to propose validation rule changes is to:
You need to have GitHub token in order to build this project (as there is a GitHub Packages dependency). Check build.gradle for details.
Once You generate PAT on GitHub, You can specify it using gpr.user
and gpr.key
in your ~/.gradle/gradle.properties
.
You can specify host/port of the validated RDF4J repository in server/src/main/resources/application.yml
gradle bootRun
Create the JAR using
gradle bootJar
Now you can run the server like
java -jar server/build/libs/sgov-server.jar
In settings, configure Gradle to use JDK 11.
To manage source code it is recommended to install plugins:
Static code analysis rules are defined in file ./config/checkstyle/checkstyle.xml
. In order to set up this checkstyle
in Intellij Idea IDE following steps are recommended:
1) Install checkstyle plugin CheckStyle-IDEA
2) Import the file into project checkstyle scheme using
Settings/Editor/Code Style/Java/Scheme/Import Scheme/Checkstyle configuration
.
3) Configure the plugin by adding checkstyle.xml
into Settings/Tools/Checkstyle/Configuration file
Tento repozitář vznikl v rámci projektu OPZ č. CZ.03.4.74/0.0/0.0/15_025/0013983.