-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
lps
committed
Jun 1, 2020
1 parent
dc269c9
commit 4d9d9aa
Showing
63 changed files
with
460,630 additions
and
3,960 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
170
deliverables/D/data/data-shapes-ePO-CM-v2.0.1-2020-05-19.shapes.rdf
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.