oeg-upm / rmldoc

Python package designed to generate documentation for RML mappings
Apache License 2.0
10 stars 1 forks source link

Validate mapping before documenting it #2

Open dgarijo opened 8 months ago

dgarijo commented 8 months ago

There are libraries that validate RML mappings with shapes. We may integrate one of those in rmldoc to make sure the mapping to validate is compliant with a valid specification before generating the documentation

anaigmo commented 7 months ago

Developing further on this, the new RML modules come with SHACL shapes to validate that the mappings are semantically correct, we can make the validation with them