Skip to content

bern-soptim/OpenCGMES

 
 

Repository files navigation

OpenCGMES

Suite of tools for CGMES / CIM (IEC 61970) RDF - RDFS, SHACL and CIMXML

📖 Full documentation: https://opencgmes.soptim.de — guides, API reference, and examples for CIMXML, CIMVocabCheck, and CIMNotebook.

Build

The repository ships an aggregator pom at the root. From a fresh checkout:

mvn test                                # build & test every module
mvn install                             # install every module into ~/.m2
mvn -pl cimvocabcheck/core -am verify   # build cimvocabcheck-core + its dependencies only

Each module also still builds standalone (mvn -f cimxml/pom.xml verify etc.); the release workflows operate on the module poms directly.

CimXml

A Java library for parsing CIMXML files into RDF graphs using Apache Jena. It supports both full models and difference models as defined in IEC 61970-552. see CimXmlParser

CIMVocabCheck

Static SPARQL and SHACL validation against RDFS / CIM profile schemas — answers "does this query (or shapes graph) make sense for the schema I'm working with?" without executing the query and without requiring any RDF data. Ships as a library (CIMVocabCheck), a CLI tool, and an LSP language server (CIMLangServer). see CIMVocabCheck

CIMNotebook

Editor integrations — a VS Code extension and an IntelliJ plugin — that bring the CIMVocabCheck / CIMLangServer validation to SPARQL and SHACL files (and SPARQL Notebook cells) as you type. see CIMNotebook — VS Code · CIMNotebook — IntelliJ

Coming soon: QueryAndValidationUI

A web application for uploading RDF Schema, SHACL shapes, and CIM XML files, querying the data using SPARQL, and validating the data against SHACL shapes. see QueryAndValidationUI

License

This project is licensed under the Apache License 2.0.

Commercial Support and Services

For organizations requiring commercial support, professional maintenance, integration services, or custom extensions for this project, these services are available from SOPTIM AG.

Please feel free to contact us via opencgmes@soptim.de.

Contributing

We welcome contributions to improve this project. Please see our Contributing Guide for details on how to submit pull requests, report issues, and suggest improvements.

Code of Conduct

This project adheres to a code of conduct adapted from the Apache Foundation's Code of Conduct. We expect all contributors and users to follow these guidelines to ensure a welcoming and inclusive community.

About

Suite of tools for CGMES / CIM (IEC 61970) RDF - RDFS, SHACL and CIMXML

Resources

License

Apache-2.0 and 2 other licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
license-header-java.txt
Unknown
license-header.txt

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Java 93.5%
  • Kotlin 3.2%
  • Shell 1.2%
  • TypeScript 0.8%
  • JavaScript 0.7%
  • Python 0.4%
  • Dockerfile 0.2%