Mat-O-Lab / RDFConverter

Conversion and validation of YARRRML and Chowlk files to RDF. Applied to Material Sciences Methods
http://rdfconverter.matolab.org/
Apache License 2.0
7 stars 0 forks source link

Add validation workflow documentation #4

Closed horstf closed 2 years ago

horstf commented 2 years ago

@alexandrutodor @joergfunger

horstf commented 2 years ago

The wiki was added in https://github.com/Mat-O-Lab/RDFConverter/blob/main/.github/workflows/wiki.md

joergfunger commented 2 years ago

How are we supposed to use this? Would someone be available to jointly with @vandungdo implement a very simple example case in our data procesing pipeline/worklfow?

firmao commented 2 years ago

Is it supposed to do what the java method "RDFValidator.validateRDF(String rdf, String shaclShapes)" does? https://github.com/Mat-O-Lab/RDFConverter/blob/266daf3c1842c0d3b2611591a0a7343d692f4521/src/main/java/com/bam/servlet/RDFValidator.java#L42

joergfunger commented 2 years ago

Not sure what the method does and how I would integrate that our CI, in particular an example with a documentation might be helpful.