Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.33 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.33 KB

wesin

Build Status codecov.io Codacy Badge

Web Semantics Library in Scala

This repository contains several tools to work with RDF in Scala

  • A Turtle Parser that conforms to W3c RDF 1.1 tests based on Scala Parser Combinators
  • An inductive representation of RDF graphs
  • A simple Jena to Scala mapper
  • This library is used by ShExcala, an RDF validator using Shape Expressions

Links

Author

Jose Emilio Labra Gayo, WESO Research Group

Related Projects

Banana-RDF contains a more general library to work with RDF from Scala. It allows different underlying implementations like Jena and Sesame. A long term project will be to unify our work with that library.