Skip to content

Commit

Permalink
package for delivery D
Browse files Browse the repository at this point in the history
  • Loading branch information
lps committed Jun 1, 2020
1 parent dc269c9 commit 4d9d9aa
Show file tree
Hide file tree
Showing 63 changed files with 460,630 additions and 3,960 deletions.
Binary file added deliverables/D/D.zip
Binary file not shown.
32 changes: 32 additions & 0 deletions deliverables/D/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Deliverable D

Date: 01/06/2020

### Content

| Deliverable D | Generate the formal ontology (data shapes component) |
|-------- |----------------------------------------------------------------------------------------------------------------------------- |
| WP2.4 | [Transformation script for the SHACL shapes](src/shacl-shapes.xsl) |
| WP2.5 | [SHACL shape transformation script unit tests](test/test-shacl-shape-lib) |
| WP2.6 | [SHACL shapes generated with the current state of the conceptual model](data/data-shapes-ePO-CM-v2.0.1-2020-05-19.shapes.rdf) |
| WP1.3+ | [Script checking the conformance to the technical conventions of the conceptual model](src/html-conventions-report.xsl) |

###### 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
170 changes: 81 additions & 89 deletions deliverables/D/data/data-shapes-ePO-CM-v2.0.1-2020-05-19.shapes.rdf

Large diffs are not rendered by default.

Loading

0 comments on commit 4d9d9aa

Please sign in to comment.