项目作者: yashkhatri

项目描述 :
A RDF validation api created to validate the RDF data.
高级语言: Java
项目地址: git://github.com/yashkhatri/rdf-validator.git
创建时间: 2017-04-12T11:54:07Z
项目社区:https://github.com/yashkhatri/rdf-validator

开源协议:

下载


rdf-validator

A RDF validation api created to validate the RDF data.

This project include methods that reads the validation constraints on the java pojo classes set in the form of annotations.

  • Creates JenaModel from these pojos.
  • Creates Shapes Model from the annotations.
  • Validates the Data Model against the Shapes Model and returns result.

Uses the underlying SHACLeX library by Labra for validating the RDF data.