Skip to content

Commit

Permalink
import xmi
Browse files Browse the repository at this point in the history
  • Loading branch information
janaa committed Jul 18, 2024
1 parent 2b04fd2 commit 4d12a01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions implementation/poc/model2owl-config/config-parameters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@
<!-- 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="githubURL" select="'https://github.com/meaningfy-ws/POC-Ontology'"/>
<xsl:variable name="respecDescription" select="'The HR ontology is designed to facilitate the automatic matching of candidate profiles with job descriptions, enhancing the recruitment process for both recruiters and candidates. This ontology integrates key concepts such as skills, qualifications, experiences, job roles, and technologies, structured to improve job matching, career management, and labor market analysis. '"/>
<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')"/>
Expand Down
2 changes: 1 addition & 1 deletion implementation/poc/xmi_conceptual_model/poc_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">
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<xmi:Documentation exporter="Enterprise Architect" exporterVersion="6.5" exporterID="1560"/>
<uml:Model xmi:type="uml:Model" name="EA_Model">
<packagedElement xmi:type="uml:Package" xmi:id="EAPK_9B7DCA51_9AB0_414a_84D2_4032C0DCEACE" name="POC ">
<packagedElement xmi:type="uml:Class" xmi:id="EAID_88A0D156_1E38_46be_9487_76046360B02C" name="dct:Location">
Expand Down

0 comments on commit 4d12a01

Please sign in to comment.