Skip to content

Commit

Permalink
import xmi
Browse files Browse the repository at this point in the history
  • Loading branch information
janaa committed Jul 19, 2024
1 parent 1f21e00 commit cdb4348
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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 @@ -145,6 +145,6 @@
<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')"/>
<xsl:variable name="authors" select="('Jana Ahmad', 'Achilles Dougali')"/>
<xsl:variable name="editors" select="('Eugen Costezki', 'Andi Stan','Eugene Garla','Mihai Golovatenco')"/>
</xsl:stylesheet>
5 changes: 4 additions & 1 deletion implementation/poc/respec_report/poc_respec.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,10 @@ <h3>Used Prefixes</h3>
</section>

<section>

<section>
<h3>Conceptual Model</h3>
<img src="../xmi_conceptual_model/Images/EAID_F409FC12_A009_48ad_92B5_A889DB11BCB8.jpg" alt="Conceptual Model Image">
</section>



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 cdb4348

Please sign in to comment.