<?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">Learning Content Patterns from Linked Data</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author role="corresp">
							<persName><forename type="first">Emir</forename><surname>Muñoz</surname></persName>
							<email>emir.munoz@ie.fujitsu.com</email>
							<affiliation key="aff0">
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Fujitsu</forename><forename type="middle">Ireland</forename><surname>Limited</surname></persName>
							<affiliation key="aff0">
								<orgName type="institution">National University of Ireland</orgName>
								<address>
									<settlement>Galway</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Learning Content Patterns from Linked Data</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">4913921F86BE3650B2552914CA80EAE5</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T22:07+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>Content Pattern</term>
					<term>Linked Data</term>
					<term>Information Extraction</term>
					<term>#LD4IE</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Linked Data (LD) datasets (e.g., DBpedia, Freebase) are used in many knowledge extraction tasks due to the high variety of domains they cover. Unfortunately, many of these datasets do not provide a description for their properties and classes, reducing the users' freedom to understand, reuse or enrich them. This work attempts to fill part of this lack by presenting an unsupervised approach to discover syntactic patterns in the properties used in LD datasets. This approach produces a content patterns database generated from the textual data (content) of properties, which describes the syntactic structures that each property have. Our analysis enables (i) a human-understanding of syntactic patterns for properties in a LD dataset, and (ii) a structural description of properties that facilitates its reuse or extension. Results over DBpedia dataset also show that our approach enables (iii) the detection of data inconsistencies, and (iv) the validation and suggestion of new values for a property. We also outline how the resulting database can be exploited in several information extraction use cases.</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>Many companies and government agencies are massively publishing data on the Web as result of Open Data initiatives, from public and private sectors, that enable publicly-available data to be easily accessible by other users. Hence, the ability to extract information from those sources is becoming increasingly important in the society for driving innovation, investment and economic growth. In the process, data publishers usually reuse and extend a public ontology/vocabulary to be used when publishing data on the Web in Linked Data shape. The recent update of the Linked Open Data (LOD) Cloud diagram <ref type="foot" target="#foot_0">1</ref> shows that publishers still prefer to interlink their datasets mainly to DBpedia 2 and reuse its vocabulary among other popular ones. Statistics provided by Linked Open Vocabularies (LOV) <ref type="bibr" target="#b16">[17]</ref> reported the existence of 446 vocabularies (by July 7th, 2014) with 10 classes and 20 properties in average. This numbers reveal the cumbersome process for any publisher -person or application-to determine which properties or classes to use at the moment of design and publish new datasets.</p><p>In an ideal scenario, each property present in an ontology/vocabulary should have attached its specification of domain and range metadata in order to increase its reuse. But in practice, this is not a reality, vocabularies lack of such definitions or guidelines for users indicating how to reuse a vocabulary. Here, it is worth mentioning that domain and range metadata are categorized as nonnormative by RDF Schema <ref type="bibr">[3, §4]</ref>. Furthermore, even in the cases when such metadata is explicitly mentioned, the LD datasets that use them might contain lexical errors, such as the values "'''e-book ID:"@en and "See text"@en for the property http://dbpedia.org/property/isbn. This kind of errors are hard to detect in an automatic extraction process, such as the ones used by DBpedia. Our main goal is to discover a set of syntactic patterns in the content (value) of each property that provides content-based rules for valid values of properties, and thus reduce errors and increase the quality of LD datasets. Datatypes in Linked Data (e.g., xsd:integer, xsd:gMonthDay) allow the validation of values that RDF properties can take. For instance, we can expect that the property dbp:dateCreated should follows a syntactic pattern, such as Number-Number-Number to cover a Year-Month-Day data field. More specifically, a pattern such as Small Num-Small Num-Medium Num. This guide us to state our hypothesis: In Linked Data, a given property value satisfies a fixed and small set of lexico-syntactic patterns.</p><p>The former hypothesis guide us to build a database that contains all the possible content patterns for each RDF property in a Linked Data dataset.</p><p>Organization. In this paper, we introduce RDF, domain, and range in Section 2. Section 3 introduces the concept of content patterns and the learning process to extract them from LD. Section 4 describes the algorithm for the database construction from DBpedia<ref type="foot" target="#foot_2">3</ref> and its implementation. A discussion of some identified use cases for the patterns database is presented in Section 5. Relevant related work is presented in Section 6, to finally conclude about our work in Section 7.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Background</head><p>In this section, we briefly introduce RDF model and the main issues with the structure of properties in current datasets of the LOD cloud.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.1">RDF Model</head><p>The RDF data model is used in the Semantic Web to give a universal structure to the content that enables interoperability and semantics. An RDF triple can be seen as an atomic fact representing the existence of a relationship between a subject resource and an object resource selected from a set of RDF terms. The RDF terms set is the union of three pair-wise disjoint sets: U, the set of all URI references; B, an infinite set of blank nodes; and L, the set of all literals. The set of literals is further decomposed into the union of two disjoint sets: L p the set of all plain literals and L t the set of typed literals. This work focus on the set L, where each string value is analyzed to learn lexico-syntactic patterns <ref type="bibr" target="#b9">[10]</ref> that exploit the structure (grammar) of the values for a fixed property. Thus, we do learn content-based rules that models the data (string values) of a property, which we refer as content patterns or simply patterns. As mentioned above, a literal `2 L can be either plain or typed. Plain literals are composed by plain strings, such as "Hello World", and usually are associated to a language tag (e.g., en, es), such as "Hello World"@en and "Hola Mundo"@es for English and Spanish, respectively. Typed literals are those that next to the lexical string have a datatype, such as "13"^^xsd:integer, representing the number 13. These datatypes are generally defined for XML Schema that cover numerics, booleans, dates, times, and so forth. Plain literals without language tags are associated to xsd:string values by default. In addition, datatypes define which lexical forms are valid for a datatype. For instance, "Hello World"^^xsd:integer is an invalid statement whereas that "Hello World"^^xsd:string is valid.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2.2">Domain, Range and their issues</head><p>Vocabularies and schemas in Linked Data, and RDF specifically, aim to attach semantics to the user-defined classes and properties. RDF Schema (RDFS) <ref type="bibr" target="#b2">[3]</ref> is an extension of RDF with four key terms that allow the specification of well-defined relationships between classes and properties. The four introduced elements are: rdfs:subClassOf, rdfs:subPropertyOf, rdfs:domain and rdfs:range (please see <ref type="bibr" target="#b14">[15]</ref> for details). We focus on the last two elements, namely, rdfs:domain and rdfs:range to explain how our content patterns database can be used. rdfs:domain is used to state that the subject of an RDF triple with property p is a member of a given class c. Similarly, rdfs:range is used to state that the object of an RDF triple with property p is a member of a given class c. This allows us to put constraints, and later validate the actual types of values that are appropriate for a given property. Thus, facilitating a checking of the dataset to discover errors, or to suggest appropriate values for a property. Using LOV SPARQL endpoint<ref type="foot" target="#foot_7">8</ref> , we can compute that ca. 70% of the properties have a defined domain and range. Also, that only 1.2% of the properties contains a not empty dcterms:description; and 40.9% contains a not empty rdfs:comment value. This shows that widely used LD datasets, such as DBpedia, lack of a minimal description about what/when/why to use a given property.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Content Patterns</head><p>The content of a property in an RDF triple, i.e. the data string in the object position, is considered as a sequence of characters. A lexical analysis over properties' content generates sequences of tokens, strings generated from an alphabet containing di↵erent types of characters: alphabetic, numeric, punctuation, etc. This sequence of tokens defines the structure of the content in an RDF property that is here used to identify patterns.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.1">Learning Patterns from Linked Data</head><p>In the following, we present our method to generate the content patterns. In order to generate this patterns, first, we need an algorithm that allows us to learn structural information about string values. For this purpose, we do use DataProG presented by Lerman et al. <ref type="bibr" target="#b10">[11]</ref>, and designed for wrapper maintenance, wrapper verification and induction. This algorithm takes as input a set of positive examples, and using a word-level representation, or more accurately, a token-level representation, generates a set of lexico-syntactic rules that the tokens follow, from here on referenced as our content patterns. A token is considered as a particular instance of a concept or type. For example, the type Number can have 1, 25, or 40 as instances. The types of the tokens are associated to syntactic categories as depicted in Figure <ref type="figure" target="#fig_0">1</ref>. Each category has its own semantics describing the datatype. For instance, Number category is divided in three sub-categories: Small (0 -9), Medium (10 -1000) and Large (larger than 1000). Here, every string appearing in at least k examples will be represented by a token type (see Example 2). Formally, let K T p = {k 1 , k 2 , . . . , k m } be the set of patterns for property p in a LD dataset T , where every pattern k i is a sequence of syntactic classes w.r.t. the one in Figure <ref type="figure" target="#fig_0">1</ref>. As it is, our test data source, i.e. DBpedia, only contains "examples" of values for a given property. We do require that the learning patterns algorithm accepts as input only positive examples. DataProG algorithm satisfies this requirement. Then, it is a good choice to be used in this work for the generation of content patterns. (Note that our method is flexible enough to accept other learning pattern algorithms.)</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">Database Construction</head><p>In this section, we explain our methodology to build a content patterns database from a Linked Data dataset. First, we pre-process our test dataset, i.e. DBpedia, and present a survey of the properties found in it. Second, based on the learning process depicted in Section 3, we introduce our algorithm for pattern extraction in order to build the content patterns database from our Linked Data dataset.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.1">DBpedia Properties Survey</head><p>We used DBpedia v3.9, gathered on May 2014, which contains over 2.4 billion RDF triples with instances of 53,230 properties. To analyze each property, the DBpedia dump was fragmented by properties in order to extract all the patterns. For one property, the analysis can be done using the following SPARQL query: ⌥ ⌅ SELECT ?sub ?obj WHERE { ?sub &lt;http://dbpedia.org/property/placeOfBirth&gt; ?obj . }</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>⌃ ⇧</head><p>where we ask for all subject (?sub) and object (?obj) elements that appear in the RDF triples where the predicate corresponds to the property http://dbpedia.org/property/placeOfBirth.</p><p>In this work, we do use HDT (header, dictionary, triples) <ref type="bibr" target="#b6">[7]</ref> -a compact data structure and binary serialization format for RDF-for RDF data management. HDT allows us to search and browse DBpedia dataset using S-P-O-like 9 queries where we can indicate fixed values for any of these three positions. We then fragment the whole dataset, generating small and manageable indices per property. Table <ref type="table">1</ref> shows the list with the top-20 most frequent properties found in DBpedia, being the sameAs property the most frequent. This list is mainly composed by properties coming from the most popular vocabularies: FOAF 10 , Dublin Core 11 , OWL 12 , DBpedia.</p><p>Table <ref type="table">1</ref>: List of the top-20 most frequent properties in DBpedia.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Freq. Property</head><p>indices, where each one contains only RDF triples for one fixed property. Each RDF triple in the index is parsed to extract the object position and determine whether it is a literal, URI or blank node to form the set V p of values for property p. (Blank nodes do not contribute to our method-since they do not contain any URI or literal-, so they are discarded. On the other hand, for URIs we can still extract some domain patterns.) We further determine if the literals are plain or typed. From the extracted set L for a property index, we determine that 19.25% correspond to elements in L p (plain literals), 18.02% to elements in L t (typed literals), and 62.73% elements that do not contain any language or datatype associated (by default linked to xsd:string). Among the literals with an existing datatype, the most common datatype found was xsd:integer.</p><p>Table <ref type="table">2</ref> shows the top-10 most frequent datatypes in DBpedia that are mainly related with numbers, dates and time representation.</p><p>Table <ref type="table">2</ref>: List of the top-10 more frequent datatypes in DBpedia.</p><p>Freq.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.2">The Algorithm</head><p>We will now design an algorithm to obtain the sets K T p of patterns for each property p in the dataset T . For each property we extracted the set V p of values that is passed as input to the learning patterns algorithm. This action generates the content patterns per property. Algorithm 1 formalizes the approach to construct the content patterns database. The first part of the algorithm (lines 3-6) represents the parsing of the LD dataset T , and generation of the set V p , filtering values that are not in L [ U. Once finished the parsing, the patterns can be generated calling DataProG (line 9); compute their corresponding coverage (line 10), and then write the 3-tuples into the database (line 11).</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4.3">Implementation</head><p>Algorithm 1 was implemented using Java language, and tested over DBpedia dataset. In terms of implementation, due to the size of some sets V p , we optionally optimized the processing time and memory required for the patterns computation, by truncating the size to 500 elements maximum. This should be executed after line 7 and before line 9. In our following experiments, we applied this optimization to meet the hardware constraints imposed by the machine used. Write the 3-tuple (p, ki, covk i ) for each property/pattern into the database 12: end for However, this is still an optional optimization, so can be skipped or discarded for bigger hardware resources.</p><p>The machine used to process DBpedia and build the database was a virtual machine running Ubuntu Linux 12.04 with an Intel i7 processor, and 8GB of RAM memory. The source code with the implementation of the current approach used to generate a content patterns database from a Linked Data dataset can be found on-line in https://github.com/emir-munoz/ld-patterns. A dump of the database is available in a tabular separated values (tsv) file, which contains the generated patterns for DBpedia: property&lt;tab&gt;pattern&lt;tab&gt;overage, where the metric coverage is used to measure the proportion of the dataset for which the learning algorithm makes a prediction, i.e. all the examples that satisfy the pattern divided by the total number of examples. The coverage metric range is [0.0, 1.0], being 1.0 the full coverage of the data examples.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">Discussion</head><p>In this section, we present a discussion about the possible use cases where the generated database can be helpful. In practice, the values in the rdfs:range of a property are not uni-type, which does not violate the formal definition of RDF model in Section 2. However, this is translated in properties p whose set V p are composed by URIs mixed with literals and even blank nodes <ref type="foot" target="#foot_8">13</ref> . This fact makes more challenging the reuse of many properties. The survey performed on literals in DBpedia knowledge base showed that only ca. 40% falls into the categories of plain and typed literals, leaving the rest, 60%, as default literals linked to the xsd:string type. Nevertheless, we consider all of them in our analysis and posterior processing. When applying Algorithm 1 to DBpedia we generate the main output of this work: A database composed by ca. 500,000 content patterns associated to properties in Linked Data. With an average of 17.3 patterns per property. In other words, we were able to find content patterns in properties values of a Linked Data dataset. This result comes to validate our initial hypothesis which stated that in Linked Data datasets, a given property satisfies a small set of lexico-syntactic patterns whenever the range of the property is not an empty value or blank node.</p><p>We report in Table <ref type="table" target="#tab_2">3</ref> few examples of content patterns extracted for eight properties. Each pattern is accompanied by its coverage measure. We can notice that the patterns of some properties are easy to deduce, such as dbp:barcode or dbo:address, but it is not the same in other cases, such as dbp:admCtrOf, dbp:1stishhead or dbp:2006MeanHhIncome-where it is hard even to figure out the context where those properties are used. This lead us to define and discuss a set of use cases where it is handy to count with such database. To guide our discussion, we present a list with some identified use cases:</p><p>1. The database can facilitate user searches to discover and reuse existing properties. Similar to a search by example, given an example value the user can search for all the patterns that cover that example. 2. As a derivation of the previous use case, this database can facilitate a humanunderstanding of the lexicon of properties existing in a Linked Data dataset in general beyond the simple and not selft-explanatory label. 3. The database can be used to check atypical values (outliers) inside the same knowledge base, based on the most in/frequent patterns. The outliers might correspond to errors because of failures in an automatic extraction, or changes/updates in the lexicon of properties that will require to re-run the Algorithm 1 to generate a new database. 4. Most ambitiously, the database obtained can help to the automatic generation of schemas from tabular data. For example, when trying to convert CSV to RDF format using the SPARQL-based data mapping language TARQL <ref type="bibr" target="#b4">[5]</ref>, users need to define how each column will be represented in RDF. 5. In terms of information extraction, this database can be used for instance in the table extraction problem. In a table, the columns with string values can be mapped to RDF properties, by matching the cell values with patterns in the database. This might help to improve the recall measure when performing approaches like the one described in <ref type="bibr" target="#b13">[14]</ref>. 6. Document wrappers will also benefit from this database. Extracted values by a wrapper, via CSS or XPath queries over HTML pages can be validated against the corresponding patterns. A practical example is shown in Figure <ref type="figure" target="#fig_2">2</ref> where the lexical patterns database is generated from a Linked Data dataset, and used to validate extracted data by a wrapper. Consider as example, a wrapper that extracts data from the business card of a person embedded in his HTML page, that contains the following attributes and values: ⌥ ⌅ </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>⌃ ⇧</head><p>By using a conversion of the patterns to regular expressions (cf. <ref type="bibr" target="#b8">[9]</ref>) we can check that this attribute value, user1@domain.com, match both regular expressions, and then conclude that it is valid since it satisfies the content patterns. Therefore, the extraction task is successfully achieved and we can represent the extracted data in RDF as: ⌥ ⌅ _:l1 dbp:email "user1@domain.com"@en .</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>⌃ ⇧</head><p>were :l1 is a blank node (in the subject position) that represents the business card itself. The same process can be followed for the other attributes. In practice, RDF vocabularies to model information extraction tasks, like this barely showed here, are needed. This is still an open research area that could help adding some metadata regarding the variables involved in the extraction, or even to assign URIs to identify common IE modules.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Related Work</head><p>A significant amount of research activity have been made in the topic of pattern recognition (see <ref type="bibr" target="#b1">[2,</ref><ref type="bibr" target="#b11">12]</ref> among others). Pattern-based extraction of information and the use of lexico-syntactic patterns are far from new and have been used in a variety of tasks <ref type="bibr" target="#b9">[10,</ref><ref type="bibr" target="#b3">4,</ref><ref type="bibr" target="#b15">16]</ref>. In information extraction, patterns are widely used on the Web <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b0">1]</ref>. Within the range of uses for patterns, <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b12">13]</ref> reported a reasonable success in ontology creation and population. Recently, Linked Data has been exploited as a background knowledge base to support wrapper induction <ref type="bibr" target="#b7">[8]</ref>, HTML tables interpretation <ref type="bibr" target="#b13">[14]</ref>, among other tasks. However, as far as we know, this paper is the first to explore the learning of lexico-syntactic patterns from string data embedded in LD datasets for validation. Our approach was inspired by algorithms proposed for wrapper induction <ref type="bibr" target="#b10">[11,</ref><ref type="bibr" target="#b7">8]</ref>, and a previous work focused on RDF extraction from Wikipedia tables <ref type="bibr" target="#b13">[14]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Conclusions and Future Work</head><p>In this paper, we presented a method to build a content patterns database generated exclusively from DBpedia knowledge base, but applicable to any Linked Data dataset. By exploiting the implicit grammar present in the content of RDF properties whose range is in the set of literals, we could generate content patterns for such properties. These syntactic patterns are rich sources to be used in Information Extraction tasks as shown in this paper. Furthermore, we present some possible use cases where the database can be exploited.</p><p>To the best of our knowledge, our work is the first in conducting an analysis over properties with textual values; and also the first in generate a content pattern database from Linked Data datasets.</p><p>As future work, we identified two major directions in which our work can be extended and/or improved: <ref type="bibr" target="#b0">(1)</ref> The content patterns database can be used in the evaluation of the knowledge base used to build the former. In other words, we can perform a checking of the RDF triples examining cases where the object values do not comply with the most common generated patterns. This will guide us to a consistency analysis of the knowledge represented by the LD dataset, where this can be cleaned increasing its value. This task also will give insights on common errors incurred in automatic extractions from semi-structured data sources. <ref type="bibr" target="#b1">(2)</ref> The consideration of other LD datasets besides DBpedia, such as Freebase could help to enrich in both size and quality dimensions the database, making it more valuable. supported by KI2NA project funded by Fujitsu Laboratories Limited and Insight Centre for Data Analytics at NUI Galway (formerly known as DERI).</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Example 1 .</head><label>1</label><figDesc>The following RDF triples: ⌥ ⌅ dbr:17049_Miron dbo:epoch "May 14, 2008"@en dbr:17049_Miron dbo:apoapsis "401288344481.673828"^^xsd:double ⌃ ⇧ describe features of the asteroid 17049 Miron 4 . The first triple shows the predicate epoch 5 (explained by DBpedia ontology as the "moment in time used as a reference point for some time-varying astronomical quantity"), where the domain and range of the property epoch are defined as: http://dbpedia.org/ontology/Planet class for planets, and xsd:string for string values, respectively 6 . While, the second triple shows the predicate apoapsis 7 which does not present any description explaining its use in this context. u t</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 1 :</head><label>1</label><figDesc>Fig. 1: Portion of the token type syntactic hierarchy [11]. Example 2. Given a property p with value in the set S p = {14.1, 362.5, 95.0}, the learning process should return a content pattern set: K T p = {[Number . Number]}. DataProG algorithm over S p returns two content patterns: (k 1 ) [Number Punctuation Number], and its specification (k 2 ) [Medium Number . Small Number], which is fine-grained. So far, S satisfies both patterns (k 1 ) and (k 2 ). But, whenever elements in the input set follows a slightly di↵erent syntax, the set K T p of patterns changes and becomes more general or coarse-grained. For example, adding the element 5.3i (a imaginary number) to the former set S p , we have S 0 p = {14.1, 362.5, 95.0, 5.3i}, which will change the last former syntactic category (i.e. Number) in the previous patterns (k 1 ) and (k 2 ) for Alphanum. u t</figDesc><graphic coords="5,243.04,224.02,111.92,90.61" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 2 :</head><label>2</label><figDesc>Fig. 2: Wrapper use case for the database.</figDesc><graphic coords="10,215.64,286.53,166.72,79.60" 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 mentioned relationship can be formally represented by a tuple (s, p, o) or RDF triple where s 2 U [ B represents the subject, p 2 U represents the predicate (instance of the class property), and o 2 U [ B [ L represents the object of the triple.</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 3 :</head><label>3</label><figDesc>Examples of content patterns identified.</figDesc><table><row><cell>Property</cell><cell>Content Patterns</cell><cell>Coverage</cell></row><row><cell>dbp:barcode</cell><cell>LARGE/FLOAT NUMBER</cell><cell>1.0</cell></row><row><cell></cell><cell>NUMBER FIRST UPPERCASE FIRST UPPERCASE</cell><cell>0.318</cell></row><row><cell>dbo:address</cell><cell>ALPHANUMERIC FIRST UPPERCASE Road</cell><cell>0.056</cell></row><row><cell></cell><cell>ALPHANUMERIC FIRST UPPERCASE Street</cell><cell>0.044</cell></row><row><cell></cell><cell>ALPHA of ALL LOWERCASE significance of FIRST UPPERCASE</cell><cell>0.298</cell></row><row><cell>dbp:admCtrOf</cell><cell>FIRST UPPERCASE District</cell><cell>0.272</cell></row><row><cell></cell><cell>Town of ALPHA significance of FIRST UPPERCASE</cell><cell>0.206</cell></row><row><cell></cell><cell>FIRST UPPERCASE</cell><cell>0.978</cell></row><row><cell>dbo:editorTitle</cell><cell>Editor</cell><cell>0.79</cell></row><row><cell></cell><cell>Editor -in -Chief</cell><cell>0.282</cell></row><row><cell></cell><cell>ALPHANUMERIC -NUMBER -NUMBER -NUMBER</cell><cell>0.56</cell></row><row><cell>dbo:isbn</cell><cell>NUMBER -NUMBER -NUMBER -NUMBER</cell><cell>0.56</cell></row><row><cell></cell><cell cols="2">ALPHANUMERIC 978 -SMALL NUMBER -NUMBER -NUMBER -SMALL NUMBER 0.046</cell></row><row><cell></cell><cell>vol . SMALL NUMBER</cell><cell>0.54</cell></row><row><cell>dbp:1stishhead</cell><cell>ALPHA . SMALL NUMBER</cell><cell>0.54</cell></row><row><cell></cell><cell>vol . SMALL NUMBER cont .</cell><cell>0.02</cell></row><row><cell></cell><cell>LARGE/FLOAT NUMBER</cell><cell>0.682</cell></row><row><cell>dbp:2006MeanHhIncome</cell><cell>ALPHANUMERIC / A</cell><cell>0.122</cell></row><row><cell></cell><cell>ALPHANUMERIC Available</cell><cell>0.108</cell></row><row><cell></cell><cell>NUMBER</cell><cell>0.873</cell></row><row><cell>dbp:dateCreated</cell><cell>MEDIUM NUMBER</cell><cell>0.731</cell></row><row><cell></cell><cell>MEDIUM NUMBER -SMALL NUMBER -SMALL NUMBER</cell><cell>0.233</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="1" xml:id="foot_0">http://data.dws.informatik.uni-mannheim.de/lodcloud/2014/ISWC-RDB/ (July</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="2014" xml:id="foot_1">) 2 http://dbpedia.org/About</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_2">http://dbpedia.org/About</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_3">http://dbpedia.org/resource/17049_Miron</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_4">http://dbpedia.org/ontology/epoch</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_5">The consideration of an asteroid as member of the class planet stated by the example RDF triple is not a discussion covered in this paper but it is related to the question how a given RDF ontology represents the real world.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_6">http://dbpedia.org/ontology/apoapsis</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_7">http://lov.okfn.org/endpoint/lov_aggregator</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="13" xml:id="foot_8">In LOV, 374 unique properties have a range defined as blank node.</note>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Acknowledgments. The author would like to thank Mario Arias for his work in HDT software and, Bianca Pereira and the anonymous reviewers for the constructive comments and suggestions to improve the paper. This work has been</p></div>
			</div>


			<div type="availability">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Datatype 39,938,610 http://www.w3.org/2001/XMLSchema#integer 3,449,581 http://www.w3.org/2001/XMLSchema#double 3,268,506 http://www.w3.org/2001/XMLSchema#date 1,677,864 http://www.w3.org/2001/XMLSchema#float 1,216,821 http://www.w3.org/2001/XMLSchema#gYear 908,155 http://dbpedia.org/datatype/second 679,934 http://www.w3.org/2001/XMLSchema#nonNegativeInteger 275,376 http://www.w3.org/2001/XMLSchema#gMonthDay 204,753 http://dbpedia.org/datatype/squareKilometre 196,569 http://dbpedia.org/datatype/minute</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Open Information Extraction from the Web</title>
		<author>
			<persName><forename type="first">M</forename><surname>Banko</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">J</forename><surname>Cafarella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Soderland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Broadhead</surname></persName>
		</author>
		<author>
			<persName><forename type="first">O</forename><surname>Etzioni</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 20th International Joint Conference on Artifical Intelligence. IJCAI&apos;07</title>
				<meeting>the 20th International Joint Conference on Artifical Intelligence. IJCAI&apos;07<address><addrLine>San Francisco, CA, USA</addrLine></address></meeting>
		<imprint>
			<publisher>Morgan Kaufmann Publishers Inc</publisher>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="2670" to="2676" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">Pattern Recognition and Machine Learning (Information Science and Statistics</title>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">M</forename><surname>Bishop</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
			<publisher>Springer-Verlag New York, Inc</publisher>
			<pubPlace>Secaucus, NJ, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<author>
			<persName><forename type="first">D</forename><surname>Brickley</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Guha</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Mcbride</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/rdf-schema/" />
		<title level="m">RDF Schema 1</title>
				<imprint>
			<date type="published" when="2014-02">February 2014</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Extracting Patterns and Relations from the World Wide Web</title>
		<author>
			<persName><forename type="first">S</forename><surname>Brin</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Selected Papers from the International Workshop on The World Wide Web and Databases. WebDB &apos;98</title>
				<meeting><address><addrLine>London, UK, UK</addrLine></address></meeting>
		<imprint>
			<publisher>Springer-Verlag</publisher>
			<date type="published" when="1999">1999</date>
			<biblScope unit="page" from="172" to="183" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><surname>Cyganiak</surname></persName>
		</author>
		<ptr target="https://github.com/cygri/tarql" />
		<title level="m">SPARQL for Tables: Turn CSV into RDF using SPARQL syntax</title>
				<imprint>
			<date type="published" when="2013-08">August 2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">Web-scale Information Extraction in Knowitall: (Preliminary Results)</title>
		<author>
			<persName><forename type="first">O</forename><surname>Etzioni</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Cafarella</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Downey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Kok</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">M</forename><surname>Popescu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><surname>Shaked</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Soderland</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><forename type="middle">S</forename><surname>Weld</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Yates</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 13th International Conference on World Wide Web. WWW &apos;04</title>
				<meeting>the 13th International Conference on World Wide Web. WWW &apos;04<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="100" to="110" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Binary RDF Representation for Publication and Exchange (HDT)</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">D</forename><surname>Fernández</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Martínez-Prieto</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gutiérrez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Polleres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Arias</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Web Semantics: Science, Services and Agents on the World Wide Web</title>
		<imprint>
			<biblScope unit="volume">19</biblScope>
			<biblScope unit="page" from="22" to="41" />
			<date type="published" when="2013">2013</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Unsupervised Wrapper Induction Using Linked Data</title>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">L</forename><surname>Gentile</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Z</forename><surname>Zhang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">I</forename><surname>Augenstein</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Ciravegna</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th International Conference on Knowledge Capture. K-CAP&apos;13</title>
				<meeting>the 7th International Conference on Knowledge Capture. K-CAP&apos;13<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2013">2013</date>
			<biblScope unit="page" from="41" to="48" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Regular Expressions Cookbook -Detailed Solutions in Eight Programming Languages</title>
		<author>
			<persName><forename type="first">J</forename><surname>Goyvaerts</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Levithan</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2012">2012</date>
			<publisher>O&apos;Reilly</publisher>
		</imprint>
	</monogr>
	<note>Second Edition</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">Automatic Acquisition of Hyponyms from Large Text Corpora</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">A</forename><surname>Hearst</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 14th Conference on Computational Linguistics. COLING &apos;92</title>
		<title level="s">Association for Computational Linguistics</title>
		<meeting>the 14th Conference on Computational Linguistics. COLING &apos;92<address><addrLine>Stroudsburg, PA, USA</addrLine></address></meeting>
		<imprint>
			<date type="published" when="1992">1992</date>
			<biblScope unit="page" from="539" to="545" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Wrapper maintenance: A machine learning approach</title>
		<author>
			<persName><forename type="first">K</forename><surname>Lerman</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><forename type="middle">N</forename><surname>Minton</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><forename type="middle">A</forename><surname>Knoblock</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Artif. Int. Res</title>
		<imprint>
			<biblScope unit="volume">18</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="149" to="181" />
			<date type="published" when="2003-02">February 2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Liu</surname></persName>
		</author>
		<title level="m">Web Data Mining: Exploring Hyperlinks, Contents, and Usage Data. Data-Centric Systems and Applications</title>
				<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Using Lexico-Syntactic Ontology Design Patterns for Ontology Creation and Population</title>
		<author>
			<persName><forename type="first">D</forename><surname>Maynard</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of the Workshop on Ontology Patterns</title>
				<meeting>of the Workshop on Ontology Patterns</meeting>
		<imprint>
			<date type="published" when="2009">2009</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Using Linked Data to Mine RDF from Wikipedia&apos;s Tables</title>
		<author>
			<persName><forename type="first">E</forename><surname>Muñoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Hogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Mileo</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 7th ACM International Conference on Web Search and Data Mining. WSDM&apos;14</title>
				<meeting>the 7th ACM International Conference on Web Search and Data Mining. WSDM&apos;14<address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2014">2014</date>
			<biblScope unit="page" from="533" to="542" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Simple and E cient Minimal RDFS</title>
		<author>
			<persName><forename type="first">S</forename><surname>Muñoz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Pérez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Gutierrez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">The Web of Data</title>
				<imprint>
			<date type="published" when="2009">2009</date>
			<biblScope unit="volume">7</biblScope>
			<biblScope unit="page" from="220" to="234" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">Learning Information Extraction Rules for Semi-Structured and Free Text</title>
		<author>
			<persName><forename type="first">S</forename><surname>Soderland</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Mach. Learn</title>
		<imprint>
			<biblScope unit="volume">34</biblScope>
			<biblScope unit="issue">1-3</biblScope>
			<biblScope unit="page" from="233" to="272" />
			<date type="published" when="1999-02">February 1999</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<author>
			<persName><forename type="first">B</forename><surname>Vatant</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><forename type="middle">Y</forename><surname>Vandenbussche</surname></persName>
		</author>
		<ptr target="http://lov.okfn.org/" />
		<title level="m">Linked Open Vocabularies (LOV)</title>
				<imprint>
			<date type="published" when="2014-07">July 2014</date>
		</imprint>
	</monogr>
</biblStruct>

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