labra / wesin   0.4.9

GNU Lesser General Public License v3.0 only Website GitHub

Semantic Web Library using inductive graphs

Scala versions: 2.11

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.