项目作者: MBoegers

项目描述 :
Use SHACL to validate CIM data
高级语言: Java
项目地址: git://github.com/MBoegers/shacl-validate-cim.git
创建时间: 2020-11-02T09:53:38Z
项目社区:https://github.com/MBoegers/shacl-validate-cim

开源协议:MIT License

下载


Validate CIM data with SHACL

This small repository contains a prototype which demonstrate the usage of SHACL to validate CGMES data.
The repository will be part of the CGMES-Manager in an upcoming beta release.

Usage

The usage is straight forward and is shown in ShaclValidataionExample
1) Load RDFS files for the Profile under validation
2) Parse the Scheme to SHACL-Shapes
3) load the data file
4) Use Apache Jena’s SHACL implementation to validate the Grid Content

References