OP-TED / model2owl

Transform UML into a formal OWL ontology and SHACL shapes
https://meaningfy-ws.github.io/model2owl-docs
European Union Public License 1.2
28 stars 5 forks source link

Diffing RDF artefacts (OWL & SHACL) to generate release notes #215

Closed andreea-pasare closed 1 month ago

cristianvasquez commented 1 month ago

The diff should be ideally represented in RDF, for example with the OWL Change Ontology

Having this in RDF

The release notes visualization is done through querying this RDF. The glossary items can point to such a change history.

rousso commented 1 month ago

The diff should be ideally represented in RDF, for example with the OWL Change Ontology

Having this in RDF

  • Is useful to automate or support the update of RML mappings to newer versions
  • Impact analysis on SPARQL queries
  • In case of non-conformance during RDF data validation, provide explanations to resolve the issues.
  • Easy to include additional metadata about changes, such as links to GitHub issues, references to downstream systems, and other relevant context.

The release notes visualization is done through querying this RDF. The glossary items can point to such a change history.

@cristianvasquez the description belongs in the description. Please move it where it belongs and check that the ticket is properly labeled.

cristianvasquez commented 1 month ago

@rousso , I saw you created this issue: https://github.com/OP-TED/model2owl/issues/231 . I'll close this one to not duplicate.