Scala implementation of Shape Maps
This project contains a Scala implementation of Shape Maps.
The project uses sbt for compilation as well as Java 1.8.
sbt test
compiles and runs the tests
- The engine is based on Monads using the cats library
- The compact syntax parser is implemented using the following Antlr grammar (previous versions used Scala Parser Combinators) which is based on this grammar
- An online demo based on this library is available at http://rdfshape.weso.es.
- Another online demo based on this library customized for Wikidata is available at http://wikishape.weso.es.
- Author: Jose Emilio Labra Gayo
Contributions are greatly appreciated. Please fork this repository and open a pull request to add more features or submit issues