<?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">Approximating DL reasoning by ontology-aware RDF querying</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Catalina</forename><surname>Martínez-Costa</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">IMI</orgName>
								<orgName type="institution">Medical University of Graz</orgName>
								<address>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Stefan</forename><surname>Schulz</surname></persName>
							<email>stefan.schulz@medunigraz.at</email>
							<affiliation key="aff0">
								<orgName type="department">IMI</orgName>
								<orgName type="institution">Medical University of Graz</orgName>
								<address>
									<country key="AT">Austria</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Approximating DL reasoning by ontology-aware RDF querying</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">FE18A73569BE0C87FFBB8665FAEF81A0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T15:52+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>OWL</term>
					<term>Ontology</term>
					<term>SPARQL</term>
					<term>RDF</term>
					<term>electronic health records</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We present initial experiments of transforming an expressive OWL DL model into RDF, with the goal of maximally preserving its semantics. Based on a semantic interoperability use case (three different ways of encoding the same medical information), we use OWL DL representation and reasoning results as gold standards and compare them with the results of querying two derived RDF representations enhanced by pre-computing of inferred triples by using the RL profile and approximate custom rules.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>We have proposed a methodology of enriching data in electronic health records by semantic annotations that account for both ontological (represented by clinical terminologies) and epistemological (represented by health record information models) aspects <ref type="bibr" target="#b0">[1]</ref> Each representation is then checked against a set of SPARQL 1.1 queries, by using Virtuoso 7.0 and the implementation of the OWL 2 RL profile as a set of SPARQL queries <ref type="bibr" target="#b1">[2]</ref>, as well as custom rules to address the needs of the specific representation. Not all the queries retrieve the three diagnosis instances even after the application of the OWL 2 RL rules. As an example, a query asking explicitly about heart failure diagnoses does not retrieve the instance of the leftmost form, where its type is described by using the axiom:</p><p>A DL reasoner is able to infer equivalence between 'Heart failure' and the expressions 'Organ failure' and isIncludedIn some Heart. However, in RDF it would be required to create a specific rule that each time that there is a triple ('Organ Failure' 'included in' Heart), then another one including 'Heart Failure' would be also created.</p><p>The drawback of the representation (i) is its complexity due to numerous intermediate blank nodes. The main drawback of (ii) is the need of keeping the track of the instances when generating the triples.</p><p>Although the OWL 2 RL captures a substantial fragment of OWL 2, it restricts expressiveness and is not able to capture existentially quantified expressions <ref type="bibr" target="#b2">[3]</ref>. This entails that not all queries retrieve the desired data.</p><p>Our work presented here is preliminary and based on a concrete pattern of a semantic interoperability use case that is highly relevant for health care data. Further work will address more use cases and explore other ways of approximating DL reasoning, taking into account recent developments of triple stores.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head></head><label></label><figDesc>. The figure depicts three hypothetic forms to record the same statement "suspected heart failure caused by ischaemic heart disease". The content of each form is represented as an instance of the class Diagnostic statement. These instances are typed by OWL DL TBox expressions, as shown for the rightmost form (d3): Anticipating scalability problems of expressive OWL DL T-boxes we approximate the results obtained by OWL DL reasoning by an alternative approach that uses RDF, d3 rdf:type 'Diagnostic statement' and 'is about situation' only 'Heart failure' d3 rdf:type 'Diagnostic statement' and 'has information attribute' some 'Suspected ' d3 rdf:type 'Diagnostic statement' and 'is about situation' only ('Disorder' and 'is caused by' some 'Ischaemic heart disease') SPARQL and materializations, triggered by axioms from the underlying OWL ontology. We present two RDF-based representations: (i) the OWL/RDF serialization of the original OWL DL axioms, and (ii) an RDF representation obtained as a simplification of the OWL DL one, in which the subject and object of the RDF triple correspond to ontology classes and the predicate to an OWL DL expression. For the d3 instance, which is of the type 'Diagnostic statement':</figDesc></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgements. This work was funded by the SemanticHealthNet Network of Excellence within the EU 7th FP, Call:FP7-ICT-2011-7, agreement 288408. http://www.semantichealthnet.eu/</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="http://www.semantichealthnet.eu/" />
		<title level="m">SemanticHealthNet</title>
				<imprint>
			<date type="published" when="2014-09">September 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<ptr target="http://www.w3.org/Submission/spin-overview/" />
		<title level="m">W3C SPIN</title>
				<imprint>
			<date type="published" when="2014-09">September 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Making the most of your triple store: query answering in OWL 2 using an RL reasoner</title>
		<author>
			<persName><forename type="first">Y</forename><surname>Zhou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ABOUT SITUATION&gt; &lt;HeartFailure#123&gt; &lt;d3&gt; &lt;HAS INFORMATION ATTRIBUTE&gt; &lt;Suspected#3826&gt; &lt;d3&gt; &lt;IS ABOUT SITUATION&gt; &lt;Disorder#</title>
				<imprint>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="1569" to="1580" />
		</imprint>
	</monogr>
	<note>(&apos;Organ failure&apos; and &apos;is included in&apos; some &apos;Heart</note>
</biblStruct>

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