Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
janaa committed Jul 26, 2024
1 parent 9525f40 commit 14b9531
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 @@ -117,13 +117,13 @@
<!-- dct:issued-->
<xsl:variable name="issuedDate" select="format-date(current-date(), '[Y0001]-[M01]-[D01]')"/>
<!-- owl:incompatibleWith -->
<xsl:variable name="incompatibleWith" select="'noe'"/>
<xsl:variable name="incompatibleWith" select="'none'"/>
<!-- owl:versionInfo -->
<xsl:variable name="versionInfo" select="'1.0.0'"/>
<!-- bibo:status-->
<xsl:variable name="ontologyStatus" select="'Semantic Specification Release'"/>
<!-- owl:priorVersion -->
<xsl:variable name="priorVersion" select="'none"/>
<xsl:variable name="priorVersion" select="'none'"/>
<!-- vann:preferredNamespaceUri -->
<xsl:variable name="preferredNamespaceUri" select="'http://index.dev/ontology/rmo#'"/>
<!-- vann:preferredNamespacePrefix -->
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="RMO">
<packagedElement xmi:type="uml:Class" xmi:id="EAID_88A0D156_1E38_46be_9487_76046360B02C" name="dct:Location">
Expand Down

0 comments on commit 14b9531

Please sign in to comment.