Skip to content

Releases: OP-TED/model2owl

2.1.1

09 Aug 14:29
8c9d187
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

07 Aug 08:33
38b793b
Compare
Choose a tag to compare

New features

  • Transformation if Element and Connenctor tags
  • Transformation of floating comments attached to Elements and Connectors
  • Addition of config variables: convention report metadata, a flag for generating realisations and objects, a flag for generating re-used concepts (classes and properties)
  • Transformation of realisation relations (but the Object description generation is not yet in place)
  • Improved Makefile
  • Fixed connector multiplicity bug
  • Improved documentation

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

25 Jun 16:29
b536382
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...2.0.0

1.1.0

27 Mar 15:52
68fe634
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

1.0.0

03 Feb 13:31
a09c32c
Compare
Choose a tag to compare

Final version of TEDEPO/OWL 2020 project.

0.1.15

16 Dec 18:51
12a0e8b
Compare
Choose a tag to compare
Merge pull request #71 from meaningfy-ws/feature/EPO-169

removed Enumerations from core and restrictions

0.1.14

07 Dec 10:56
fc10b6d
Compare
Choose a tag to compare
  • fix: attribute types are in lower case but should be as in the UML (e.g.: skos:c/Concept, epo:a/Ammount, Quantity)
  • update: the mappings in the configuration: change rdf:langString to rdfs:literal
  • fix: restrictions min 0 and max *, generated from Class attributes, shall disappear

We have generated the RDF files from the latest version fo the model. Please find them at the following links:
owl-core-ePO-CM-2.0.1
owl-restrictions-ePO-CM-2.0.1
owl-shpes-ePO-CM-2.0.1

Deliverable E

09 Jun 12:24
Compare
Choose a tag to compare
Deliverable E Pre-release
Pre-release

Deliverable E

Date: 09/06/2020

Content

Deliverable E Generate the formal ontology (reasoning-related component)
WP2.7 Transformation script for the ontology intensional definitions based on the class and property restrictions
WP2.8 Intensional ontology definitions transformation script unit tests
WP2.9 Intensional ontology definitions generated with the current state of the conceptual model

Folder structure

/data - generated data

  • owl-restrictions-ePO-CM-v2.0.1-2020-06-08-mappings.rdf - [WP2.9] Intensional ontology definitions generated with the current state of the conceptual model (snapshots of the CM - mappings from 08/06/2020)

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

  • owl-restrictions.xsl - [WP2.7] Transformation script for the ontology intensional definitions based on the class and property restrictions
  • /common and /reasoning-layer-lib - [WP2.7]* contain modules loaded by the main files.

/test - [WP2.8] 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

Deliverable D

01 Jun 10:53
Compare
Choose a tag to compare
Deliverable D Pre-release
Pre-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

Deliverable C

25 May 09:13
Compare
Choose a tag to compare
Deliverable C Pre-release
Pre-release

Deliverable C

Date: 25/05/2020

Content

Deliverable C Generate the formal ontology (core component)
WP1.6+ transformation rules from UML to OWL and SHACL
WP2.1 Transformation script for the core ontology
WP2.2 Core ontology transformation script unit tests
WP2.3 Core ontology generated with the current state of the conceptual model
Footnotes:

+ This delivery batch contains the work package WP1.6, which was not foreseen in the initial planning, but, nevertheless, was created with additional efforts for the success of the eProcurement ontology project. This additional work package contributes to completing the eProcurement overall architecture and provides a concise, human-readable, documentation of the transformation logic that is implemented across work packages of the second phase (WP2.*).

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.
  • core-ont-ePO-CM-v2.0.1-2020-05-19.ttl - [WP2.3] the core 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.3] the core ontology component in RDF/XML format

/doc - documentations

  • /uml2owl-transformation - [WP1.6] transformation rules from UML to OWL and SHACL

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

  • owl-core.xsl - [WP2.1] - Transformation script for the core ontology
  • /common and /owl-core-lib contain modules loaded by the main file (owl-core.xsl)

/test - [WP2.2] 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