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 3fb0d62 commit a555e25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions implementation/poc/model2owl-config/config-parameters.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@
<xsl:variable name="ontologyLabelRestrictions" select="'Core Public Organisation Vocabulary - core restrictions'"/>
<xsl:variable name="ontologyLabelShapes" select="'Core Public Organisation Vocabulary - core shapes'"/>
<!-- dct:title -->
<xsl:variable name="ontologyTitleCore" select="'technical package - core'"/>
<xsl:variable name="ontologyTitleRestrictions" select="'common SRC_AP Ontology - core restrictions'"/>
<xsl:variable name="ontologyTitleShapes" select="'common SRC_AP Ontology - core shapes'"/>
<xsl:variable name="ontologyTitleCore" select="'POC Ontology - core'"/>
<xsl:variable name="ontologyTitleRestrictions" select="'POC Ontology_AP Ontology - core restrictions'"/>
<xsl:variable name="ontologyTitleShapes" select="'POC _AP Ontology - core shapes'"/>
<!-- dct:description-->
<xsl:variable name="ontologyDescriptionCore"
select="'The common SRC_AP Ontology core describes the concepts and properties representing the European Public Procurement Catalogue domain. The provision of these semantics offers the basis for a common understanding of the domain for all stakeholders ensuring the quality of data exchange and transparency. The ontology restrictions are published in a separate artefact.'"/>
<xsl:variable name="ontologyDescriptionRestrictions"
select="'The eProcurement Ontology Catalogue core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology Catalogue core.'"/>
select="'he 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="ontologyDescriptionShapes"
select="'The eProcurement Ontology Catalogue core shapes provides the generic datashape specifications for the eProcurement Ontology Catalogue core.'"/>
<!-- rdfs:seeAlso -->
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="EnterpriseArchitect" 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 a555e25

Please sign in to comment.