weso / pschema   0.1.5

MIT License GitHub

Pregel based schema validation algorithm

Scala versions: 2.12

pschema

Pregel based schema validation algorithm

More information

Preprint paper that describes the main motivation for the library and its use case to create subsets of Wikidata (section 5.4): Creating Knowledge Graphs Subsets using Shape Expressions, Jose Emilio Labra Gayo

Contributors

Software that depends on this library

Publishing to OSS-Sonatype

This project uses the sbt ci release plugin for publishing to OSS Sonatype.

SNAPSHOT Releases

Open a PR and merge it to watch the CI release a -SNAPSHOT version

Full Library Releases
  1. Push a tag and watch the CI do a regular release
  2. git tag -a v0.1.0 -m "v0.1.0"
  3. git push origin v0.1.0 Note that the tag version MUST start with v.