weso / pschema

Pregel based schema validation algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Pregel based schema validation algorithm

License:MIT License


Languages

Language:Scala 100.0%