Skip to content

Deliverable D

Pre-release
Pre-release
Compare
Choose a tag to compare
@costezki costezki released this 01 Jun 10:53
· 572 commits to master since this release

Deliverable D

Date: 01/06/2020

Content

Deliverable D Generate the formal ontology (data shapes component)
WP2.4 Transformation script for the SHACL shapes
WP2.5 SHACL shape transformation script unit tests
WP2.6 SHACL shapes generated with the current state of the conceptual model
WP1.3+ Script checking the conformance to the technical conventions of the conceptual model
Footnotes:

+ This delivery contains updates for WP1.3 implementing the changes agreed with OP and Everis. The HTML reports generated by the conformance checking algorithm contains now filters for errors, warnings and info points.

Folder structure

/data - generated data

  • validation-ePO-CM-v2.0.1-2020-05-19.html - conventions reports generated from test data (snapshots of the CM from 19/05/2020)
  • /data/static - contains JS and CSS styles refereed by HTML reports.
  • data-shapes-ePO-CM-v2.0.1-2020-05-19.shapes.ttl - [WP2.6] the data shape ontology component in Turtle format generated from test data (snapshots of the CM from 19/05/2020)
  • core-ont-ePO-CM-v2.0.1-2020-05-19.rdf - [WP2.6] the data shape ontology component in Turtle format generated from test data (snapshots of the CM from 19/05/2020)

/src - source code of the XSLT scripts generating the core ontology in RDF/XML format.

  • shacl-shapes.xsl - [WP2.4] - Transformation script for the SHACL shapes
  • html-conventions-report.xsl - [WP1.3] source code of the XSLT scripts generating the HTML conventions report.
  • /common , /html-conventions-lib and /shacl-shape-lib contain modules loaded by the main files.

/test - [WP2.5] contains unit tests for each XSL module ensuring the correct implementation.

  • /test/unitTests - contain XSpec unit tests
  • /test/testData - test data used in the unit tests