<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta>
      <journal-title-group>
        <journal-title>Evolution of XML Schemas Using Conceptual Modeling, Informatica</journal-title>
      </journal-title-group>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <article-id pub-id-type="doi">10.3233/SW-190382</article-id>
      <title-group>
        <article-title>A framework for data specification modeling in complex domains</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Štěpán Stenchlák</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Software Engineering, Faculty of Mathematics and Physics, Charles University</institution>
          ,
          <addr-line>Prague</addr-line>
          ,
          <country country="CZ">Czech Republic</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Project Exhibitions</institution>
          ,
          <addr-line>Posters and Demos, and Doctoral Consortium</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2021</year>
      </pub-date>
      <volume>26</volume>
      <issue>2015</issue>
      <fpage>453</fpage>
      <lpage>472</lpage>
      <abstract>
        <p>Correctly and completely describing the structure and semantics of data is laborious but necessary for complex domains, critical systems, or interoperability at the national and international levels where potential errors from misinterpretation of data could be costly. However, traditional data modeling processes often do not consider more complex approaches where structure and semantics may be designed separately, derived from already existing models, or composed from multiple models from diferent teams. We propose a robust framework inspired by a model-driven approach to support and ease the development and management of data specifications mapped to semantically or structurally richer models and keep them consistent through evolution.</p>
      </abstract>
      <kwd-group>
        <kwd>conceptual models</kwd>
        <kwd>semantics</kwd>
        <kwd>ontologies</kwd>
        <kwd>data specification</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>CEUR
ceur-ws.org</p>
    </sec>
    <sec id="sec-2">
      <title>1. Problem</title>
      <p>A data specification describes the structure and semantics of data stored within systems or
used for communication between various parties. The structure determines how the data are
represented, whereas semantics defines meaning and how the concepts should be interpreted.
The degree of explicitness of expressing structure and semantics depends on a specific use
case. In the case of small domains, the data itself can implicitly describe its structure, and the
structure can describe the semantics if the person knows the domain well.</p>
      <p>
        However, in complex domains where potential design flaws would be costly, the precise
description of both syntax and semantics may be essential [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. As the syntax is technical, it is often
suficient to provide a technical schema (such as JSON or SQL Schema). However, for semantics,
besides the technical specification (in the form of ontology, for example), documentation with
diagrams and examples may be helpful. Some domains may benefit from additional documents,
such as application skeletons, API specifications, tests, etc.
      </p>
      <p>Manually designing such data specifications is a laborious and error-prone task. It may
require monotone work with copying names and definitions, making it easy to miss concepts
or misplace texts. The designer needs to know the semantics well and be able to create all
necessary parts of the data specification. The latter task can be handled by numerous tools
CEUR
Workshop
Proceedings</p>
      <p>
        © 2023 Copyright for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
automatically generating various documents. For the first task, numerous tools have emerged,
typically based on the model-driven approach [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], which assists with the design by deriving the
structure from the description of the semantics. However, we observe a prevalent issue with
these tools leading to poor practice. They typically do not adequately separate the semantics
and structure, thereby forcing users to think about semantics in the context of structure. The
lack of separation often results in poor-quality models that do not reflect reality. For example,
the designer may merge two concepts for optimization reasons, even if they are semantically
diferent. The ideal way is to have the so-called semantic model [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ], created by someone with
the knowledge of the domain, isolated from the process of designing a structural model [
        <xref ref-type="bibr" rid="ref1 ref4 ref5">1, 4, 5</xref>
        ],
where more technical knowledge is needed. By structural model, we mean a formal description
of data structure; for example, a database schema (often referred to as conceptual model) or a
schema of a serialization format, such as JSON or XML.
      </p>
      <p>
        However, there is little availability of tools [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] that can handle the separation, keeping the
models consistent and up-to-date, or well-defined methodologies for managing the process.
      </p>
      <p>
        The strict two-level separation of semantic and structural models is not always suficient. In
some cases, it may be beneficial to reuse existing models instead of creating them from scratch.
These are often called application profiles [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] that define a model for use in specific application
scenarios but are based on more generic models.
      </p>
      <p>
        An example is DCAT-AP1. DCAT [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ] is the Data Catalog Vocabulary from W3C designed to
facilitate interoperability between data catalogs published on the Web. DCAT-AP is then an
extension of the vocabulary for the needs of the European Union. DCAT-AP-CZ [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] for the
Czech Republic is derived from it. Each adds or changes some of its specifics. From
DCAT-APCZ is then derived a specific data specification defining a JSON data structure [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], but with the
semantics described in DCAT, DCAT-AP, and DCAT-AP-CZ. See Figure 1a.
      </p>
      <p>
        Because of the lack of available tools, the application profiles are manually created [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ], which
brings similar issues with consistency, synchronization, and dificulty in deriving structural
models from the given semantics. For example, any change in DCAT must be propagated
manually to data that conforms to the JSON Schema according to DCAT-AP-CZ.
      </p>
      <p>
        Heery and Patel [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] do not restrict application profiles to only one source model. During
the development of systems based on the microservice architecture [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ], multiple independent
models may arise. If there is a need to connect data across multiple services, the individual
models must be aligned and merged.
      </p>
      <p>We did not specify the type of models the application profiles work with, as the definition
may be interpreted freely. For example, application profiles may extend the semantics or the
structure. This leads us to another real-world use of extending a concrete structure (for example,
JSON Schema) for more specific applications. See Figure 1b, where the structural model for
Subjects reuses Persons.</p>
      <p>This motivates us to design a metamodel that can describe various representations of semantic
and structural models and mappings between them as they can be derived from each other in
the form of application profiles and ensure consistency and change propagation if the model
changes. Moreover, the mapping must be robust enough to give designers of the application
1https://joinup.ec.europa.eu/collection/semic-support-centre/solution/dcat-application-profile-data-portals-europe/
release/300
Czechia</p>
      <sec id="sec-2-1">
        <title>DCAT</title>
        <p>conforms to</p>
      </sec>
      <sec id="sec-2-2">
        <title>DCAT-AP</title>
        <p>conforms to</p>
      </sec>
      <sec id="sec-2-3">
        <title>DCAT-AP-CZ</title>
        <p>shapes</p>
      </sec>
      <sec id="sec-2-4">
        <title>JSON Schema for Data Catalog metadata</title>
        <p>Core team</p>
      </sec>
      <sec id="sec-2-5">
        <title>Core</title>
        <p>concepts
maps</p>
      </sec>
      <sec id="sec-2-6">
        <title>Persons</title>
        <p>shapes
Team A
Team B</p>
      </sec>
      <sec id="sec-2-7">
        <title>Subjects</title>
        <p>shapes</p>
      </sec>
      <sec id="sec-2-8">
        <title>JSON Schema</title>
        <p>for Person info
reuses</p>
      </sec>
      <sec id="sec-2-9">
        <title>JSON Schema for Subject info</title>
        <p>(a) Data Catalog Vocabulary and its Application</p>
        <p>Profiles for use in Czechia’s National Open
Data Catalog.</p>
        <p>
          (b) Subset of the study information system for
persons and school subjects management modules
with schemas for provided APIs.
profiles enough freedom they have when they follow the now common path of designing a
simple data schema in which they can do whatever they want and is not constrained by external
semantic models. We also plan to design a methodology on how these application profiles
should be properly designed as there are currently no well defined approaches [
          <xref ref-type="bibr" rid="ref4">4</xref>
          ].
        </p>
        <p>
          To support our research, we will also develop an ecosystem of tools that will support designers
in creating application profiles. As a complete example, consider the following:
1. A domain expert decides to create a semantic model for their domain and derive a few
JSON Schemas from it describing data exchanged between the system. They may create a
semantic model from scratch, but they decide to use Wikidata [
          <xref ref-type="bibr" rid="ref13">13</xref>
          ] and Schema.org as
it already describes most of their domain. This means they may choose concepts that
will be included, may change them, or add new ones as only sometimes the existing
models describe the reality as wanted. They may want to create a documentation website
from the finished semantic model with diagrams and detailed explanations of individual
concepts.
2. If the domain is large, the model may be further extended or modified by other teams
that need more detail or have diferent expectations.
3. Data designers may then create structural models that shape the domain’s semantic model.
        </p>
        <p>Each structural model is then used to generate schemas for given formats, documentation,
examples, and other artifacts.
4. Others may extend the structural models by creating their own or use them as is in other
schemas.</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>2. Related work</title>
      <p>
        This work is inspired by the author’s supervisor and his team’s previous research [
        <xref ref-type="bibr" rid="ref14 ref15 ref16 ref17">14, 15, 16, 17</xref>
        ]
from 2012 to 2015. The team built on the well-defined concepts of model-driven, model weaving,
and evolution [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. They considered two models, semantic as platform-independent and structural
platform-specific, to design XML [ 18] Schemas from a shared semantic model. However, some
model-driven concepts may no longer apply as we consider more robust solutions where
application profiles only patch the source model, and the models may be linked under diferent
contexts.
      </p>
      <p>
        Some European countries are pursuing a similar goal, although more focused on developing
tools, for publishing data specifications to describe open data according to the New European
Interoperability Framework guide [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. In some parts, it identifies the issues described in section 1,
thus confirming the correct direction of our research and the possible application in practice.
However, the quality of these tools is often low regarding the general and easy use outside
their domain. An example is the Finnish tool Tietomallit2 or a Belgian toolchain for technical
standardization on a national level OSLO3. Both tools only focuses on a specific use-case as
their main goal is to support publishing open data in closed ecosystem.
      </p>
      <p>
        Many approaches solve the partial problem of this work. Research in model-driven
engineering [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] can be considered regarding models’ transformation when creating structural models
from semantics and evolution and change propagation between various application profiles.
There is research in ontology engineering [19] that can cover the semantics. There are also
practical tools, such as LinkML [20], that handle the transformation of platform-independent
structural models to various formats.
      </p>
    </sec>
    <sec id="sec-4">
      <title>3. Proposed solution</title>
      <p>We propose a solution inspired by a model-driven approach. Any semantic or structural model
managed atomically by a single entity is a model from a model-driven standpoint. In Figure 1, all
rectangles are individual models, and we also consider external models, such as one constructed
in Enterprise Architect and stored in an SQL database.</p>
      <p>Then, the problems addressed in the previous chapter can be divided into three groups. (i)
Change propagation, model derivation from more general models, and model management can
be addressed by a generic model-driven framework. (ii) We then build tools for deriving semantic
and (iii) structural models on top of this general framework. A high-level representation of our
solution is shown in Figure 2.</p>
      <p>To generalize the idea, by model, we mean a representation of either structure, semantics, or
any other representation of arbitrary data. This allows us to apply the solution to other domains
that may benefit from change propagation and model derivation and are not directly related
to semantic or structural models. For example, consider a model that represents OpenAPI
specifications 4. Although most of the specification consists of data schemas, some operations
may change in time and may be necessary to propagate changes between various specifications
and other technical artifacts properly.</p>
      <p>The aim of the generic framework is to define the metamodel of models, evolution and
derivation of models.
2https://tietomallit.suomi.fi/
3https://joinup.ec.europa.eu/collection/oslo-open-standards-linked-organisations-0/about
4https://swagger.io/specification/
g
n
li
e
d
o
m
a
m
e
h
c
S
g
n
il
e
d
o
m
c
it
n
a
m
e
S
irc rko
ene ewm
G fra</p>
      <sec id="sec-4-1">
        <title>Structural model evolution</title>
      </sec>
      <sec id="sec-4-2">
        <title>Evolution propagation</title>
      </sec>
      <sec id="sec-4-3">
        <title>Semantic model evolution</title>
      </sec>
      <sec id="sec-4-4">
        <title>Structural model derivation</title>
      </sec>
      <sec id="sec-4-5">
        <title>Semantic model shaping</title>
      </sec>
      <sec id="sec-4-6">
        <title>Semantic model derivation</title>
      </sec>
      <sec id="sec-4-7">
        <title>Model evolution</title>
      </sec>
      <sec id="sec-4-8">
        <title>Model derivation</title>
        <p>Model management
n
o
itr
a
e
n
e
g
t
c
a
iftr
A</p>
        <p>To achieve that models can be extended and modified, we introduce a model derivation as
seen in Figure 1. Individual models will refer to each other, creating a rooted model graph
with the model of a question as the root. According to the type of reference and based on the
context, the information from the referenced models will be interpreted diferently, resulting in
a single aggregated model with the desired properties. This does not mean that the base model
contains all the content but rather consists of another model. Depending on the situation, we
may treat the base model as an aggregation, hence the full model. This would mean, we can
generate, for example, a documentation of all concepts with diagrams, or just as a patch that
ifxes the included model and generate only the patch documentation. The base model may
overwrite, modify or delete entities from the included model in a form of patches or include
only explicitly listed entities. This may be beneficial, for example, with the Wikidata model, as
it is too large, and only part of it may be relevant in a given situation.</p>
        <p>Individual types of entities that will be stored in the model depend on the model type and use,
and their exact list and function are out of the scope of this paper. To briefly mention them, the
semantic model will contain classes and associations; the structural model will contain objects
and their properties, choices and references. If the model modifies an existing concept, it will
be a patch. Other useful entities include various types of mappings, such as sameAs, or more
complex ones between multiple entities.</p>
        <p>Models can be arranged in the model graph in various ways depending of the intent of the
modeler. Let us imagine a situation where we will make an application profile to a semantic
model. In this case, we have two models - the original model, which may be external, and the
model that patches it. The newly created concepts then need to be stored in the new model.
However, it may make sense to put any bug fixes into a new model that can be later applied to
the original model.</p>
        <p>Alternatively, we may have multiple external models as a source. Then it may be helpful
to create a model for potential bug fixes for each external model and then one model that
aggregates all of them and provides additional entities that do not belong to any of the source
models.</p>
        <p>If there is a designated model for bug fixes, it should be possible to generate a patch to the
original model or directly commit the changes if the model would support this.</p>
        <p>Two sub-activities will be addressed regarding the evolution: model versioning and change
propagation. Versioning is only possible for models created within the tools and not externally.
The purpose is to keep the whole model history and allow the change propagation to be
executed later, not immediately, when change occurs. Change propagation will then be handled
individually within the semantic and structural models. Each change to the model will have to
be made using a predefined operation. With the knowledge of the operations, it will be possible
to apply this list of operations to other models or translate them to a diferent set of operations
for models of other types.</p>
        <p>For external models that are not versioned, we would have to obtain the list of operations
manually. We can address this by using another model as a mirror. By comparing these models,
we can infer changes that can then be propagated. In some cases, this may not be necessary.
Then, if the inconsistency is found, users would have to fix it by themselves.</p>
        <p>The individual models may serve as the output if they are in the desired format. Although
we plan to introduce a native format for storing the models, users may use adapters for other
formats if the given format disposes of the required functionalities. Then we call the model to
be external. External models can be a common use case for representing semantic models in
various formats, such as Enterprise Architect or Draw.io.</p>
        <p>However, in most scenarios, users may want to generate artifacts from models using various
generators. For example, a JSON Schema from a structural model, RDFS [21] from a semantic
model, documentation, etc. From an architectural perspective, three types of generators can be
distinguished.</p>
        <p>• single model - generates artifacts from one model in a specific version. Either directly
from the model or by aggregating it with all models from the model graph,
• evolution - generates from a sequence of changes that are propagated from the model,
for example, SQL UPDATE statements or an HTML document with a list of changes in a
human-readable form,
• dif - the diference between two models, such as transformation scripts that produce
data that conforms to one structural model from data that conforms to the other. This,
however, is the most challenging part of the project and, in many use cases, unnecessary.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>4. Current status</title>
      <p>
        The project started with the author’s master thesis, which aimed to develop a proof-of-concept
tool called Dataspecer [22] to facilitate and improve the work of creating so-called Formal
Open Standards (FOSes) [23] in the Czech Republic. FOSes are data specifications for open
data publishers and public institutions. Currently, the tool can efectively replace most of the
original manual work and is actively used for that. It generates HTML documentation of the
concepts with diagrams, JSON Schema [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ], JSON-LD [24], XSD [25], CSVW [26], SPARQL
queries [27], and XSLT [28] transformation scripts between XML and RDF [29] representation.
      </p>
      <p>A key consideration during the tool’s development was user-friendliness. It reads an external
semantic model and suggests concepts that can be used to construct the schema in a graphical
bullet list-like format. See Figure 3. It lets users rename keys and move properties in the tree to
create schemas that fit their needs. The format is not tied to a specific technology but rather
generic. Therefore it is possible to generate JSON, XML, and CSV schemas from the same
structural model. Possible format-specific constructs can be added, but our proposed model is
suficient for all the FOSes we are working on.</p>
      <p>Regarding the graph model described in section 3, the three-layer architecture depicted in
Figure 4 is currently embedded in Dataspecter. The user chooses the source of the external
semantic model. A new, empty model is created underneath, which is used to patch changes
and simultaneously, copies all concepts used in case the external semantic model is unavailable.
Underneath are the individual structural models from which the tool generates the artifacts, as
mentioned earlier.</p>
      <sec id="sec-5-1">
        <title>Dataspecer project</title>
      </sec>
      <sec id="sec-5-2">
        <title>External semantic model</title>
        <p>(SGoV, RDFS, Wikidata)</p>
      </sec>
      <sec id="sec-5-3">
        <title>Project level</title>
        <p>patches semantic model
shapes</p>
      </sec>
      <sec id="sec-5-4">
        <title>Structural models</title>
        <p>Although this architecture is suficient for many cases, we would like to generalize it for other
scenarios, such as instances where the user works with multiple semantic models or wants to
create their own model during schema modeling.</p>
        <p>We use the Czech Semantic Government Vocabulary (SGoV) [30] as the external semantic
model. It contains concepts from Czech laws and important domains, their definitions, and
relations. For example, it contains concepts about Tourist destinations that are used in FOS to
prescribe a JSON structure for publishing open data about them. A typical publisher is a local
city administration that needs to attract visitors by providing standardized data that various
online mapping and planning services can consume. It also contains more than 40 diferent
properties characterizing the barrier-free accessibility of a public place that requires a deeper
understanding of the needs of people with disabilities. Hence it would be too demanding for
one person to design a structure without semantics defined in advance.</p>
        <p>We are also actively working with several students on other generators such as SHACL,
sample application generator, or example data generator. We are also working on a Wikidata
adapter as an external semantic model.</p>
        <p>In addition to a schema generation tool, we want to focus on a tool that would work primarily
with semantic models - load external ones, create application profiles, and publish those in
diferent formats and technologies according to section 3.</p>
        <p>In the following year (the 2nd year of the author’s Ph.D. studies), the author plans to complete
all parts of the generic framework, redesign Dataspecer to support a full model graph, and
coordinate the development of the semantic modeling tool. In the next year, we plan to start
working on evolution and methodology based on the feedback we get. We will also optimize
the developed tools for use in practice. In the last year, we want to analyze and implement
mappings between diferent concepts and further work on integrating the tools into practice.</p>
        <p>From a publishing point of view, the author wants to describe the structure of the models
and how they can be applied in diferent domains, the principle of evolution, and mapping.</p>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>5. Plan for evaluation and validation</title>
      <p>The primary part of the evaluation and validation will be the use of the tools, that will use the
proposed metamodel, in practice. Specifically, several data experts will actively use the tool for
schema generation in the context of FOSes development and management for Czechia. Evolution
will also be used in long-term management, as the source semantic models continuously change.
Occasionally, the semantic model creation tool will also be used to create application profiles.</p>
      <p>The author will be actively using the semantic model management tool to manage concepts
from the business analysis as he is involved in the development of a new student information
system. Due to the size of the project, multiple semantic models will be created and need to
be synchronized. This corresponds to Figure 1b with several semantic models and one main
model containing the definition of the core concepts. Subsequently, Dataspecer will be used to
create API specifications for the interfaces between the diferent modules of the system. As the
system is incrementally rewritten, the semantic model will evolve. The changes will need to
be documented, and API updates will need to be issued accordingly. We expect the tools to do
most of the work automatically.</p>
      <p>We also actively seek involvement in other projects, such as European Union’s SEMIC, where
data specifications are being developed.</p>
      <p>We then plan to conduct a methodological survey among users to determine whether these
tools make their work more efortless than a manual approach, whether all use cases can be
covered, and whether manual intervention in the model design process is still needed.</p>
    </sec>
    <sec id="sec-7">
      <title>Acknowledgments</title>
      <p>I am grateful to my advisor, doc. Mgr. Martin Nečaský, Ph.D., for his supervision of my
research and to other members of our research group for valuable discussions. This research
was supported by the Charles University project GAUK no. 262823 and SVV project 260 698.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Doan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. Y.</given-names>
            <surname>Halevy</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z. G.</given-names>
            <surname>Ives</surname>
          </string-name>
          , Principles of Data Integration, Morgan Kaufmann,
          <year>2012</year>
          . URL: http://research.cs.wisc.edu/dibook/.
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>D. C.</given-names>
            <surname>Schmidt</surname>
          </string-name>
          , Guest Editor's Introduction:
          <string-name>
            <surname>Model-Driven</surname>
            <given-names>Engineering</given-names>
          </string-name>
          ,
          <source>Computer</source>
          <volume>39</volume>
          (
          <year>2006</year>
          )
          <fpage>25</fpage>
          -
          <lpage>31</lpage>
          . doi:
          <volume>10</volume>
          .1109/
          <string-name>
            <surname>MC</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <volume>58</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>J.</given-names>
            <surname>Peckham</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Maryanski</surname>
          </string-name>
          ,
          <article-title>Semantic data models</article-title>
          ,
          <source>ACM Computing Surveys (CSUR) 20</source>
          (
          <year>1988</year>
          )
          <fpage>153</fpage>
          -
          <lpage>189</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>E.</given-names>
            <surname>Commission</surname>
          </string-name>
          , D.-G. for Informatics,
          <article-title>New European interoperability framework : promoting seamless services and data flows for European public administrations</article-title>
          ,
          <source>Publications Ofice</source>
          ,
          <year>2017</year>
          . doi: doi/10.2799/78681.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>View</surname>
          </string-name>
          ,
          <article-title>Towards a model-driven organization (part 1) -</article-title>
          anchor modeling,
          <year>2022</year>
          . URL: https: //www.anchormodeling.
          <article-title>com/towards-a-model-driven-organization-part-1/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>F.</given-names>
            <surname>Rademacher</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Sorgalla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Sachweh</surname>
          </string-name>
          , Challenges of Domain-Driven Microservice Design:
          <string-name>
            <given-names>A</given-names>
            <surname>Model-Driven</surname>
          </string-name>
          <string-name>
            <surname>Perspective</surname>
          </string-name>
          , IEEE Softw.
          <volume>35</volume>
          (
          <year>2018</year>
          )
          <fpage>36</fpage>
          -
          <lpage>43</lpage>
          . doi:
          <volume>10</volume>
          .1109/MS.
          <year>2018</year>
          .
          <volume>2141028</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>P.</given-names>
            <surname>Espinoza-Arias</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Garijo</surname>
          </string-name>
          , Ó. Corcho,
          <article-title>Crossing the chasm between ontology engineering and application development: A survey</article-title>
          ,
          <source>J. Web Semant</source>
          .
          <volume>70</volume>
          (
          <year>2021</year>
          )
          <article-title>100655</article-title>
          . doi:
          <volume>10</volume>
          .1016/j. websem.
          <year>2021</year>
          .
          <volume>100655</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <article-title>[8] rachel heery, manjula patel, Application profiles: Mixing and matching metadata schemas</article-title>
          ,
          <source>Ariadne</source>
          (
          <year>2000</year>
          ). URL: http://www.ariadne.ac.uk/issue/25/app-profiles/.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>D.</given-names>
            <surname>Browning</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Cox</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Albertoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Perego</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. G.</given-names>
            <surname>Beltran</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Winstanley</surname>
          </string-name>
          ,
          <article-title>Data Catalog Vocabulary (DCAT) - Version 2</article-title>
          ,
          <string-name>
            <given-names>W3C</given-names>
            <surname>Recommendation</surname>
          </string-name>
          ,
          <year>W3C</year>
          ,
          <year>2020</year>
          . URL: https://www.w3. org/TR/2020/REC-vocab-dcat-2-20200204/.
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <article-title>Dcat-ap representation of czech national open data catalog and its impact</article-title>
          ,
          <source>Journal of Web Semantics</source>
          <volume>55</volume>
          (
          <year>2019</year>
          )
          <fpage>69</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Wright</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Andrews</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Hutton</surname>
          </string-name>
          , G. Dennis, JSON Schema:
          <article-title>A Media Type for Describing JSON Documents, Internet-Draft draft-bhutton-</article-title>
          <string-name>
            <surname>json-</surname>
          </string-name>
          schema-
          <volume>01</volume>
          , Internet Engineering Task Force,
          <year>2022</year>
          . URL: https://datatracker.ietf.org/doc/draft-bhutton
          <string-name>
            <surname>-</surname>
          </string-name>
          json-schema/01/, work in Progress.
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>S.</given-names>
            <surname>Newman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Building</given-names>
            <surname>Microservices</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O</given-names>
            <surname>'Reilly Media</surname>
          </string-name>
          , Inc.,
          <year>2021</year>
          . URL: https://www.oreilly. com/library/view/building-microservices-2nd/9781492034018/.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>D.</given-names>
            <surname>Vrandečić</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Krötzsch</surname>
          </string-name>
          ,
          <article-title>Wikidata: a free collaborative knowledgebase</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>57</volume>
          (
          <year>2014</year>
          )
          <fpage>78</fpage>
          -
          <lpage>85</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nečaský</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Mlýnková</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Malý</surname>
          </string-name>
          ,
          <article-title>When conceptual model meets grammar: A dual approach to XML data modeling</article-title>
          ,
          <source>Data &amp; Knowledge Engineering</source>
          <volume>72</volume>
          (
          <year>2012</year>
          )
          <fpage>1</fpage>
          -
          <lpage>30</lpage>
          . doi:
          <volume>10</volume>
          .1016/j.datak.
          <year>2011</year>
          .
          <volume>09</volume>
          .002.
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>M.</given-names>
            <surname>Nečaský</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Malý</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Mlýnková</surname>
          </string-name>
          ,
          <article-title>Evolution and change management of XMLbased systems</article-title>
          ,
          <source>Journal of Systems and Software</source>
          <volume>85</volume>
          (
          <year>2012</year>
          )
          <fpage>683</fpage>
          -
          <lpage>707</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Kopenec</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Loupal</surname>
          </string-name>
          , J. Malý, XCase
          <article-title>- A Tool for Conceptual XML Data Modeling</article-title>
          ,
          <source>in: Advances in Databases and Information Systems, Associated Workshops and Doctoral Consortium of the 13th East European Conference, ADBIS 2009</source>
          , Riga, Latvia, September 7-
          <issue>10</issue>
          ,
          <year>2009</year>
          .
          <source>Revised Selected Papers</source>
          , volume
          <volume>5968</volume>
          <source>of LNCS</source>
          , Springer,
          <year>2009</year>
          , pp.
          <fpage>96</fpage>
          -
          <lpage>103</lpage>
          . doi:
          <volume>10</volume>
          .1007/978- 3-
          <fpage>642</fpage>
          - 12082- 4\_
          <fpage>13</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>J.</given-names>
            <surname>Klímek</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Malý</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Nečaský</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Holubová</surname>
          </string-name>
          , eXolutio: Methodology for Design and
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>