An open API service indexing awesome lists of open source software.

https://github.com/sysunite/coins-2-validator

The stand-alone java module to preform validation on the content of COINS 2.0 containers (.ccr files). This module can connect to a number of different RDF stores.
https://github.com/sysunite/coins-2-validator

Last synced: 5 months ago
JSON representation

The stand-alone java module to preform validation on the content of COINS 2.0 containers (.ccr files). This module can connect to a number of different RDF stores.

Awesome Lists containing this project

README

          

# COINS 2.0 Validator

![Coins logo](https://github.com/sysunite/coins-2-validator/blob/develop/icon.png)
Get a validation report of a coins container.

### Use command line interface (cross platform)
* download fat jar [(latest)](https://github.com/sysunite/coins-2-validator/releases/download/v2.3.0/coins-validator-2.3.0.jar) from https://github.com/sysunite/coins-2-validator/releases
* run the command:

```$ java -Xms6g -Xmx8g -jar validator-cli-2.3.0.jar [args]```

* or use a [.bat](https://github.com/sysunite/coins-2-validator/blob/develop/doc/coins-validator.bat) or [.sh](https://github.com/sysunite/coins-2-validator/blob/develop/doc/coins-validator.sh) script to wrap this java command with the name coins-validator:

```$ coins-validator [args]```

![cli help](https://github.com/sysunite/coins-2-validator/blob/develop/doc/cli-help.png)

Read [HOWTO use the CLI](https://github.com/sysunite/coins-2-validator/blob/develop/doc/command.md) for a desrcription how to use the command line interface.

Read the [Code reference](https://github.com/sysunite/coins-2-validator/blob/develop/doc/reference.md) for an explanation of the Java code.