-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature epo 614 #116
Feature epo 614 #116
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,15 +14,15 @@ | |
<prefix name="skos" value="http://www.w3.org/2004/02/skos/core#"/> | ||
|
||
<prefix name="epo" value="http://data.europa.eu/a4g/ontology#"/> | ||
<prefix name="epo-not" value="http://data.europa.eu/a4g/ontology#"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. good input for the moment. I fear we will need other namespace definitions too, at least for eOrdering, eFulfillment. |
||
<prefix name="epo-cat" value="http://data.europa.eu/a4g/ontology#"/> | ||
<prefix name="epo-ecat" value="http://data.europa.eu/a4g/ontology#"/> | ||
<prefix name="nuts" value="http://data.europa.eu/nuts/"/> | ||
<prefix name="reg2015" value="http://data.europa.eu/a4g/extension/ontology#"/> | ||
<prefix name="espd" value="https://github.com/ESPD/ESPD-EDM/"/> | ||
<prefix name="at-voc" value="http://publications.europa.eu/resource/authority/"/> | ||
<prefix name="time" value="http://www.w3.org/2006/time#"/> | ||
<prefix name="locn" value="http://www.w3.org/ns/locn#"/> | ||
<prefix name="core-voc" value="http://data.europa.eu/m8g/"/> | ||
<prefix name="cv" value="http://data.europa.eu/m8g/"/> | ||
<prefix name="core" value="http://data.europa.eu/m8g/"/> | ||
<prefix name="cpv" value="http://data.europa.eu/m8g/"/> | ||
<prefix name="cpsv" value="http://data.europa.eu/m8g/"/> | ||
|
@@ -31,4 +31,6 @@ | |
<prefix name="geosparql" value="http://www.opengis.net/ont/geosparql#"/> | ||
<prefix name="dul" value="http://www.loa-cnr.it/ontologies/DUL.owl#"/> | ||
|
||
<prefix name="person" value="http://www.w3.org/ns/person#"/> | ||
|
||
</prefixes> |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,9 @@ | |
|
||
<xsl:import href="../../config/config-proxy.xsl"/> | ||
|
||
<!-- List of xmi files to be merged into a single xmi file--> | ||
<xsl:variable name="xmiFileList" select="collection('../../test/test-multi-xmi?select=*.xml')"/> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why do we want to take XMI files from a "test" location? |
||
|
||
<xsl:template match="/"> | ||
|
||
<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"> | ||
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="windows-1252"?> | ||
<metadata> | ||
<title>eProcurement core ontology</title> | ||
<!-- Ontology version --> | ||
<version>3.0.1</version> | ||
<!-- Description for the CORE module --> | ||
<description> | ||
This module provides the definitions for the core eProcurement ontology. | ||
Procurement data has been identified as data with a high-reuse potential. | ||
Given the increasing importance of data standards for eProcurement, a number of initiatives | ||
driven by the public sector, the industry and academia have been kick-started in recent years. | ||
Some have grown organically, while others are the result of standardisation work. | ||
The vocabularies and the semantics that they are introducing, the phases of public procurement that they are covering, | ||
and the technologies that they are using all differ. These differences hamper data interoperability and thus its reuse by them or by the wider public. | ||
This creates the need for a common data standard for publishing procurement data, hence allowing data | ||
from different sources to be easily accessed and linked, and consequently reused. | ||
</description> | ||
<!-- default imports for each module --> | ||
<imports resource="http://purl.org/dc/terms/"/> | ||
<imports resource="http://www.w3.org/2004/02/skos/core"/> | ||
</metadata> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indeed we do not need this