-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpublications.html
58 lines (48 loc) · 4.47 KB
/
publications.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Silk - The Linked Data Integration Framework</title>
<link rel='shortcut icon' type='image/png' href='assets/images/favicon.png'/>
<link rel="stylesheet" media="screen" href="assets/stylesheets/main.css" />
</head>
<body>
<div class="header">
<h1>Silk</h1>
<div id="subtitle">The Linked Data Integration Framework</div>
<div id="logos">
<a href="http://dws.informatik.uni-mannheim.de/" target="_blank">
<img src="assets/images/logo_uni_mannheim.png" />
</a>
<a href="http://www.eccenca.com/" target="_blank">
<img src="assets/images/eccenca_logo.png" />
</a>
</div>
</div>
<div id="navigation">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/news">News</a></li>
<li><a href="/download">Download</a></li>
<li><a href="/support">Support</a></li>
<li><a class="selected" href="/publications">Publications</a></li>
</ul>
</div>
<div id="main">
<ul>
<li>
Petar Petrovski, Volha Bryl, Christian Bizer: <a href="http://dws.informatik.uni-mannheim.de/fileadmin/lehrstuehle/ki/pub/petrovski_bryl_bizer_deos2014.pdf">Integrating Product Data from Websites offering Microdata Markup</a>. To appear in the Proceedings of the 4th Workshop on Data Extraction and Object Search (DEOS2014) @ WWW 2014, Seoul, Korea, April 2014.
</li>
<li>Robert Isele: <a href="https://ub-madoc.bib.uni-mannheim.de/33418/">Learning Expressive Linkage Rules for Entity Matching using Genetic Programming</a>. Dissertation, 2013.</li>
<li>Robert Isele, Christian Bizer: <a href="http://dws.informatik.uni-mannheim.de/fileadmin/lehrstuehle/ki/pub/IseleBizer-ActiveLearningOfExpressiveLinkageRules-JWS2013.pdf" target="_blank" class="download-new-window">Active Learning of Expressive Linkage Rules using Genetic Programming</a>. Journal of Web Semantics, Vol. 23, pp. 2-15, <a href="http://dx.doi.org/10.1016/j.websem.2013.06.001" target="_blank" class="external-link-new-window">DOI 10.1016/j.websem.2013.06.001</a>, 2013.</li>
<li>Robert Isele, Christian Bizer: <a href="http://vldb.org/pvldb/vol5/p1638_robertisele_vldb2012.pdf">Learning Expressive Linkage Rules using Genetic Programming</a>. Proceedings of the VLDB Endowment (PVLDB), Vol. 5, No. 11, pp. 1638-1649, August 2012.</li>
<li>Robert Isele, Christian Bizer: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/pub/IseleBizer-Silk-Learning-OM2011.pdf">Learning Linkage Rules using Genetic Programming</a>. 6th International Workshop on Ontology Matching. Bonn, Germany, October 2011.</li>
<li>Robert Isele, Anja Jentzsch, Christian Bizer: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/pub/IseleJentzschBizer-WebDB2011.pdf">Efficient Multidimensional Blocking for Link Discovery without losing Recall</a>. 14th International Workshop on the Web and Databases (WebDB 2011), Athens, June 2011.</li>
<li>Robert Isele, Anja Jentzsch, Christian Bizer: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/pub/IseleJentzschBizer-Silk-Cold2010.pdf"> Silk Server - Adding missing Links while consuming Linked Data</a>. 1st International Workshop on Consuming Linked Data (COLD 2010), Shanghai, November 2010.</li>
<li>Anja Jentzsch, Robert Isele, Christian Bizer: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/pub/JentzschIseleBizer-Silk-Poster-ISWC2010.pdf">Silk - Generating RDF Links while publishing or consuming Linked Data</a>. Poster at the International Semantic Web Conference (ISWC2010), Shanghai, November 2010.</li>
<li>Julius Volz, Christian Bizer, Martin Gaedke, Georgi Kobilarov: <a href="http://wifo5-03.informatik.uni-mannheim.de/bizer/pub/VolzBizerGaedkeKobilarov-ISWC2009-Silk.pdf">Discovering and Maintaining Links on the Web of Data</a>. International Semantic Web Conference (ISWC2009), Westfields, USA, October 2009.</li>
<li> Julius Volz, Christian Bizer, Martin Gaedke, Georgi Kobilarov: <a href="http://events.linkeddata.org/ldow2009/papers/ldow2009_paper13.pdf">Silk – A Link Discovery Framework for the Web of Data </a>. 2nd Workshop about Linked Data on the Web (LDOW2009), Madrid, Spain, April 2009. </li>
<li>Christian Bizer, Tom Heath, Tim Berners-Lee: <a href="http://tomheath.com/papers/bizer-heath-berners-lee-ijswis-linked-data.pdf">Linked Data - The Story So Far</a>. In: International Journal on Semantic Web & Information Systems, Vol. 5, Issue 3, Pages 1-22, 2009.</li>
</ul>
</div>
</body>
</html>