Skip to content

Commit

Permalink
added eInvoicing folder; updated config parameters and namespaces; up…
Browse files Browse the repository at this point in the history
…dated xml files
  • Loading branch information
andreea-pasare committed Jul 23, 2024
1 parent a9976a4 commit da8e52e
Show file tree
Hide file tree
Showing 31 changed files with 30,817 additions and 13,644 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/transform_epo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
- "implementation/eContract/xmi_conceptual_model/eContract.xml"
- "implementation/eContract/xmi_conceptual_model/eAccess.xml"
- "implementation/eContract/xmi_conceptual_model/eSubmission.xml"
- "implementation/eContract/xmi_conceptual_model/eInvoicing.xml"
jobs:
report_and_glossary:
runs-on: ubuntu-latest
Expand All @@ -35,7 +36,7 @@ jobs:

- name: generate convention report and glossary
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
AVAILABLE_IMPLEMENTATIONS=(eInvoicing eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation}---------------------------------"
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:

- name: merge implementations xmi files into one
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
AVAILABLE_IMPLEMENTATIONS=(eInvoicing eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
cd model2owl
mkdir -p merge-xmis
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
Expand Down Expand Up @@ -148,7 +149,7 @@ jobs:

- name: transform step
run: |
AVAILABLE_IMPLEMENTATIONS=(eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
AVAILABLE_IMPLEMENTATIONS=(eInvoicing eOrdering eFulfilment eCatalogue eNotice eContract eAccess eSubmission ePO_core)
for implementation in "${AVAILABLE_IMPLEMENTATIONS[@]}"
do
echo "-------------------${implementation} transform---------------------------------"
Expand Down
4 changes: 2 additions & 2 deletions implementation/eAccess/model2owl-config/config-parameters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
<!-- owl:incompatibleWith -->
<xsl:variable name="incompatibleWith" select="'3.1.0'"/>
<!-- owl:versionInfo -->
<xsl:variable name="versionInfo" select="'4.1.0'"/>
<xsl:variable name="versionInfo" select="'4.2.0'"/>
<!-- bibo:status-->
<xsl:variable name="ontologyStatus" select="'Semantic Specification Release'"/>
<!-- owl:priorVersion -->
<xsl:variable name="priorVersion" select="'4.0.2'"/>
<xsl:variable name="priorVersion" select="'4.1.0'"/>
<!-- vann:preferredNamespaceUri -->
<xsl:variable name="preferredNamespaceUri" select="'http://data.europa.eu/a4g/ontology#'"/>
<!-- vann:preferredNamespacePrefix -->
Expand Down
1 change: 1 addition & 0 deletions implementation/eAccess/model2owl-config/namespaces.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<prefix name="epo-ful" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-acc" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-sub" value="http://data.europa.eu/a4g/ontology#" importURI="http://data.europa.eu/a4g/ontology#sub"/>
<prefix name="epo-inv" value="http://data.europa.eu/a4g/ontology#"/>

<prefix name="nuts" value="http://data.europa.eu/nuts/"/>
<prefix name="espd" value="https://github.com/ESPD/ESPD-EDM/"/>
Expand Down
353 changes: 208 additions & 145 deletions implementation/eAccess/xmi_conceptual_model/eAccess.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
<!-- owl:incompatibleWith -->
<xsl:variable name="incompatibleWith" select="'3.1.0'"/>
<!-- owl:versionInfo -->
<xsl:variable name="versionInfo" select="'4.1.0'"/>
<xsl:variable name="versionInfo" select="'4.2.0'"/>
<!-- bibo:status-->
<xsl:variable name="ontologyStatus" select="'Semantic Specification Release'"/>
<!-- owl:priorVersion -->
<xsl:variable name="priorVersion" select="'4.0.2'"/>
<xsl:variable name="priorVersion" select="'4.1.0'"/>
<!-- vann:preferredNamespaceUri -->
<xsl:variable name="preferredNamespaceUri" select="'http://data.europa.eu/a4g/ontology#'"/>
<!-- vann:preferredNamespacePrefix -->
Expand Down
1 change: 1 addition & 0 deletions implementation/eCatalogue/model2owl-config/namespaces.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<prefix name="epo-ful" value="http://data.europa.eu/a4g/ontology#" importURI="http://data.europa.eu/a4g/ontology#ful"/>
<prefix name="epo-acc" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-sub" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-inv" value="http://data.europa.eu/a4g/ontology#"/>

<prefix name="nuts" value="http://data.europa.eu/nuts/"/>
<prefix name="espd" value="https://github.com/ESPD/ESPD-EDM/"/>
Expand Down
2,371 changes: 1,546 additions & 825 deletions implementation/eCatalogue/xmi_conceptual_model/eCatalogue.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@
<!-- owl:incompatibleWith -->
<xsl:variable name="incompatibleWith" select="'3.1.0'"/>
<!-- owl:versionInfo -->
<xsl:variable name="versionInfo" select="'4.1.0'"/>
<xsl:variable name="versionInfo" select="'4.2.0'"/>
<!-- bibo:status-->
<xsl:variable name="ontologyStatus" select="'Semantic Specification Release'"/>
<!-- owl:priorVersion -->
<xsl:variable name="priorVersion" select="'4.0.2'"/>
<xsl:variable name="priorVersion" select="'4.1.0'"/>
<!-- vann:preferredNamespaceUri -->
<xsl:variable name="preferredNamespaceUri" select="'http://data.europa.eu/a4g/ontology#'"/>
<!-- vann:preferredNamespacePrefix -->
Expand Down
1 change: 1 addition & 0 deletions implementation/eContract/model2owl-config/namespaces.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<prefix name="epo-ful" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-acc" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-sub" value="http://data.europa.eu/a4g/ontology#"/>
<prefix name="epo-inv" value="http://data.europa.eu/a4g/ontology#"/>

<prefix name="nuts" value="http://data.europa.eu/nuts/"/>
<prefix name="espd" value="https://github.com/ESPD/ESPD-EDM/"/>
Expand Down
Loading

0 comments on commit da8e52e

Please sign in to comment.