<?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">Applying a Mapping Quality Framework in Cloud Native Monitoring</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Alex</forename><surname>Randles</surname></persName>
							<email>alex.randles@adaptcentre.ie</email>
							<affiliation key="aff0">
								<orgName type="department">ADAPT Centre for Digital Content</orgName>
								<orgName type="institution">Trinity College Dublin</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Declan</forename><surname>O'sullivan</surname></persName>
							<email>declan.osullivan@adaptcentre.ie</email>
							<affiliation key="aff0">
								<orgName type="department">ADAPT Centre for Digital Content</orgName>
								<orgName type="institution">Trinity College Dublin</orgName>
								<address>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">John</forename><surname>Keeney</surname></persName>
							<email>john.keeney@est.tech</email>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">Ericsson Software Technology</orgName>
								<orgName type="institution" key="instit2">Athlone</orgName>
								<address>
									<region>Co. Westmeath</region>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Liam</forename><surname>Fallon</surname></persName>
							<email>liam.fallon@est.tech</email>
							<affiliation key="aff1">
								<orgName type="institution" key="instit1">Ericsson Software Technology</orgName>
								<orgName type="institution" key="instit2">Athlone</orgName>
								<address>
									<region>Co. Westmeath</region>
									<country key="IE">Ireland</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Applying a Mapping Quality Framework in Cloud Native Monitoring</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">C4434B21EDDB16BC9267CF6951E9E6F6</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T03:53+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>Cloud native monitoring</term>
					<term>Linked data</term>
					<term>Data quality</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The linked data generation process is a complex process which involves multiple stakeholders in the definition of mapping artefacts which transform source data into linked data representation. The creation of these mapping artefacts is error prone, and the quality of the artefacts should be assessed prior to the generation of the linked data. Producing high quality mappings will result in high quality linked data and provide higher confidence to linked data consumers. Furthermore, the source data of these mappings should be regularly monitored to detect data changes which could impact the quality of the resulting linked data dataset. A process designed to offer fresh and high-quality data will benefit both data consumers and producers. Applying the process to a real-world use case demonstrates the feasibility and effectiveness of the process. In this paper we describe a process designed to improve quality within the linked data generation process. Furthermore, we describe the application of the process to a real-world cloud monitoring use case</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>Cloud monitoring data typically contains time series information with the metric information stored with a corresponding timestamp. However, commonly used cloud monitoring platforms such as Prometheus <ref type="bibr" target="#b0">[1]</ref> do not as yet offer the ability to easily avail of machine-readable data which can limit the usability and utility of such data for analysis. Converting the monitoring data into an analysis-ready machine-readable format (such as the W3C linked data representation 3 ) will enable additional knowledge discovery.</p><p>Transforming the time series data collected from a system such as Prometheus <ref type="bibr" target="#b0">[1]</ref> into linked data format requires the definition of the mapping artefacts which define the rules for transformation. Creating these mapping artefacts can be a complex time-consuming task, which is frequently error prone <ref type="bibr" target="#b1">[2]</ref>. It is argued that dealing with the quality issues for these mapping artefacts themselves will ensure that data quality issues do not propagate into the resulting dataset <ref type="bibr" target="#b2">[3]</ref>. The MQV framework <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref> which is designed to assess and refine the quality of these mappings can be used for the purpose of producing high quality mappings. Details of the core assessment and refinement aspects of the MQV framework is being presented in a paper in the research and innovation track of the SEMANTiCS 2022 conference. The framework has recently been extended to include a change detection component. The component is designed to ensure the freshness of linked data generated through the mapping artefacts by detecting and analyzing source data changes. The framework enables the impact of these detected changes to be assessed, and necessary action can be taken to ensure the freshness of the associated linked data for consumers.</p><p>In this paper we provide a discussion of the evolution of the MQV framework and the application to a real-world cloud monitoring use case. The paper is structured as follows: Section 2 describes the background &amp; motivation of this work; Section 3 discusses the application of the framework to the cloud monitoring use case; Section 4 describes related work and Section 5 concludes the paper and describes future work.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.">Background &amp; Motivation</head><p>Prometheus <ref type="bibr" target="#b0">[1]</ref> is a widely used open-source system designed for cloud native monitoring. Prometheus collects and stores its metrics as time series data. The main component of the Prometheus ecosystem is the Prometheus server which scrapes time series data from target servers. The Prometheus API allows queries to be executed which return metric information. However, the API cannot return data in a graph format which limits the analysis, linkability and expressiveness of the data.</p><p>In our research we propose to transform the Prometheus time series data into a more analysis and linkable friendly format, namely linked data. The benefits of transformation include easier data processing and interlinking with semantically similar data. Linking the data with other monitoring data could be used to drive an intent-based system, which can define and accomplish required goals automatically. Within the state-of-the-art limited work could be found which tackles the challenge of transforming Prometheus time series data into a linkable graph format. It is hoped the approach will provide greater insight and flexibility when performing cloud native monitoring.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.">Use case</head><p>A framework named the Prometheus RDF Generator has been designed to transform statistical data from Prometheus <ref type="bibr" target="#b0">[1]</ref> into linked data format. Figure <ref type="figure" target="#fig_0">1</ref> shows a screenshot of the current implementation of the framework. The process starts with the users entering the IP address of the Prometheus server and selecting a metric from a predefined list, which is shown on the left side of the figure. Thereafter, an API request is made to the server which will return a response, which is shown on the right side of the figure. The response is stored in a relational database which allows the data to be converted into linked data format using R2RML <ref type="bibr" target="#b5">[6]</ref> mappings. The mapping uses an ontology currently under development which has been designed specifically to model the time series metric data. The result is expressive machinereadable information which can be easily queried and interlinked with other related information.</p><p>The MQV framework <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref> is designed to assess and refine the quality of mappings and its main functionality is described in a paper in the research and innovation track of the SEMANTiCS 2022 conference. The paper describes the framework design and a user evaluation which was conducted with a sample size of 58 participants. Improvements have been made to the framework based on the evaluation such as improved interface aesthetics. Furthermore, in the time since the submission of the SEMANTiCS paper, the framework has been extended to include a change detection component and applied as part of an internship with Ericsson Software Technology.</p><p>The component is designed to ensure the freshness of the linked data by detecting and analyzing the changes which occur in the source data. The component regularly monitors the source data to detect new changes and uplifts them into linked data, represented using the Change Detection Ontology (CDO) <ref type="foot" target="#foot_0">4</ref> . The ontology been specifically designed by us to represent source data changes. Moreover, the component allows users to a notification policy, which defines when users will be notified of changes. The policy is defined by users entering thresholds into the user interface. These thresholds define how many changes or types of changes should be detected before a notification is sent. The user interface input is uplifted into linked data and represented using Rei policy ontology <ref type="bibr" target="#b6">[7]</ref>. Mappings associated with the source data can be uploaded to the component, which can be analyzed to detect the impact of these changes on them and the resulting linked data. For example, if data has been added to the source data of the mapping, the dataset should be regenerated to capture the new information and ensure the freshness of the data. Figure <ref type="figure" target="#fig_1">2</ref> shows a screenshot of the newer version of the framework. The framework allows users to select two modes of operation. These modes include i) Mapping Assessment and ii) Change Detection. These two modes have been used during the design of the Prometheus RDF Generator system and their usage is outlined below.</p><p>Mapping Assessment. The mapping assessment component was used to assess the quality of mappings <ref type="foot" target="#foot_1">5</ref> which were used to uplift the monitoring information. The local ontology functionality which was previously described in <ref type="bibr" target="#b3">[4,</ref><ref type="bibr" target="#b4">5]</ref> was utilized as the ontology used to represent the information is still under development. The mappings were uploaded to the framework and a validation report <ref type="foot" target="#foot_2">6</ref> was generated, which contains quality assessment and refinement information. The report generated shows that no quality issues have been detected within the mappings. Therefore, no quality refinement information is contained in the report.</p><p>Change Detection. The component is currently being used to consistently analyze the monitoring data which is being collected from the Prometheus server <ref type="bibr" target="#b0">[1]</ref>. The data is stored within a relational database by the Prometheus RDF Generator which the change detection component can monitor in order to detect new changes. Other source data formats can be exposed through a URL. Furthermore, the mappings used to uplift the data into linked data format have been uploaded, which allows the framework to assess the impact of changes on the mappings and resulting linked data dataset. Moreover, a notification policy has been defined to ensure we are notified of the changes when necessary. An example of a change detected when applied to the use case relates to the addition of a node exporter to the Prometheus server. A node exporter is software designed to collect metric information from a target server through exporting server and OS level information <ref type="bibr" target="#b0">[1]</ref>. The addition of the node exporter to the Prometheus environment was detected by the change detection component and represented in graph format. Figure <ref type="figure" target="#fig_2">3</ref> shows the components involved in the detection. The data from the Prometheus server is fed into the Prometheus RDF Generator, where it is processed and stored in a relational database before being uplifted into linked data format. The change detection component is connected to the database and regularly queries it to detect new changes. These changes are transformed into linked data format. The extract of the graph shows where the system has detected the new target server (:insertChange1) and the time it was detected (:detectionTime1).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.">Related work</head><p>The state of the art in mapping quality frameworks and dataset change frameworks has been reviewed.</p><p>Mapping Quality Frameworks. Resglass <ref type="bibr" target="#b7">[8]</ref> is a rule driven approach which targets RML [9] mappings to detect inconsistencies using rules used to generate linked data datasets. The approach <ref type="bibr" target="#b2">[3]</ref> provides a test driven approach which extends an existing RDF test case based architecture to assess and refine the quality of RML mappings. The approach <ref type="bibr" target="#b1">[2]</ref> extends an existing quality assessment framework to target R2RML <ref type="bibr" target="#b5">[6]</ref> mappings using metrics commonly used to assess the quality of the resulting dataset. Furthermore, the framework is extensible allowing additional metrics to be added.</p><p>Dataset Change Frameworks. DSNotify <ref type="bibr" target="#b9">[10]</ref> is an approach designed to address change detection and link maintenance in linked data datasets. The approach includes a monitor component which regularly analyses the dataset for resource changes. sparqlPuSH <ref type="bibr" target="#b10">[11]</ref> is a framework which enables proactive notification of updates within linked datasets. Users can subscribe to a subset of the dataset using a SPARQL query and will be notified when content within the subset changes. DELTA-LD <ref type="bibr" target="#b11">[12]</ref> is designed to address broken links and synchronization of a linked dataset by identifying the delta between two versions of dataset. The approach detects changes by generating features from the properties and objects within the dataset which can be used for comparison.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.">Future work &amp; Conclusion</head><p>Future work includes the completion of the development and deployment of the Prometheus RDF Generator. Furthermore, the ontology used to model the time series data will be evaluated using methods such as ontology competency questions <ref type="bibr" target="#b12">[13]</ref>. Therefore, ensuring the ontology conforms to the design requirements. A second user evaluation will be completed on the MQV framework which will evaluate the additional change detection component functionality. The evaluation will involve users interacting with the system using predefined tasks and standardized methods such as the Post-Study System Usability Questionnaire <ref type="bibr" target="#b13">[14]</ref>. Furthermore, the ontology used within the change detection component to represent change information will be evaluated in a similar manner to the aforementioned methods.</p><p>Deploying the framework into a real-world use case is beneficial to demonstrate the usability and effectiveness of the design. The framework ensures that the mappings used within the Prometheus RDF Generator design are of the good quality, thus ensuring high quality data to the consumers. Furthermore, the change detection component allows changes within the source data to be detected and analyzed allowing the impact of changes on the mappings and resulting dataset to be assessed, therefore, promoting fresh linked data. It is hoped the combination of these two components within the use case will aid the data transformation process while demonstrating the feasibility of the design for others.</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: Screenshot of the Prometheus metric selection (left) and sample results generated (right)</figDesc><graphic coords="2,72.00,441.23,451.00,216.00" 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: Screenshot of the Mapping Assessment (left) and the Change Detection (right) mode choice</figDesc><graphic coords="3,72.00,324.98,447.75,196.25" 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: Integration of Change Detection Component with the Prometheus RDF Generator</figDesc><graphic coords="4,72.00,211.14,450.71,113.45" type="bitmap" /></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_0">Change Detection Ontology specification at https://alex-randles.github.io/Change-Detection-Ontology/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_1">R2RML mappings used to uplift Prometheus data at https://github.com/alex-randles/Semantics-2022-Demo-Paper/blob/main/prometheus_mapping.ttl</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_2">6Validation report generated by framework at https://github.com/alex-randles/Semantics-2022-Demo-Paper/blob/main/validation_report.ttl</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6.">Acknowledgements</head><p>This research was conducted with the financial support of the SFI AI Centre for Research Training under Grant Agreement No. 18/CRT/6223 at the ADAPT SFI Research Centre at Trinity College Dublin. The ADAPT SFI Centre for Digital Media Technology is funded by Science Foundation Ireland through the SFI Research Centres Programme and is co-funded under the European Regional Development Fund (ERDF) through Grant # 13/RC/2106. Application of the MQV framework in the Prometheus use case has been undertaken as part of an internship in Ericsson Software Technology.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="https://prometheus.io/" />
		<title level="m">Prometheus</title>
				<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Assessing the Quality of R2RML Mappings</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">C</forename><surname>Junior</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Debattista</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O'</forename><surname>Sullivan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Joint Proceedings of the International Workshop On Semantics For Transport and on Approaches for Making Data Interoperable co-located with 15th Semantics Conference</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<meeting><address><addrLine>Karlsruhe, Germany</addrLine></address></meeting>
		<imprint>
			<publisher>CEUR-WS</publisher>
			<date type="published" when="2019">2019</date>
			<biblScope unit="volume">2447</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Assessing and refining mappings to RDF to improve dataset quality</title>
		<author>
			<persName><forename type="first">A</forename><surname>Dimou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Kontokostas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Freudenberg</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Verborgh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Lehmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mannens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<biblScope unit="page" from="133" to="149" />
			<date type="published" when="2015">2015</date>
			<publisher>Springer Verlag</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Assessing quality of R2RML mappings for OSi&apos;s Linked Open Data portal</title>
		<author>
			<persName><forename type="first">A</forename><surname>Randles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O'</forename><surname>Sullivan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">4th Int Work Geospatial Linked Data ESWC</title>
				<imprint>
			<date type="published" when="2021">2021. 2021</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Evaluating Quality Improvement techniques within the Linked Data Generation Process</title>
		<author>
			<persName><forename type="first">A</forename><surname>Randles</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O'</forename><surname>Sullivan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">18th International Conference on Semantics Systems</title>
				<imprint>
			<date type="published" when="2022">2022</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">R2RML: RDB to RDF Mapping Language</title>
		<author>
			<persName><forename type="first">S</forename><surname>Das</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Sundara</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/r2rml/" />
	</analytic>
	<monogr>
		<title level="j">W3C Recomm</title>
		<imprint>
			<date type="published" when="2012">2012</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Rei: A policy language for the me-centric project</title>
		<author>
			<persName><forename type="first">L</forename><surname>Kagal</surname></persName>
		</author>
		<author>
			<persName><surname>Others</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2002">2002</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Rule-driven inconsistency resolution for knowledge graph generation rules</title>
		<author>
			<persName><forename type="first">P</forename><surname>Heyvaert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">De</forename><surname>Meester</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Dimou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Verborgh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Semant Web</title>
		<imprint>
			<biblScope unit="volume">10</biblScope>
			<biblScope unit="issue">6</biblScope>
			<date type="published" when="2019">2019</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">RML: a generic language for integrated RDF mappings of heterogeneous data</title>
		<author>
			<persName><forename type="first">A</forename><surname>Dimou</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Vander Sande</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Colpaert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Verborgh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">E</forename><surname>Mannens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>De Walle</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2014">2014</date>
			<publisher>Ldow</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">DSNotify -A solution for event detection and link maintenance in dynamic datasets</title>
		<author>
			<persName><forename type="first">N</forename><surname>Popitsch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Haslhofer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J Web Semant</title>
		<imprint>
			<biblScope unit="volume">9</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="266" to="283" />
			<date type="published" when="2011-09">2011 Sep</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">sparqlPuSH: Proactive notification of data updates in RDF stores using PubSubHubbub</title>
		<author>
			<persName><forename type="first">A</forename><surname>Passant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">N</forename><surname>Mendes</surname></persName>
		</author>
		<ptr target="http://www.ldodds.com/blog/2010/04/rdf-dataset-notifications/" />
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<title level="m" type="main">DELTA-LD: A Change Detection Approach for Linked Datasets</title>
		<author>
			<persName><forename type="first">A</forename><surname>Singh</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Brennan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O'</forename><surname>Sullivan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Evaluating ontologies with Competency Questions</title>
		<author>
			<persName><forename type="first">C</forename><surname>Bezerra</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Freitas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Santana</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings -2013 IEEE/WIC/ACM International Joint Conference on Web Intelligence and Intelligent Agent Technology -Workshops</title>
				<meeting>-2013 IEEE/WIC/ACM International Joint Conference on Web Intelligence and Intelligent Agent Technology -Workshops<address><addrLine>WI-IATW</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2013">2013. 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Psychometric Evaluation of the PSSUQ Using Data from Five Years of Usability Studies</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">R</forename><surname>Lewis</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int J Hum Comput Interact</title>
		<imprint>
			<biblScope unit="volume">14</biblScope>
			<biblScope unit="issue">3-4</biblScope>
			<biblScope unit="page" from="463" to="488" />
			<date type="published" when="2002-09">2002 Sep</date>
		</imprint>
	</monogr>
</biblStruct>

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