Skip to content

Commit

Permalink
fixed typo in all modules config-param file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreea-pasare committed Oct 27, 2023
1 parent 4322585 commit 74399be
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<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.'"/>
<xsl:variable name="ontologyDescriptionShapes"
select="'The eProcurement Ontology Catalogue core shapes provides the generic datashape specifications for the eProcurement Ontology Catalogue core.''"/>
select="'The eProcurement Ontology Catalogue core shapes provides the generic datashape specifications for the eProcurement Ontology Catalogue core.'"/>
<!-- rdfs:seeAlso -->
<xsl:variable name="seeAlsoResources"
select="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<xsl:variable name="ontologyDescriptionRestrictions"
select="'The eProcurement Ontology Contract core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology Contract core.'"/>
<xsl:variable name="ontologyDescriptionShapes"
select="'The eProcurement Ontology Contract core shapes provides the generic datashape specifications for the eProcurement Ontology Contract core.''"/>
select="'The eProcurement Ontology Contract core shapes provides the generic datashape specifications for the eProcurement Ontology Contract core.'"/>
<!-- rdfs:seeAlso -->
<xsl:variable name="seeAlsoResources"
select="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<xsl:variable name="ontologyDescriptionRestrictions"
select="'The eProcurement Ontology Fulfilment core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology Fulfilment core.'"/>
<xsl:variable name="ontologyDescriptionShapes"
select="'The eProcurement Ontology Fulfilment core shapes provides the generic datashape specifications for the eProcurement Ontology Fulfilment core.''"/>
select="'The eProcurement Ontology Fulfilment core shapes provides the generic datashape specifications for the eProcurement Ontology Fulfilment core.'"/>
<!-- rdfs:seeAlso -->
<xsl:variable name="seeAlsoResources"
select="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<xsl:variable name="ontologyDescriptionRestrictions"
select="'The eProcurement Ontology Notice core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology Notice core.'"/>
<xsl:variable name="ontologyDescriptionShapes"
select="'The eProcurement Ontology Notice core shapes provides the generic datashape specifications for the eProcurement Ontology Notice core.''"/>
select="'The eProcurement Ontology Notice core shapes provides the generic datashape specifications for the eProcurement Ontology Notice core.'"/>
<!-- rdfs:seeAlso -->
<xsl:variable name="seeAlsoResources"
select="
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<xsl:variable name="ontologyDescriptionRestrictions"
select="'The eProcurement Ontology core restrictions provides the restrictions and the inference-related specifications on the concepts and properties in the eProcurement Ontology core.'"/>
<xsl:variable name="ontologyDescriptionShapes"
select="'The eProcurement Ontology core shapes provides the generic datashape specifications for the eProcurement Ontology core.''"/>
select="'The eProcurement Ontology core shapes provides the generic datashape specifications for the eProcurement Ontology core.'"/>
<!-- rdfs:seeAlso -->
<xsl:variable name="seeAlsoResources"
select="
Expand Down
2 changes: 1 addition & 1 deletion implementation/ePO_core/xmi_conceptual_model/ePO_core.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 74399be

Please sign in to comment.