<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Towards a modeling method for low-code knowledge graph building</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Andrei</forename><surname>Chiș</surname></persName>
							<email>andrei.chis@econ.ubbcluj.ro</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Economics and Business Administration</orgName>
								<orgName type="laboratory">OMiLAB@UBB-FSEGA</orgName>
								<orgName type="institution">Babeș-Bolyai University</orgName>
								<address>
									<settlement>Cluj-Napoca</settlement>
									<country key="RO">Romania</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Robert</forename><forename type="middle">Andrei</forename><surname>Buchmann</surname></persName>
							<email>robert.buchmann@econ.ubbcluj.ro</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Economics and Business Administration</orgName>
								<orgName type="laboratory">OMiLAB@UBB-FSEGA</orgName>
								<orgName type="institution">Babeș-Bolyai University</orgName>
								<address>
									<settlement>Cluj-Napoca</settlement>
									<country key="RO">Romania</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Ana-Maria</forename><surname>Ghiran</surname></persName>
							<email>anamaria.ghiran@econ.ubbcluj.ro</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Economics and Business Administration</orgName>
								<orgName type="laboratory">OMiLAB@UBB-FSEGA</orgName>
								<orgName type="institution">Babeș-Bolyai University</orgName>
								<address>
									<settlement>Cluj-Napoca</settlement>
									<country key="RO">Romania</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Towards a modeling method for low-code knowledge graph building</title>
					</analytic>
					<monogr>
						<idno type="ISSN">1613-0073</idno>
					</monogr>
					<idno type="MD5">F5D3D3EA17DBC8C0C2D4DE7A89F80BFB</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2025-04-23T16:59+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Low code knowledge graphs</term>
					<term>RDF</term>
					<term>Agile modeling method engineering</term>
					<term>Conceptual modeling</term>
					<term>ADOxx 1</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Context and motivation. Knowledge graphs (KGs) provide an effective means for representing and managing both knowledge and data in a uniform format. KG editors have traditionally taken the form of logic-based or slot-based ontology/schema editors obscuring the graph structure or limiting the graph perspective to visualizations of KGs created by other means. Question/problem. KG implementation is tied to RDF serializations that citizen users might have difficulties handling. This poses a blockade on citizen-level adoption of knowledge capture means as the majority of stakeholders lack technical skills. There's a shortage of open tools enabling a diagrammatic user experience, particularly needed by educators and those who must build KG exemplars. Principal ideas/result. The paper presents an early version of a modeling tool for developing KGs in a visual environment, providing a drag-and-drop user experience combined with tabular editing and features enabled by means of metamodeling. Contribution. The proposed modeling tool advocates the repurposing of metamodeling practices towards establishing flexible low-code KG building environments to enable more citizen-centric knowledge capture methods based on diagramming.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1.">Introduction</head><p>Even though knowledge graphs are not a new technology their citizen-level adoption has been deterred due to a series of factors such as technological readiness (limited number of market-ready products for many years). Building ontologies and graphs involves non-trivial skills regarding e.g. RDF serialization formats <ref type="bibr" target="#b0">[1]</ref> such Turtle, TriG or N-Triples. Users must be proficient with knowledge representation before any attempt to capture even the simplest KG fragment -but most citizen users attempting to capture networks of associations are only familiar with mind mapping and similar visual means of note taking. With our work we try to find a middle ground between the two, by repurposing our experience with DSML (domain-specific modeling language) engineering towards developing a visual language for not only designing, but actually building graph-like visual structures that can be exported as RDF fragments for both the TBOX and ABOX levels.</p><p>Currently, the ongoing trend in the business and technological worlds of automating as much as possible with minimal code input/handling led to the apparition of "citizen development" and "citizen automation" <ref type="bibr" target="#b1">[2]</ref>, paving the way for "citizen knowledge acquisition" <ref type="bibr" target="#b2">[3]</ref> as a new paradigm for sourcing and employing relevant organizational information from stakeholders. In order to democratize stakeholder access to Semantic Web-based knowledge acquisition, this paper presents early results from a project developing the GRAPHxx modeling tool, which aims to help users create ontologies and knowledge graphs in a visual, frictionless manner, hiding from users most parts of OWL's <ref type="bibr" target="#b3">[4]</ref> technicalities and formalism. Even the more experienced knowledge graph developers such as KG engineers, educators or academics can benefit from a tool that simplifies the process of creating and managing graph artifacts, thus reducing the effort of knowledge capture, graph development or of building didactic examples that can be edited by visual means. Therefore, GRAPHxx acts as a visual-first, drag and drop development platform for KGs. Other capabilities offered by GRAPHxx are a Turtle format export and direct loading of exported graphs to a selected GraphDB <ref type="bibr" target="#b4">[5]</ref> server for querying and operationalization.</p><p>Numerous visual tools or visual plug-ins for KG tools are available, such as Gra.fo <ref type="bibr" target="#b5">[6]</ref>, OWLGrEd <ref type="bibr" target="#b6">[7]</ref>, Protégé <ref type="bibr" target="#b7">[8]</ref> or Graffoo <ref type="bibr" target="#b8">[9]</ref>, which is a visual syntax for graphical modeling and visualization of ontologies, used in conjunction with yEd <ref type="bibr" target="#b9">[10]</ref>. Another artifact in this field is represented by GRAPHOL <ref type="bibr" target="#b10">[11]</ref> -a fully graphical language inspired by UML, having the purpose of modeling OWL 2 ontologies. Moreover, Chowlk <ref type="bibr" target="#b11">[12]</ref> presents another approach being positioned as an UML to OWL ontology converter. These artifacts are primarily focused on the ontological level of knowledge representation, offering no or little support for visually populating knowledge graphs.</p><p>Methodologically, the work presented here is the result of an initial iteration of the Design Science Research (DSR) cycle <ref type="bibr" target="#b12">[13]</ref> (as an artifact-oriented research methodology) and of Agile Modeling Method Engineering (AMME) <ref type="bibr" target="#b13">[14]</ref> adopted as prototyping methodology.</p><p>The remainder of the paper is structured as follows: Section 2 summarizes some motivating tool requirements. Section 3 presents design decisions and implementation details, while Section 4 provides more information on the evaluation approach. Section 5 concludes the paper, discussing several limitations of GRAPHxx.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Prospective users and tool requirements</head><p>By interacting with KG educators and students who must create and showcase KG examples we collected a series of usability requirements, which are the main focus of the new tool compared to other tools who are either only visualizers, or are closely aligned to the OWL formal concepts rather than the knowledge acquisition experience.</p><p>Usability requirements refer primarily to specific criteria and features which allow users to accomplish the main tasks when it comes to visually developing and editing KGs -our motivating requirements are summarized below:</p><p>• to have the ability to separate schema and data graph elements in separate diagrams;</p><p>• to provide a frictionless experience, suitable for less advanced users need to create knowledge graph fragments through a diagramming experience (mostly) agnostic from the RDF technological specificity; • to intuitively handle patterns such as blank nodes, lists and prefixes;</p><p>• to integrate both tabular editing and visual editing of graph elements and relations, providing convenient switching between them, as well as domain-specific icon customization to achieve semantic transparency as advocated by <ref type="bibr" target="#b14">[15]</ref>.</p><p>The main user categories of the modeling tool are constituted by:</p><p>1. those who are used to the diagramming user experience of modeling tools or mind mapping tools but are otherwise non-technical or with a limited RDF technological background -that need to structure organizational knowledge in a machine-readable format; 2. knowledge graph engineers -who would benefit from a visual modeling tool that allows them to develop ontologies but also concrete knowledge graphs or graph fragments in a faster manner than writing RDF code by hand;</p><p>3. educators -who need means of presenting quickly drawn KGs to students and novices during IS/CS courses and seminars, sometimes long before delving into the more advanced RDF/OWL jargon (prefixes, containers, axioms etc.).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Design decisions and implementation details</head><p>In order to assess the feasibility of using the modeling tool for KG development and knowledge capture on a real world scenario, a use-case derived from a higher education institution was formulated. It follows the creation of a graph fragment alongside its ontological schema, being populated with instances pertaining to the organizational environment of the university where the authors of the paper perform their teaching and research activities. The institution in cause was subject to several digitalization strategies over the course of last years, exploring the adoption of knowledge graphs in order to store relevant information.</p><p>Concretely, the developed KG was populated with entities related to administrative units such as departments or faculties, roles involved in teaching and research activities, persons who accomplish such roles and several data nodes. Information about entities and data nodes was obtained from different organizational sources, mostly being tied to legacy databases. Alongside entities, relationships were added in order to show the dependencies between organizational units, roles and staff. Each entity, data node or relationship available in the knowledge graph has a series of attributes that were set in order to increase the level of information provided. The knowledge graph obtained in this manner offers semantic querying capabilities (see Section 4) which can prove to be an important means of decision support for management departments. The development of larger scale knowledge graphs containing data about the whole academic organizational context could prove to be of significant help for higher management purpose and traceability of value chains involved in teaching, research and academic development activities.</p><p>Agile Modeling Method Engineering (AMME) <ref type="bibr" target="#b13">[14]</ref> is an established approach to engineering and evaluating modeling methods. A modeling method comprises a modeling language (typically a DSML), operating procedures and model-driven mechanisms/artifacts.</p><p>ADOxx <ref type="bibr" target="#b15">[16]</ref> is the most used metamodeling platform of choice for AMME, due to its agile metamodel deployment and capabilities of scripting model-driven artifacts, which have been employed in projects of diverse domain-specificities <ref type="bibr" target="#b16">[17]</ref> and is the core technological enabler of OMiLAB's digital innovation environment <ref type="bibr" target="#b17">[18]</ref>.</p><p>The ADOxx-based metamodel was tailored to incorporate the RDF specificity as the "domain" of a DSML, however avoiding as much as possible specific OWL jargon, offering a friendlier environment for novices in the semantic web technologies field.</p><p>GRAPHxxModellingNode, SchemaNode and ContentNode act as superclasses for the concepts available in their respective modeltypes. GRAPHxx achieves separation of concepts in 2 different model types: Graph Schema and Graph Content. The Graph Schema diagrams are used for building ontologies and use constructs such as Property (predicates from RDF terminology), DatatypeNode, ThingType (classes that are instantiated in Graph Content diagrams).</p><p>On the relations side the most used are IsOfType (a non-OWL-specific representation for rdf:type), the From (trivialized from rdfs:domain) and the To (trivialized from rdfs:range).</p><p>There are two model level attributes for storing prefixes and for choosing whether prefixes should be listed in the diagram or obscured.</p><p>Two main functionalities -graph serialization as Turtle file and serialized graph loading to GraphDB server instance -were implemented with the help of AdoScript <ref type="bibr" target="#b18">[19]</ref> and Python.</p><p>Figure <ref type="figure" target="#fig_1">2</ref> suggests this diagram-to-RDF code generation functionality. Both content and schema (pertaining to an RDF description of some university resources) are visible and written in a Turtle file -instances on the left, the RDF schema on the right and the option of adding isOfType relationships either as hyperlinks between the two or as visual arrows (if there is not risk of visual cluttering), or of switching between the two (e.g. first link ontology classes to instances, then visualize them in the instance-level diagram also). Other functionalities of the modeling tool include prefix changing over multiple diagram elements, URI generation from entity Labels and finally the upload to a dedicated GraphDB triple store, directly from the modeling environment.   Figure <ref type="figure" target="#fig_3">4</ref> shows the way in which attributes can be set for ThingIdentifiers in the modeling tool. The same idea applies for all the other modeling concepts that have attributes which can be modified by users. In the case of ThingIdentifiers, the combination between File selection and Load image attributes allows users to load custom graphical representations at design time, bringing the KG content closer to a mind mapping or "boxes-and-arrows" diagramming experience, achieving semantic transparency <ref type="bibr" target="#b14">[15]</ref>, thus making diagrams friendlier for novices and teaching purposes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Evaluation approach</head><p>The initial Design Science iteration is still on-going, with only early evaluation steps and further planning available at the time of this reporting. According to the Design Science artifact evaluation criteria taxonomy <ref type="bibr" target="#b19">[20]</ref>  (&lt;"ThingIdentifier"&gt;[?"Label" = "Business Information Systems Department"]-&gt;"RelatedToList"[?"Name" = ":DepartmentRoles"])&lt;-"Is inside"[?"Label" = "Professor"]--&gt;"IsOfType"; … retrieve all the names of the employees of the Business Information Systems Department:</p><p>(&lt;"ThingIdentifier"&gt;[?"Label" = "Business Information Systems Department"]-&gt;"RelatedToList"[?"Name" = ":DepartmentEmployees"])&lt;-"Is inside"[?"Label" != ""] These represent two examples of university top-management questions which could be answered by running AQL queries, thus achieving Semantic traceability through diagrammatic hyperlinks.</p><p>The article of Siau and Rossi <ref type="bibr" target="#b21">[22]</ref> presents several different approaches when it comes to evaluating modeling tools. In relation to our developed artifact the research plan includes:</p><p>• Feature comparison with other commercial tools for developing knowledge graphs, like TopBraid Composer <ref type="bibr" target="#b22">[23]</ref> or PoolParty <ref type="bibr" target="#b23">[24]</ref>. Typically, most tools are aimed for OWL experts or are limited to the TBOX level, offering low support for OWL-agnostic users who are however capable of structuring a description in a "box-and-arrow" sketching approach; • Metrics, which relies on running a series of experiments for determining times needed for graph and ontology development, measuring the performance of GRAPHxx in serializing small to medium developed graphs or graph fragments as Turtle compliant files against the classical approach of writing RDF code by hand in Turtle format, as seen in Table <ref type="table">1</ref>; • Survey, performed by running a series of modeling experiments with a group of students, subsequently responding to a series of questionnaires about the modeling experience with GRAPHxx.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Table 1</head><p>Comparison of serialization times</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Limitations and outlook</head><p>In its current state, GRAPHxx is limited to Turtle serialization and is tied to building knowledge graphs following the RDF standard, which remains to be developed to also cover labelled property graphs from non-RDF servers <ref type="bibr" target="#b24">[25]</ref>. Other serialization formats will be explored as part of future iterations in the modeling tool development cycle, as well as the potential brought by bridging Large Language Models (LLMs) with the modeling tool in an effort of providing automated graph description or querying in natural language directly from the modeling tool.</p><p>In a longer term, we aim to integrate this with enterprise modeling languages where a notion of data or knowledge objects is already available and could be drilled down to detailed linked data assets in KG-driven enterprise architectures or business processes.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>No. of triples</head><p>Graph design and serialization times using GRAPHxx (s) </p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Figure 1 :</head><label>1</label><figDesc>Figure 1: Proposed metamodel of GRAPHxx Modeling Tool</figDesc><graphic coords="4,73.20,73.20,451.00,222.35" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Figure 2 :</head><label>2</label><figDesc>Figure 2: KG exemplar converted to Turtle via Ado-scripting</figDesc><graphic coords="5,74.40,73.20,448.60,312.48" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Figure 3 :</head><label>3</label><figDesc>Figure 3: Patterns of handling RDF predicates: tabular on the left and diagrammatic on the right</figDesc><graphic coords="5,73.20,421.75,450.91,198.70" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Figure 4 :</head><label>4</label><figDesc>Figure 4: Modeling attributes of a Thing</figDesc><graphic coords="6,73.20,73.20,450.96,292.45" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>the following criteria are targeted: A. Evolution ("learning capability") which translates to gradually capturing richer conceptualization following feedback received from users, thanks to the AMME methodology. AMME's iterative nature and the usage of ADOxx fast-prototyping environment allows this. Currently, the state of the presented modeling tool shows progress made after the first iteration -initial feedback includes the requirement to raise the abstraction level above RDF to graph databases in general; B. Consistency with technology ("harnessing existing technology") translates to the requirement of interoperability, already accomplished but open to providing more diverse export formats; C. Completeness achieved through responding to a set of semantic traceability requirements, by harnessing AQL [21], the ADOxx embedded metamodel-driven query engine. It allows parsing intermodel hyperlinks to extract information related to a multi-diagram graph structure, chains of relationships within a diagram, chains of links between different diagrams, tabular properties, e.g.: … retrieve the class at ontology level for the Professor element in the Business Information Systems Department container:</figDesc><table /></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Acknowledgements</head><p>The present work has received financial support through the project: Integrated system for automating business processes using artificial intelligence, POC/163/1/3/121075 -a Project cofinanced by the European Regional Development Fund (ERDF) through the Competitiveness Operational Programme 2014-2020.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="on25." />
		<title level="m">The Resource Description Framework (RDF</title>
				<imprint>
			<date type="published" when="2023-09">09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">A Framework for Implementing Robotic Process Automation Projects</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">V</forename><surname>Herm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Janiesch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Helm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Imgrund</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hofmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Winkelmann</surname></persName>
		</author>
		<idno type="DOI">10.1007/s10257-022-00553-8</idno>
	</analytic>
	<monogr>
		<title level="j">Information Systems and e-Business Management</title>
		<imprint>
			<biblScope unit="volume">21</biblScope>
			<biblScope unit="page" from="1" to="35" />
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
	<note>Springer</note>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Citizen-centric Design of Consumable Services for Smart Cities</title>
		<author>
			<persName><forename type="first">A</forename><surname>Voelz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Muck</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">M</forename><surname>Amlashi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Karagiannis</surname></persName>
		</author>
		<idno type="DOI">10.1145/3597420</idno>
	</analytic>
	<monogr>
		<title level="j">Digital Government: Research and Practice, Association for Computing Machinery</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="1" to="18" />
			<date type="published" when="2023">2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><surname>W3c</surname></persName>
		</author>
		<ptr target="https://www.w3.org/OWL/" />
		<title level="m">The Web Ontology Language (OWL) Specification</title>
				<imprint>
			<date type="published" when="2023-09-24">24.09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><surname>Ontotext</surname></persName>
		</author>
		<ptr target="https://graphdb.ontotext.com/" />
		<title level="m">The GraphDB Semantic Graph Database</title>
				<imprint>
			<date type="published" when="2023-09-26">26.09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<ptr target="https://gra.fo/.Lastaccessedon25." />
		<title level="m">Data.world, The Gra.fo Knowledge Graph Designer</title>
				<imprint>
			<date type="published" when="2023-09">09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<ptr target="http://owlgred.lumii.lv/" />
		<title level="m">The OWLGrEd Ontology Editor</title>
				<imprint>
			<date type="published" when="2023-09-30">30.09.2023</date>
		</imprint>
		<respStmt>
			<orgName>IMCS University of Latvia</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<ptr target="https://protege.stanford.edu/" />
		<title level="m">The PROTÉGÉ Ontology Editor</title>
				<imprint>
			<date type="published" when="2023-09-30">30.09.2023</date>
		</imprint>
		<respStmt>
			<orgName>Stanford University</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Modelling OWL Ontologies with Graffoo</title>
		<author>
			<persName><forename type="first">R</forename><surname>Falco</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Gangemi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Peroni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Shotton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Vitali</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-319-11955-7_42</idno>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: ESWC 2014 Satellite Events, ESWC 2014</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page">8798</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<author>
			<persName><forename type="first">Gmbh</forename><surname>Yworks</surname></persName>
		</author>
		<ptr target="https://www.yworks.com/products/yed#" />
		<title level="m">The yEd graph editor</title>
				<imprint>
			<date type="published" when="2023-09-30">30.09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Graphol: A Graphical Language for Ontology Modeling Equivalent to OWL 2</title>
		<author>
			<persName><forename type="first">D</forename><surname>Lembo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Santarelli</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">F</forename><surname>Savo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">De</forename><surname>Giacomo</surname></persName>
		</author>
		<idno type="DOI">10.3390/fi14030078</idno>
	</analytic>
	<monogr>
		<title level="j">Future Internet</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page">78</biblScope>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Chowlk: from UML-Based Ontology Conceptualizations to OWL</title>
		<author>
			<persName><forename type="first">S</forename><surname>Chávez-Feria</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>García-Castro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Poveda-Villalón</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-031-06981-9_20</idno>
	</analytic>
	<monogr>
		<title level="m">The Semantic Web: ESWC 2022</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<meeting><address><addrLine>Cham</addrLine></address></meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2022">2022</date>
			<biblScope unit="page">13261</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<monogr>
		<title level="m" type="main">Design Science Methodology for Information Systems and Software Engineering</title>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">J</forename><surname>Wieringa</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-662-43839-8</idno>
		<imprint>
			<date type="published" when="2014">2014</date>
			<publisher>Springer</publisher>
			<pubPlace>Berlin; Heidelberg; Berlin Heidelberg</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Agile Modeling Method Engineering</title>
		<author>
			<persName><forename type="first">D</forename><surname>Karagiannis</surname></persName>
		</author>
		<idno type="DOI">10.1145/2801948.2802040</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 19th Panhellenic Conference on Informatics</title>
				<meeting>the 19th Panhellenic Conference on Informatics</meeting>
		<imprint>
			<publisher>Association for Computing Machinery</publisher>
			<date type="published" when="2015">2015</date>
			<biblScope unit="page" from="5" to="10" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">The &quot;Physics&quot; of Notations: Towards a Scientific Basis for Constructing Visual Notations in Software Engineering</title>
		<author>
			<persName><forename type="first">D</forename><surname>Moody</surname></persName>
		</author>
		<idno type="DOI">10.1109/TSE.2009.67</idno>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Software Engineering</title>
		<imprint>
			<biblScope unit="volume">35</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="756" to="779" />
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<author>
			<persName><surname>Boc Gmbh</surname></persName>
		</author>
		<ptr target="https://www.adoxx.org/live/home" />
		<title level="m">The ADOxx Metamodeling Plaform</title>
				<imprint>
			<date type="published" when="2023-10-01">01.10.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Domain-Specific Conceptual Modeling</title>
		<idno type="DOI">10.1007/978-3-030-93547-4</idno>
		<editor>D. Karagiannis, M. Lee, K. Hinkelmann, W. Utz</editor>
		<imprint>
			<date type="published" when="2022">2022</date>
			<publisher>Springer</publisher>
			<pubPlace>Cham</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">OMiLAB: A Smart Innovation Environment for Digital Engineers</title>
		<author>
			<persName><forename type="first">D</forename><surname>Karagiannis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><forename type="middle">A</forename><surname>Buchmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">X</forename><surname>Boucher</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Cavalieri</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Florea</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kiritsis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lee</surname></persName>
		</author>
		<idno type="DOI">10.1007/978-3-030-62412-5_23</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of PRO-VE 2020</title>
				<meeting>PRO-VE 2020</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2020">2020</date>
			<biblScope unit="page" from="273" to="282" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<monogr>
		<title level="m" type="main">The AdoScript Scripting Language</title>
		<ptr target="https://www.adoxx.org/live/adoscript-documentation" />
		<imprint>
			<date type="published" when="2023-09-28">28.09.2023</date>
		</imprint>
		<respStmt>
			<orgName>BOC GmbH</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Evaluation in Information Systems Design-Science Research -A Holistic View</title>
		<author>
			<persName><forename type="first">N</forename><surname>Prat</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Comyn-Wattiau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Akoka</surname></persName>
		</author>
		<ptr target="https://aisel.aisnet.org/pacis2014/23" />
	</analytic>
	<monogr>
		<title level="m">Proceedings of PACIS 2014</title>
				<meeting>PACIS 2014<address><addrLine>AIS</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page">23</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<monogr>
		<title level="m" type="main">The AQL Query Language</title>
		<author>
			<persName><surname>Boc Gmbh</surname></persName>
		</author>
		<ptr target="https://www.adoxx.org/live/adoxx-query-language-aql" />
		<imprint>
			<date type="published" when="2023-09-30">30.09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<analytic>
		<title level="a" type="main">Evaluation of Information Modeling Methods -A Review</title>
		<author>
			<persName><forename type="first">K</forename><surname>Siau</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Rossi</surname></persName>
		</author>
		<idno type="DOI">10.1109/HICSS.1998.648327</idno>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the HICSS 1998</title>
				<meeting>the HICSS 1998</meeting>
		<imprint>
			<publisher>IEEE</publisher>
			<date type="published" when="1998">1998</date>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="page" from="314" to="322" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<monogr>
		<author>
			<persName><surname>Topquadrant</surname></persName>
		</author>
		<ptr target="https://www.topquadrant.com/taxonomy-and-ontology-management" />
		<title level="m">The TopBraid EDG</title>
				<imprint>
			<date type="published" when="2023-09-26">26.09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<ptr target="https://www.poolparty.biz/" />
		<title level="m">Semantic Web Company, The PoolParty Semantic Suite</title>
				<imprint>
			<date type="published" when="2023-09-27">27.09.2023</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<analytic>
		<title level="a" type="main">The Property Graph Database Model</title>
		<author>
			<persName><forename type="first">R</forename><surname>Angles</surname></persName>
		</author>
		<ptr target="https://ceur-ws.org/Vol-2100/paper26.pdf" />
	</analytic>
	<monogr>
		<title level="m">Alberto Mendelzon Workshop on Foundations of Data Management</title>
				<imprint>
			<date type="published" when="2018">2100. 2018</date>
			<biblScope unit="volume">26</biblScope>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
