<?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">Using Semantic Web and Relational Learning in the Context of Risk Management</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Thomas</forename><surname>Fischer</surname></persName>
							<email>fischer.thomas@uni-jena.de</email>
							<affiliation key="aff0">
								<orgName type="department">Department of Information Systems</orgName>
								<orgName type="institution">University of Jena</orgName>
								<address>
									<addrLine>Carl-Zeiss-Straße 3</addrLine>
									<postCode>07743</postCode>
									<settlement>Jena</settlement>
									<country key="DE">Germany</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Using Semantic Web and Relational Learning in the Context of Risk Management</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D5BD0C89EA1E0C2C2923C9F850985FD8</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:22+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>Semantic Web</term>
					<term>Relational Learning</term>
					<term>Risk Management</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>The semantic web increasingly offers information that can be useful for decisions in the context of risk management. The concept of this thesis is to perform research on relational learning techniques that are able to improve risk management through the incorporation of background information based on description logics of the semantic web.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Problem Statement</head><p>Financial risk management is one prominent domain of risk managament (RM), which ensures the functioning and stability of banking and insurance systems. Naturally, a financial RM analysis should adhere as much as possible relevant information to evaluate an investment or portfolio of investments. The complex net of relations between macroeconomic factors, sectors, companies, products, services, people, geographical locations, financial statements, news etc. make this a very difficult task. Two main problems typically arise in such a situation, if one wants to perform appropriate decisions. First, one needs appropriate data, and second, one needs a quantitative methodology that utilizes a suitable underlying representational framework for the data.</p><p>Since the advent of the semantic web (SW) an increasing amount of machine readable and "understandable" meta information can be automatically retrieved from a vide variety of sources. Standards, such as RDF, RDF-S and OWL, provide a formal logical way to specify shared vocabularies that can be used in statements about resources. It is therefore interesting to analyse, which kind of quantitative strategies are suitable to utilize the increasing amount of semantic information in RM. How can risks be quantified based on available relational information from the SW? Risk measures like value at risk (VaR) or expected shortfall (ES) <ref type="bibr" target="#b14">[15]</ref> are an important instrument to quantify risks, which are in general based on a so called loss distribution, which is estimated for instance for an investment or a portfolio of financial positions. The value of such a portfolio at time t is denoted by V t . The value V t of such a portfolio is a function</p><formula xml:id="formula_0">V t = f (t, Z t )</formula><p>of the time and a vector of observable risk factors Z t (i.e. stock prices). Equation <ref type="formula" target="#formula_1">1</ref>defines the loss at time t + 1 of an investment or portfolio.</p><formula xml:id="formula_1">L t+1 := −(V t+1 − V t )<label>(1)</label></formula><p>One can define the conditional loss distribution based on the available information F t that are observable at time t.</p><formula xml:id="formula_2">F L t+1|F t (l) := P (L t+1 l|F t ) = P (−(V t+1 − V t ) l|F t )<label>(2)</label></formula><p>While in a typical setting the sigma field F t is based only on the historical risk factor changes <ref type="bibr" target="#b14">[15]</ref> (i.e. changes of the stock prices), this thesis proposes to incorporate information from the semantic web into the quantification of the loss distribution via relational learning algorithms, because the SW provides an increasing free available amount of relational information and relational learning algorithms are able to utilize the rich relational structures of the underlying description logics of the SW. The measured risks should be more objective, if more information (relations between entities) in the respective domain are considered.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Work</head><p>Relational learning builds upon the solid theoretical foundations of machine learning and knowledge representation <ref type="bibr" target="#b16">[17]</ref>. Relational indicates that such algorithms are able to adhere different entities and relationships among them. There a two main research directions: Inductive Logic Programming (ILP) and Statistical Relational Learning (SRL).</p><p>ILP is concerned about the development of relational data mining algorithms to perform (deterministic) inductive inference based on the observations of a first-order representation of the information <ref type="bibr" target="#b6">[7]</ref>. The propositional data mining algorithms have been upgraded to its first-order variants <ref type="bibr" target="#b6">[7]</ref>, with several application scenarios <ref type="bibr" target="#b16">[17]</ref>. A prominent example are relational association rules and relational decision and regression trees <ref type="bibr" target="#b5">[6]</ref>. In general these algorithms are deterministic, but they can have a probabilistic interpretation, such as relational association rules.</p><p>SRL performs research to "represent, reason and learn in domains with complex relational and rich probabilistic structure" <ref type="bibr" target="#b10">[11]</ref>. There are logic and frame based algorithms, with the logical ones fitting naturally to semantic web description logics. Neville and Jensen <ref type="bibr" target="#b15">[16]</ref> point out that in relational data sets the evidence of autocorrelation provides opportunity to improve the performance of statistical relational models, because inferences about one object can inform inferences about related objects <ref type="bibr" target="#b15">[16]</ref>, which is called collective inference. Relational dependency networks (RDNs) <ref type="bibr" target="#b15">[16]</ref> are a relational extension of dependency networks that can represent and reason with cyclic dependencies and exploit autocorrelations. RDNs has been successfully applied to fraud detection <ref type="bibr" target="#b15">[16]</ref>.</p><p>SRL approaches such as probabilistic relational models (PRMs) <ref type="bibr" target="#b8">[9]</ref>, Bayesian logic programs (BLPs) <ref type="bibr" target="#b16">[17]</ref> attempt to model a probability distribution over a set of relational interpretations. PRMs and BLPs extend Bayesian networks with expressive relational representations. However, as discussed by Braz et al. <ref type="bibr" target="#b4">[5]</ref>, these solutions still perform inference mostly on propositional level, because they instantiate propositional graphical models based on a given query. Braz et al. outline that this propositional grounding can be computational expensive and therefore motivate first-order probabilistic inference, which is one of the current important research topics. Since risk management is a complex domain with large numbers of data, a simple reuse of existing tools is not suitable. Structure and parameter learning has to be adapted to the present context. Furthermore, most tools operate on first-order logic and not on description logics, which are in focus of this thesis.</p><p>In the context of the semantic web, relational learning has also gained interest. Initially the approaches had a focus on learning to create the semantic web, but there is also increasing research on learning from the semantic web <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b19">20]</ref>. Research on ILP techniques in the SW is outlined in Lisi and Esposito <ref type="bibr" target="#b12">[13]</ref>. Rettinger et al. <ref type="bibr" target="#b17">[18]</ref> give insight into statistical relational learning in the semantic web. Several approaches also analyse clustering of data with background information <ref type="bibr" target="#b13">[14,</ref><ref type="bibr" target="#b11">12,</ref><ref type="bibr" target="#b7">8]</ref>.</p><p>In the context of risk management, there are a vide variety of (probabilistic) quantitative methodologies. However, we concentrate here on the Bayesian approaches in RM, because of their ability to incorporate quantitative and qualitative data as well as their ability to provide useful estimates of model parameters even when data is sparse. Bayesian networks, which are closely related to PLPs and PRMs, are often used in risk management <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b1">2]</ref>, in particular they have been also used to estimate the loss distribution of operational risks <ref type="bibr" target="#b0">[1,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b2">3]</ref>. Despite their success, Bayesian networks are not able to model complex relational domains appropriately <ref type="bibr" target="#b16">[17]</ref>. Therefore it seems to be desirable to utilize statistical relational learning to improve financial risk management, which to the best of the authors knowledge has been not reported so far.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Proposed Approach and Methodology</head><p>The idea is to use a kind of statistical relational model to estimate the loss distribution of an investment. This means that the different information (entities and relations), which are represented i.e. in RDF-S or OWL, are used to learn the structure and the parameters of this model, which is itself used to estimate the distribution of risk factor changes such as stock price movements. Several characteristics are particularly desirable to utilize a relational dependency network as the model. On the one hand, autocorrelation between stocks etc. in financial markets is present. RDNs have the ability to efficiently represent cycles, which facilitates reasoning with autocorrelation. On the other hand, the large amount of data in this domain requires also an efficient approach to learning. RDNs are an approximate representation of the joint distribution, which leads to significant efficiency gains.</p><p>There are different criteria of success for the proposed approach. First, it is important to utilize a suitable framework that combines probabilistic and logic in the complex domain of financial risk management. Much research has been done in other application scenarios, which resulted in different approaches such as PRMs, BLPs, RDNs etc. Suitability of such a framework depends on the type of patterns that can be covered, computational effectiveness of structure and parameter learning as well as inference. Due to this, the author will compare different statistical relational models in this domain according to the criteria.</p><p>Second, it will be important to gather appropriate data from different sources to evaluate the approach. The author will employ a quantitative experimentation of the approach, based on different real world as well as artificial data sets. In particular, artificial data sets are important, because the distribution of the random variables is known in advance, and therefore the prototype algorithms can be evaluated according to the found patterns. Furthermore, complexity of the artificial data set can be increased in a stepwise process. Real world data will be based on data from the open semantic web<ref type="foot" target="#foot_0">1</ref> , such as geographical data, company and product information as well as other sources such as stock market data, news and financial statements<ref type="foot" target="#foot_1">2</ref> that can be transformed through schemas into needed logical formalisms. The thesis should demonstrate the feasibility as well as performance of the approach in comparison to the existing RM approaches on real world data.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Conclusion</head><p>This thesis proposes an original approach to quantitative risk management that should overcome the methodical limitations of widely used propositional learning approaches through the application and enhancement of statistical relational learning. The approach utilizes a representational framework for information based on semantic web standards, because an increasing amount of relevant information in this domain is exposed to the semantic web. The semantic web standards utilize description logic a subset of first-order logic and are therefore a suitable framework for relational learning techniques.</p></div>			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://linkeddata.org/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2" xml:id="foot_1">http://www2.reuters.com/productinfo/</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A Bayesian Networks approach to Operational Risk</title>
		<author>
			<persName><forename type="first">V</forename><surname>Aquaro</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Bardoscia</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Bellotti</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Consiglio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><forename type="middle">De</forename><surname>Carlo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Ferri</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physica A: Statistical Mechanics and its Applications</title>
		<imprint>
			<biblScope unit="volume">389</biblScope>
			<biblScope unit="issue">15</biblScope>
			<biblScope unit="page" from="1721" to="1728" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Bayesian Networks for enterprise risk assessment</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">E</forename><surname>Bonafede</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Giudici</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physica A: Statistical Mechanics and its Applications</title>
		<imprint>
			<biblScope unit="volume">382</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="22" to="28" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Statistical models for operational risk management</title>
		<author>
			<persName><forename type="first">Chiara</forename><surname>Cornalba</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Giudici</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Physica A: Statistical Mechanics and its Applications</title>
		<imprint>
			<biblScope unit="volume">338</biblScope>
			<biblScope unit="issue">1-2</biblScope>
			<biblScope unit="page" from="166" to="172" />
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">A bayesian approach to estimate the marginal loss distributions in operational risk management</title>
		<author>
			<persName><forename type="first">L</forename><forename type="middle">Dalla</forename><surname>Valle</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Giudici</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Computational Statistics &amp; Data Analysis</title>
		<imprint>
			<biblScope unit="volume">52</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="3107" to="3127" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Lifted First-Order Probabilistic Inference</title>
		<author>
			<persName><forename type="first">Rodrigo</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Salvo</forename><surname>Braz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eyal</forename><surname>Amir</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Dan</forename><surname>Roth</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Introduction to Statistical Relational Learning (Adaptive Computation and Machine Learning)</title>
				<editor>
			<persName><forename type="first">Lise</forename><surname>Getoor</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ben</forename><surname>Taskar</surname></persName>
		</editor>
		<imprint>
			<publisher>The MIT Press</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page">11</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Inductive Logic Programming in a Nutshell</title>
		<author>
			<persName><forename type="first">Sašo</forename><surname>Džeroski</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Introduction to Statistical Relational Learning (Adaptive Computation and Machine Learning)</title>
				<editor>
			<persName><forename type="first">Lise</forename><surname>Getoor</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ben</forename><surname>Taskar</surname></persName>
		</editor>
		<imprint>
			<publisher>The MIT Press</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page">11</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Relational Data Mining</title>
		<editor>Sašo Džeroski and Nada Lavrac</editor>
		<imprint>
			<date type="published" when="2001-10">October 2001</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
	<note>1 edition</note>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Conceptual Clustering and Its Application to Concept Drift and Novelty Detection</title>
		<author>
			<persName><forename type="first">Nicola</forename><surname>Fanizzi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Claudia</forename><surname>Amato</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Floriana</forename><surname>Esposito</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC 2008</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Sean</forename><surname>Bechhofer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Manfred</forename><surname>Hauswirth</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Jörg</forename><surname>Hoffmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Manolis</forename><surname>Koubarakis</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">June 1-5, 2008</date>
			<biblScope unit="volume">5021</biblScope>
			<biblScope unit="page" from="318" to="332" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">Learning probabilistic relational models</title>
		<author>
			<persName><forename type="first">Nir</forename><surname>Friedman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Lise</forename><surname>Getoor</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Daphne</forename><surname>Koller</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Avi</forename><surname>Pfeffer</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IJCAI</title>
				<imprint>
			<publisher>Morgan Kaufmann</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="1300" to="1309" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Learning bayesian networks using various datasources and applications to financial analysis</title>
		<author>
			<persName><forename type="first">Jozef</forename><surname>Gemela</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Soft Computing</title>
		<imprint>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="issue">5</biblScope>
			<biblScope unit="page" from="297" to="303" />
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<monogr>
		<title level="m" type="main">Introduction to Statistical Relational Learning (Adaptive Computation and Machine Learning</title>
		<editor>Lise Getoor and Ben Taskar</editor>
		<imprint>
			<date type="published" when="2007">2007</date>
			<publisher>The MIT Press</publisher>
			<biblScope unit="page">11</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Instance Based Clustering of Semantic Web Resources</title>
		<author>
			<persName><forename type="first">Aastrand</forename><surname>Gunnar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Peter</forename><surname>Grimnes</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Alun</forename><forename type="middle">D</forename><surname>Edwards</surname></persName>
		</author>
		<author>
			<persName><surname>Preece</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ESWC 2008</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Sean</forename><surname>Bechhofer</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Manfred</forename><surname>Hauswirth</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Jörg</forename><surname>Hoffmann</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Manolis</forename><surname>Koubarakis</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">June 1-5, 2008</date>
			<biblScope unit="volume">5021</biblScope>
			<biblScope unit="page" from="303" to="317" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">An ILP Perspective on the Semantic Web</title>
		<author>
			<persName><forename type="first">Francesca</forename><forename type="middle">A</forename><surname>Lisi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Floriana</forename><surname>Esposito</surname></persName>
		</author>
		<ptr target="CEUR-WS.org" />
	</analytic>
	<monogr>
		<title level="m">SWAP</title>
		<title level="s">CEUR Workshop Proceedings</title>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">166</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Clustering Ontology-Based Metadata in the Semantic Web</title>
		<author>
			<persName><forename type="first">Alexander</forename><surname>Maedche</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Valentin</forename><surname>Zacharias</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">PKDD</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<editor>
			<persName><forename type="first">Tapio</forename><surname>Elomaa</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Heikki</forename><surname>Mannila</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Hannu</forename><surname>Toivonen</surname></persName>
		</editor>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2002">August 19-23, 2002</date>
			<biblScope unit="volume">2431</biblScope>
			<biblScope unit="page" from="348" to="360" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<monogr>
		<author>
			<persName><forename type="first">Alexander</forename><forename type="middle">J</forename><surname>Mcneil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Rudiger</forename><surname>Frey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paul</forename><surname>Embrechts</surname></persName>
		</author>
		<title level="m">Quantitative Risk Management: Concepts, Techniques, and Tools</title>
				<imprint>
			<publisher>Princeton University Press</publisher>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Relational Dependency Networks</title>
		<author>
			<persName><forename type="first">Jenniver</forename><surname>Neville</surname></persName>
		</author>
		<author>
			<persName><forename type="first">David</forename><surname>Jensen</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Introduction to Statistical Relational Learning (Adaptive Computation and Machine Learning)</title>
				<editor>
			<persName><forename type="first">Lise</forename><surname>Getoor</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Ben</forename><surname>Taskar</surname></persName>
		</editor>
		<imprint>
			<publisher>The MIT Press</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page">11</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Logical and Relational Learning (Cognitive Technologies)</title>
		<author>
			<persName><forename type="first">Luc</forename><surname>De</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Raedt</forename></persName>
		</author>
		<imprint>
			<date type="published" when="2008-10">October 2008</date>
			<publisher>Springer</publisher>
		</imprint>
	</monogr>
	<note>1 edition</note>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">Statistical Relational Learning with Formal Ontologies</title>
		<author>
			<persName><forename type="first">Achim</forename><surname>Rettinger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Matthias</forename><surname>Nickles</surname></persName>
		</author>
		<author>
			<persName><surname>Volker Tresp</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ECML/PKDD</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">5782</biblScope>
			<biblScope unit="page" from="286" to="301" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Semantic Web Mining -State of the Art and Future Directions</title>
		<author>
			<persName><forename type="first">Gerd</forename><surname>Stumme</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Andreas</forename><surname>Hotho</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Bettina</forename><surname>Berendt</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of Web Semantics</title>
		<imprint>
			<biblScope unit="volume">4</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="124" to="143" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">Towards Machine Learning on the Semantic Web</title>
		<author>
			<persName><forename type="first">Markus</forename><surname>Volker Tresp</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Achim</forename><surname>Bundschus</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Yi</forename><surname>Rettinger</surname></persName>
		</author>
		<author>
			<persName><surname>Huang</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Uncertainty Reasoning for the Semantic Web I</title>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2008">2008</date>
			<biblScope unit="volume">5327</biblScope>
			<biblScope unit="page" from="282" to="314" />
		</imprint>
	</monogr>
</biblStruct>

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