Skip to main content
zenodoopen

xLiD-Lexica: Cross-lingual Linked Data Lexica

<p>We provide <strong>cross-lingual linked data lexica called xLiD-Lexica</strong>. The data set contains the <strong>cross-lingual groundings of linked data resources from the Linked Open Data cloud as RDF data</strong>, which can be easily integrated into the LOD data sources.&nbsp; In addition, we created a SPARQL endpoint over ourxLiD-Lexica to allow users to easily access them using SPARQL query language. Multilingual and cross-lingual information access can be facilitated by the availability of such lexica, e.g., allowing for an easy mapping of natural language expressions in different languages to linked data resources from LOD. Many tasks in natural language processing, such as natural language generation, cross-lingual entity linking, text annotation and question answering, can benefit from our xLiD-Lexica.</p> <p>More information can be found in the <a href="http://dbis.informatik.uni-freiburg.de/content/team/faerber/papers/xLiD_LREC2014.pdf"><strong>LREC&#39;14 paper <em>xLiD-Lexica: Cross-lingual Linked Data Lexica</em></strong></a> and on our website <strong><a href="https://km.aifb.kit.edu/sites/xlid-lexica/">https://km.aifb.kit.edu/sites/xlid-lexica/</a></strong>.</p> <p>Please cite this data set as follows (see also <a href="https://dblp.org/rec/bibtex/conf/lrec/ZhangFR14">DBLP</a>):</p> <pre><code>Lei Zhang, Michael Färber, Achim Rettinger. "xLiD-Lexica: Cross-lingual Linked Data Lexica". In: Proceedings of the 9th International Conference on Language Resources and Evaluation (LREC 2014). Reykjavik, Iceland, 2014, pp. 2101–2105.</code></pre> <p>&nbsp;</p> <p><strong>Example queries:</strong></p> <p>1. Retrieve all entities with surface form which contain &quot;iPhone&quot;:</p> <pre><code class="language-sql">Select ?resource, ?label, ?probability from &lt;http://www.xlid-lexica.org&gt; where { ?resource &lt;http://www.xlid-lexica.org/block&gt; ?b1 . ?b1 &lt;http://www.xlid-lexica.org/res#sf&gt; ?sf . ?b1 &lt;http://www.xlid-lexica.org/res#priorProbability&gt; ?probability . ?sf &lt;http://www.xlid-lexica.org/block&gt; ?b2. ?b2 &lt;http://www.xlid-lexica.org/sf#label&gt; ?label . ?label bif:contains "iPhone" . } order by DESC(?probability) limit 100</code></pre> <p>2. Retrieve the top 100 resources for a given surface form (&quot;iphone&quot;):</p> <pre><code class="language-sql">Select ?resource, ?probability from &lt;http://www.xlid-lexica.org&gt; where { ?resource &lt;http://www.xlid-lexica.org/block&gt; ?b1 . ?b1 &lt;http://www.xlid-lexica.org/res#sf&gt; ?sf . ?b1 &lt;http://www.xlid-lexica.org/res#priorProbability&gt; ?probability . ?sf &lt;http://www.xlid-lexica.org/block&gt; ?b2. ?b2 &lt;http://www.xlid-lexica.org/sf#label&gt; "iphone"@en . } order by DESC(?probability) limit 100</code></pre> <p>3. Retrieve the top 100 resources for a given surface form (&quot;iphone&quot;, case-insensitive):</p> <pre><code class="language-sql">Select ?resource, ?probability from &lt;http://www.xlid-lexica.org&gt; where { ?resource &lt;http://www.xlid-lexica.org/block&gt; ?b1 . ?b1 &lt;http://www.xlid-lexica.org/res#sf&gt; ?sf . ?b1 &lt;http://www.xlid-lexica.org/res#priorProbability&gt; ?probability . ?sf &lt;http://www.xlid-lexica.org/block&gt; ?b2. ?b2 &lt;http://www.xlid-lexica.org/sf#label&gt; ?surfaceform . filter(regex(?surfaceform, "^iphone$", "i")) } limit 100</code></pre> <p>4. Retrieve the top 100 surface forms per entity:</p> <pre><code class="language-sql">Select ?label ?probability from &lt;http://www.xlid-lexica.org&gt; where { &lt;http://dbpedia.org/resource/IPhone_5&gt; &lt;http://www.xlid-lexica.org/block&gt; ?b1. ?b1 &lt;http://www.xlid-lexica.org/res#sf&gt; ?sf. ?b1 &lt;http://www.xlid-lexica.org/res#priorProbability&gt; ?probability. ?sf &lt;http://www.xlid-lexica.org/block&gt; ?b2. ?b2 &lt;http://www.xlid-lexica.org/sf#label&gt; ?label. ?b2 &lt;http://www.xlid-lexica.org/block#lang&gt; "en". } order by DESC(?probability) limit 100</code></pre> <p>&nbsp;</p>

ShareScore

32/100

Overall dataset sharing score

Score breakdown

These five areas show where the dataset supports — or may limit — practical reuse.

Stewardship
4
Harmonization
4
Access
16
Reuse readiness
8
Engagement
0