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.
- Host: GitHub
- URL: https://github.com/sysunite/coins-2-validator
- Owner: sysunite
- Created: 2017-01-25T16:44:45.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T16:53:47.000Z (about 7 years ago)
- Last Synced: 2025-07-05T10:17:23.956Z (11 months ago)
- Language: Java
- Size: 30.6 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
Awesome Lists containing this project
README
# COINS 2.0 Validator

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]```

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.