Skip to content

Commit

Permalink
added respec variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Dragos0000 committed Jul 15, 2024
1 parent f9ac4ff commit 2cfcc46
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions implementation/mwb/model2owl-config/config-parameters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,15 @@
<xsl:variable name="createdDate" select="'2021-06-01'"/>
<!-- dct:publisher-->
<xsl:variable name="publisher" select="'http://publications.europa.eu/resource/authority/corporate-body/PUBL'"/>
<!-- _______________________________________________________________________ -->
<!-- RESPEC SECTION -->
<!-- _______________________________________________________________________ -->

<xsl:variable name="githubURL" select="'https://github.com/meaningfy-ws/eurovoc-pipelines'"/>
<xsl:variable name="respecDescription" select="'Common AP is an Application Profile designed to includes common entities that can be used as a foundational framework for all other APs.'"/>
<xsl:variable name="feedbackURL" select="fn:concat($githubURL, '/issues')"/>
<xsl:variable name="authors" select="('Author One', 'Author Two')"/>
<xsl:variable name="editors" select="('Editor One', 'Editor Two')"/>


</xsl:stylesheet>
2 changes: 1 addition & 1 deletion implementation/mwb/xmi_conceptual_model/mwb_CM.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="windows-1252"?>
<xmi:XMI xmlns:uml="http://www.omg.org/spec/UML/20131001" xmlns:xmi="http://www.omg.org/spec/XMI/20131001" xmlns:umldi="http://www.omg.org/spec/UML/20131001/UMLDI" xmlns:dc="http://www.omg.org/spec/UML/20131001/UMLDC" xmlns:thecustomprofile="http://www.sparxsystems.com/profiles/thecustomprofile/1.0">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1559"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1559"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_DB0C4677_88DC_4767_8DE5_76387A40E5AE" name="ePO">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_6B65084A_798D_4f35_BA8F_EF75ACEBC684" name="eProcurementOntology">
Expand Down

0 comments on commit 2cfcc46

Please sign in to comment.