hdt 3.2.0 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/deps/hdt-it/.cproject +42 -0
  2. package/deps/hdt-it/.project +27 -0
  3. package/deps/hdt-it/Camera.cpp +249 -0
  4. package/deps/hdt-it/Camera.h +77 -0
  5. package/deps/hdt-it/Color.cpp +157 -0
  6. package/deps/hdt-it/Color.h +49 -0
  7. package/deps/hdt-it/Info.plist +58 -0
  8. package/deps/hdt-it/LICENSE +280 -0
  9. package/deps/hdt-it/README.md +73 -0
  10. package/deps/hdt-it/StopWatch.cpp +170 -0
  11. package/deps/hdt-it/StopWatch.hpp +61 -0
  12. package/deps/hdt-it/abouthdt.cpp +14 -0
  13. package/deps/hdt-it/abouthdt.hpp +22 -0
  14. package/deps/hdt-it/abouthdt.ui +173 -0
  15. package/deps/hdt-it/colors.hpp +29 -0
  16. package/deps/hdt-it/constants.h +39 -0
  17. package/deps/hdt-it/createdmg.sh +72 -0
  18. package/deps/hdt-it/dictionarysuggestions.cpp +186 -0
  19. package/deps/hdt-it/dictionarysuggestions.hpp +39 -0
  20. package/deps/hdt-it/doc/hdtit.png +0 -0
  21. package/deps/hdt-it/doc/manual.html +88 -0
  22. package/deps/hdt-it/doc/matrix.png +0 -0
  23. package/deps/hdt-it/editreset.png +0 -0
  24. package/deps/hdt-it/hdt-it.pro +135 -0
  25. package/deps/hdt-it/hdt-it_es.qm +0 -0
  26. package/deps/hdt-it/hdt-it_es.ts +906 -0
  27. package/deps/hdt-it/hdtcachedinfo.cpp +155 -0
  28. package/deps/hdt-it/hdtcachedinfo.hpp +38 -0
  29. package/deps/hdt-it/hdtcontroller.cpp +369 -0
  30. package/deps/hdt-it/hdtcontroller.hpp +103 -0
  31. package/deps/hdt-it/hdtico.icns +0 -0
  32. package/deps/hdt-it/hdtico.rc +1 -0
  33. package/deps/hdt-it/hdtit.cpp +400 -0
  34. package/deps/hdt-it/hdtit.hpp +78 -0
  35. package/deps/hdt-it/hdtit.ui +875 -0
  36. package/deps/hdt-it/hdtoperation.cpp +284 -0
  37. package/deps/hdt-it/hdtoperation.hpp +71 -0
  38. package/deps/hdt-it/hdtresources.qrc +7 -0
  39. package/deps/hdt-it/hdtspecform.cpp +180 -0
  40. package/deps/hdt-it/hdtspecform.hpp +38 -0
  41. package/deps/hdt-it/hdtspecform.ui +361 -0
  42. package/deps/hdt-it/hdtsummarygenerator.cpp +109 -0
  43. package/deps/hdt-it/hdtsummarygenerator.hpp +15 -0
  44. package/deps/hdt-it/hdtwinico.ico +0 -0
  45. package/deps/hdt-it/hdtwinico2.ico +0 -0
  46. package/deps/hdt-it/headermodel.cpp +174 -0
  47. package/deps/hdt-it/headermodel.hpp +38 -0
  48. package/deps/hdt-it/loading.gif +0 -0
  49. package/deps/hdt-it/logo-hdt.png +0 -0
  50. package/deps/hdt-it/logo-hdt2.png +0 -0
  51. package/deps/hdt-it/main.cpp +39 -0
  52. package/deps/hdt-it/matrixviewwidget.cpp +501 -0
  53. package/deps/hdt-it/matrixviewwidget.hpp +81 -0
  54. package/deps/hdt-it/myapplication.cpp +45 -0
  55. package/deps/hdt-it/myapplication.hpp +24 -0
  56. package/deps/hdt-it/predicatestatus.cpp +97 -0
  57. package/deps/hdt-it/predicatestatus.hpp +39 -0
  58. package/deps/hdt-it/qclearlineedit.cpp +48 -0
  59. package/deps/hdt-it/qclearlineedit.hpp +30 -0
  60. package/deps/hdt-it/regexmodel.cpp +132 -0
  61. package/deps/hdt-it/regexmodel.hpp +37 -0
  62. package/deps/hdt-it/resultcounter.cpp +47 -0
  63. package/deps/hdt-it/resultcounter.hpp +30 -0
  64. package/deps/hdt-it/searchresultsmodel.cpp +179 -0
  65. package/deps/hdt-it/searchresultsmodel.hpp +39 -0
  66. package/deps/hdt-it/sparqlform.cpp +27 -0
  67. package/deps/hdt-it/sparqlform.hpp +28 -0
  68. package/deps/hdt-it/sparqlform.ui +112 -0
  69. package/deps/hdt-it/sparqlmodel.cpp +155 -0
  70. package/deps/hdt-it/sparqlmodel.hpp +32 -0
  71. package/deps/hdt-it/stringutils.cpp +48 -0
  72. package/deps/hdt-it/stringutils.hpp +18 -0
  73. package/deps/hdt-it/triplecomponentmodel.cpp +146 -0
  74. package/deps/hdt-it/triplecomponentmodel.hpp +33 -0
  75. package/deps/libcds/Doxyfile +307 -0
  76. package/deps/libcds/tutorial/tutorial.pdf +0 -0
  77. package/deps/libhdt/.cproject +304 -0
  78. package/deps/libhdt/Doxyfile +1630 -0
  79. package/lib/hdt.d.ts +8 -0
  80. package/package.json +7 -1
  81. package/.eslintrc +0 -178
  82. package/.github/workflows/ci.yml +0 -73
  83. package/.gitmodules +0 -4
  84. package/.idea/codeStyles/Project.xml +0 -38
  85. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  86. package/.idea/hdt.iml +0 -12
  87. package/.idea/inspectionProfiles/Project_Default.xml +0 -7
  88. package/.idea/jsLinters/jshint.xml +0 -16
  89. package/.idea/modules.xml +0 -8
  90. package/.idea/vcs.xml +0 -7
  91. package/.jshintignore +0 -1
  92. package/.jshintrc +0 -10
  93. package/perf/run.js +0 -43
  94. package/replace-in-file.json +0 -5
@@ -0,0 +1,906 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE TS>
3
+ <TS version="2.0" language="es_ES">
4
+ <context>
5
+ <name>Abouthdt</name>
6
+ <message>
7
+ <location filename="abouthdt.ui" line="32"/>
8
+ <source>About HDT-it!</source>
9
+ <translation type="unfinished">Acerca de HDT-it!</translation>
10
+ </message>
11
+ <message utf8="true">
12
+ <location filename="abouthdt.ui" line="100"/>
13
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
14
+ &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
15
+ p, li { white-space: pre-wrap; }
16
+ &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Lucida Grande&apos;; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
17
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:16pt; font-weight:600;&quot;&gt;HDT-it! version 0.9beta&lt;/span&gt;&lt;/p&gt;
18
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:16pt; font-weight:600;&quot;&gt;&lt;/p&gt;
19
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT (Header, Dictionary, Triples) is a binary representation for RDF that compresses big datasets in order to store and share big RDF files.&lt;/p&gt;
20
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
21
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT-it is a tool that allows generating and consuming HDT files. As an example, the tool allows to search for basic graph patterns, and shows a global 3D Matrix of the RDF distribution.&lt;/p&gt;
22
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
23
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;For more information about the tool and our research, please visit:&lt;/p&gt;
24
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT Web page: &lt;a href=&quot;http://www.rdfhdt.org&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.rdfhdt.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
25
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Research group: &lt;a href=&quot;http://dataweb.infor.uva.es&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://dataweb.infor.uva.es&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
26
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
27
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT was possible thanks to:&lt;/p&gt;
28
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Javier D. Fernández García &amp;lt;&lt;a href=&quot;mailto:jfergar@infor.uva.es&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;jfergar@infor.uva.es&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
29
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Miguel A. Martínez-Prieto &amp;lt;&lt;a href=&quot;mailto:migumar2@infor.uva.es&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;migumar2@infor.uva.es&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
30
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Mario Arias Gallego &amp;lt;&lt;a href=&quot;mario.arias@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;mario.arias@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
31
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Claudio Gutierrez &amp;lt;&lt;a href=&quot;mailto:cgutierr@dcc.uchile.cl&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;cgutierr@dcc.uchile.cl&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
32
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Alejandro Andres &amp;lt;&lt;a href=&quot;mailto:fuzzy.alej@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;fuzzy.alej@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
33
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
34
+ <oldsource>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
35
+ &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
36
+ p, li { white-space: pre-wrap; }
37
+ &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Lucida Grande&apos;; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
38
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:16pt; font-weight:600;&quot;&gt;HDT-it! version 0.9beta&lt;/span&gt;&lt;/p&gt;
39
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:16pt; font-weight:600;&quot;&gt;&lt;/p&gt;
40
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT (Header, Dictionary, Triples) is a binary representation for RDF that compresses big datasets in order to store and share big RDF files.&lt;/p&gt;
41
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
42
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT-it is a tool that allows generating and consuming HDT files. As an example, the tool allows to search for basic graph patterns, and shows a global 3D Matrix of the RDF distribution.&lt;/p&gt;
43
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
44
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;For more information about the tool and our research, please visit:&lt;/p&gt;
45
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT Web page: &lt;a href=&quot;http://www.rdfhdt.org&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.rdfhdt.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
46
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Research group: &lt;a href=&quot;http://dataweb.infor.uva.es&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://dataweb.infor.uva.es&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
47
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
48
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT was possible thanks to:&lt;/p&gt;
49
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Javier D. Fernández García &amp;lt;&lt;a href=&quot;mailto:jfergar83@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;jfergar83@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
50
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Miguel Ángel Martínez-Prieto &amp;lt;&lt;a href=&quot;mailto:migumar2@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;migumar2@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
51
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Mario Arias Gallego &amp;lt;&lt;a href=&quot;mario.arias@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;mario.arias@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
52
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Claudio Gutierrez &amp;lt;&lt;a href=&quot;mailto:cgutierr@dcc.uchile.cl&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;cgutierr@dcc.uchile.cl&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
53
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Alejandro Andres &amp;lt;&lt;a href=&quot;mailto:fuzzy.alej@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;fuzzy.alej@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
54
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</oldsource>
55
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
56
+ &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
57
+ p, li { white-space: pre-wrap; }
58
+ &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Lucida Grande&apos;; font-size:12pt; font-weight:400; font-style:normal;&quot;&gt;
59
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:16pt; font-weight:600;&quot;&gt;HDT-it! versión 0.9beta&lt;/span&gt;&lt;/p&gt;
60
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:16pt; font-weight:600;&quot;&gt;&lt;/p&gt;
61
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT (Header, Dictionary, Triples) es una representación binaria de RDF que comprime grandes volumenes de datos en ficheros reducidos para su almacenamiento o intercambio.&lt;/p&gt;
62
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
63
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT-it es una herramienta que permite generar y consumir ficheros en formato HDT. Como ejemplo, la herramienta permite realizar consultas de patrones básicos de triples, y también muestra una matriz 3D con la distribución de los datos RDF dentro del dataset.&lt;/p&gt;
64
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
65
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Para más información acerca de HDT:&lt;/p&gt;
66
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Página Web de HDT: &lt;a href=&quot;http://www.rdfhdt.org&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://www.rdfhdt.org&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
67
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Grupo de investigación: &lt;a href=&quot;http://dataweb.infor.uva.es&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://dataweb.infor.uva.es&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
68
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;
69
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;HDT ha sido posible gracias a:&lt;/p&gt;
70
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Javier D. Fernández García &amp;lt;&lt;a href=&quot;mailto:jfergar@infor.uva.es&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;jfergar@infor.uva.es&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
71
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Miguel A. Martínez-Prieto &amp;lt;&lt;a href=&quot;mailto:migumar2@infor.uva.es&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;migumar2@infor.uva.es&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
72
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Mario Arias Gallego &amp;lt;&lt;a href=&quot;mario.arias@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;mario.arias@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
73
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Claudio Gutierrez &amp;lt;&lt;a href=&quot;mailto:cgutierr@dcc.uchile.cl&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;cgutierr@dcc.uchile.cl&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
74
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Alejandro Andres &amp;lt;&lt;a href=&quot;mailto:fuzzy.alej@gmail.com&quot;&gt;&lt;span style=&quot; font-size:13pt; text-decoration: underline; color:#0000ff;&quot;&gt;fuzzy.alej@gmail.com&lt;/span&gt;&lt;/a&gt;&amp;gt;&lt;/p&gt;
75
+ &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
76
+ </message>
77
+ </context>
78
+ <context>
79
+ <name>HDTManager</name>
80
+ <message>
81
+ <source>File Error</source>
82
+ <translation type="obsolete">Error en el fichero</translation>
83
+ </message>
84
+ <message>
85
+ <source>No open file.</source>
86
+ <translation type="obsolete">Ningún fichero abierto.</translation>
87
+ </message>
88
+ <message>
89
+ <source>&lt;h3&gt;Dataset:&lt;/h3&gt;</source>
90
+ <translation type="obsolete">&lt;h3&gt;Conjunto de datos:&lt;/h3&gt;</translation>
91
+ </message>
92
+ <message>
93
+ <source>&lt;b&gt;Original Size&lt;/b&gt;: </source>
94
+ <translation type="obsolete">&lt;b&gt;Tamaño original&lt;/b&gt;: </translation>
95
+ </message>
96
+ <message>
97
+ <source>&lt;b&gt;HDT Size&lt;/b&gt;: </source>
98
+ <translation type="obsolete">&lt;b&gt;Tamaño HDT&lt;/b&gt;: </translation>
99
+ </message>
100
+ <message>
101
+ <source>&lt;b&gt;Compression ratio&lt;/b&gt;: </source>
102
+ <translation type="obsolete">&lt;b&gt;Ratio de compresión&lt;/b&gt;: </translation>
103
+ </message>
104
+ <message>
105
+ <source>&lt;b&gt;Number of triples&lt;/b&gt;: %1&lt;br/&gt;</source>
106
+ <translation type="obsolete">&lt;b&gt;Número de triples&lt;/b&gt;: %1&lt;br/&gt;</translation>
107
+ </message>
108
+ <message>
109
+ <source>&lt;h3&gt;Dictionary:&lt;/h3&gt;</source>
110
+ <translation type="obsolete">&lt;h3&gt;Diccionario:&lt;/h3&gt;</translation>
111
+ </message>
112
+ <message>
113
+ <source>&lt;b&gt;Number of entries&lt;/b&gt;: %1&lt;br/&gt;</source>
114
+ <translation type="obsolete">&lt;b&gt;Número de entradas&lt;/b&gt;: %1&lt;br/&gt;</translation>
115
+ </message>
116
+ <message>
117
+ <source>&lt;b&gt;Different subjects&lt;/b&gt;: %1&lt;br/&gt;</source>
118
+ <translation type="obsolete">&lt;b&gt;Sujetos diferentes&lt;/b&gt;: %1&lt;br/&gt;</translation>
119
+ </message>
120
+ <message>
121
+ <source>&lt;b&gt;Different predicates&lt;/b&gt;: %1&lt;br/&gt;</source>
122
+ <translation type="obsolete">&lt;b&gt;Predicados diferentes&lt;/b&gt;: %1&lt;br/&gt;</translation>
123
+ </message>
124
+ <message>
125
+ <source>&lt;b&gt;Different objects&lt;/b&gt;: %1&lt;br/&gt;</source>
126
+ <translation type="obsolete">&lt;b&gt;Objetos diferentes&lt;/b&gt;: %1&lt;br/&gt;</translation>
127
+ </message>
128
+ <message>
129
+ <source>&lt;b&gt;Shared area&lt;/b&gt;: %1&lt;br/&gt;</source>
130
+ <translation type="obsolete">&lt;b&gt;Zona compartida&lt;/b&gt;: %1&lt;br/&gt;</translation>
131
+ </message>
132
+ <message>
133
+ <source>&lt;b&gt;Type&lt;/b&gt;: &lt;small&gt;</source>
134
+ <translation type="obsolete">&lt;b&gt;Tipo&lt;/b&gt;: &lt;small&gt;</translation>
135
+ </message>
136
+ <message>
137
+ <source>&lt;b&gt;Dictionary Size&lt;/b&gt;: </source>
138
+ <translation type="obsolete">&lt;b&gt;Tamaño diccionario&lt;/b&gt;: </translation>
139
+ </message>
140
+ <message>
141
+ <source>&lt;h3&gt;Triples:&lt;/h3&gt;</source>
142
+ <translation type="obsolete">&lt;h3&gt;Triples:&lt;/h3&gt; </translation>
143
+ </message>
144
+ <message>
145
+ <source>&lt;b&gt;Triples Size&lt;/b&gt;: </source>
146
+ <translation type="obsolete">&lt;b&gt;Tamaño Triples&lt;/b&gt;: </translation>
147
+ </message>
148
+ </context>
149
+ <context>
150
+ <name>HDTOperation</name>
151
+ <message>
152
+ <location filename="hdtoperation.cpp" line="141"/>
153
+ <source>Loading HDT File</source>
154
+ <translation type="unfinished">Cargando fichero HDT</translation>
155
+ </message>
156
+ <message>
157
+ <location filename="hdtoperation.cpp" line="144"/>
158
+ <source>Importing RDF File to HDT</source>
159
+ <translation type="unfinished">Importando fichero RDF a HDT</translation>
160
+ </message>
161
+ <message>
162
+ <location filename="hdtoperation.cpp" line="147"/>
163
+ <source>Saving HDT File</source>
164
+ <translation type="unfinished">Guardando fichero HDT</translation>
165
+ </message>
166
+ <message>
167
+ <location filename="hdtoperation.cpp" line="150"/>
168
+ <source>Exporting HDT File to RDF</source>
169
+ <translation type="unfinished">Exportando fichero HDT a RDF</translation>
170
+ </message>
171
+ <message>
172
+ <location filename="hdtoperation.cpp" line="153"/>
173
+ <source>Exporting results to RDF</source>
174
+ <translation type="unfinished">Exportar resultados a RDF</translation>
175
+ </message>
176
+ <message>
177
+ <location filename="hdtoperation.cpp" line="160"/>
178
+ <source>Cancel</source>
179
+ <translation type="unfinished">Cancelar</translation>
180
+ </message>
181
+ </context>
182
+ <context>
183
+ <name>HDTSpecForm</name>
184
+ <message>
185
+ <location filename="hdtspecform.ui" line="20"/>
186
+ <source>Import RDF File to HDT</source>
187
+ <translation type="unfinished">Importar fichero RDF a HDT</translation>
188
+ </message>
189
+ <message>
190
+ <location filename="hdtspecform.ui" line="28"/>
191
+ <source>InputRDF file name or URI</source>
192
+ <oldsource>RDF Input File</oldsource>
193
+ <translation type="unfinished">URL o nombre del fichero RDF de entrada</translation>
194
+ </message>
195
+ <message>
196
+ <location filename="hdtspecform.ui" line="37"/>
197
+ <source>...</source>
198
+ <translation type="unfinished"></translation>
199
+ </message>
200
+ <message>
201
+ <location filename="hdtspecform.ui" line="45"/>
202
+ <source>NTRIPLES</source>
203
+ <translation type="unfinished"></translation>
204
+ </message>
205
+ <message>
206
+ <location filename="hdtspecform.ui" line="50"/>
207
+ <source>N3</source>
208
+ <translation type="unfinished"></translation>
209
+ </message>
210
+ <message>
211
+ <location filename="hdtspecform.ui" line="55"/>
212
+ <source>TURTLE</source>
213
+ <translation type="unfinished"></translation>
214
+ </message>
215
+ <message>
216
+ <location filename="hdtspecform.ui" line="60"/>
217
+ <source>RDF-XML</source>
218
+ <translation type="unfinished"></translation>
219
+ </message>
220
+ <message>
221
+ <location filename="hdtspecform.ui" line="71"/>
222
+ <source>Base URI for the dataset</source>
223
+ <translation type="unfinished">URI base para el conjunto de datos</translation>
224
+ </message>
225
+ <message>
226
+ <location filename="hdtspecform.ui" line="83"/>
227
+ <source>Header</source>
228
+ <translation type="unfinished">Cabecera</translation>
229
+ </message>
230
+ <message>
231
+ <location filename="hdtspecform.ui" line="90"/>
232
+ <location filename="hdtspecform.ui" line="139"/>
233
+ <source>Plain</source>
234
+ <translation type="unfinished"></translation>
235
+ </message>
236
+ <message>
237
+ <location filename="hdtspecform.ui" line="98"/>
238
+ <location filename="hdtspecform.ui" line="120"/>
239
+ <location filename="hdtspecform.ui" line="156"/>
240
+ <source>Type:</source>
241
+ <translation type="unfinished"></translation>
242
+ </message>
243
+ <message>
244
+ <location filename="hdtspecform.ui" line="108"/>
245
+ <source>Dictionary</source>
246
+ <translation type="unfinished">Diccionario</translation>
247
+ </message>
248
+ <message>
249
+ <location filename="hdtspecform.ui" line="134"/>
250
+ <source>Plain Front Coding</source>
251
+ <translation type="unfinished"></translation>
252
+ </message>
253
+ <message>
254
+ <location filename="hdtspecform.ui" line="150"/>
255
+ <source>Triples</source>
256
+ <translation type="unfinished">Triples</translation>
257
+ </message>
258
+ <message>
259
+ <location filename="hdtspecform.ui" line="164"/>
260
+ <source>BitmapTriples</source>
261
+ <translation type="unfinished"></translation>
262
+ </message>
263
+ <message>
264
+ <location filename="hdtspecform.ui" line="169"/>
265
+ <source>TriplesList</source>
266
+ <translation type="unfinished"></translation>
267
+ </message>
268
+ <message>
269
+ <location filename="hdtspecform.ui" line="174"/>
270
+ <source>PlainTriples</source>
271
+ <translation type="unfinished"></translation>
272
+ </message>
273
+ <message>
274
+ <location filename="hdtspecform.ui" line="188"/>
275
+ <source>SPO</source>
276
+ <translation type="unfinished"></translation>
277
+ </message>
278
+ <message>
279
+ <location filename="hdtspecform.ui" line="193"/>
280
+ <source>SOP</source>
281
+ <translation type="unfinished"></translation>
282
+ </message>
283
+ <message>
284
+ <location filename="hdtspecform.ui" line="198"/>
285
+ <source>PSO</source>
286
+ <translation type="unfinished"></translation>
287
+ </message>
288
+ <message>
289
+ <location filename="hdtspecform.ui" line="203"/>
290
+ <source>POS</source>
291
+ <translation type="unfinished"></translation>
292
+ </message>
293
+ <message>
294
+ <location filename="hdtspecform.ui" line="208"/>
295
+ <source>OSP</source>
296
+ <translation type="unfinished"></translation>
297
+ </message>
298
+ <message>
299
+ <location filename="hdtspecform.ui" line="213"/>
300
+ <source>OPS</source>
301
+ <translation type="unfinished"></translation>
302
+ </message>
303
+ <message>
304
+ <location filename="hdtspecform.ui" line="221"/>
305
+ <source>Order</source>
306
+ <translation type="unfinished">Orden</translation>
307
+ </message>
308
+ <message>
309
+ <location filename="hdtspecform.ui" line="232"/>
310
+ <location filename="hdtspecform.ui" line="251"/>
311
+ <location filename="hdtspecform.ui" line="270"/>
312
+ <source>LogStream</source>
313
+ <translation type="unfinished"></translation>
314
+ </message>
315
+ <message>
316
+ <location filename="hdtspecform.ui" line="237"/>
317
+ <location filename="hdtspecform.ui" line="256"/>
318
+ <location filename="hdtspecform.ui" line="275"/>
319
+ <source>IntegerStream</source>
320
+ <translation type="unfinished"></translation>
321
+ </message>
322
+ <message>
323
+ <location filename="hdtspecform.ui" line="242"/>
324
+ <location filename="hdtspecform.ui" line="261"/>
325
+ <location filename="hdtspecform.ui" line="280"/>
326
+ <source>HuffmanStream</source>
327
+ <translation type="unfinished"></translation>
328
+ </message>
329
+ <message>
330
+ <location filename="hdtspecform.ui" line="288"/>
331
+ <source>StreamX:</source>
332
+ <translation type="unfinished"></translation>
333
+ </message>
334
+ <message>
335
+ <location filename="hdtspecform.ui" line="295"/>
336
+ <source>StreamY:</source>
337
+ <translation type="unfinished"></translation>
338
+ </message>
339
+ <message>
340
+ <location filename="hdtspecform.ui" line="302"/>
341
+ <source>StreamZ:</source>
342
+ <translation type="unfinished"></translation>
343
+ </message>
344
+ <message>
345
+ <location filename="hdtspecform.cpp" line="58"/>
346
+ <source>Select Input RDF File</source>
347
+ <translation type="unfinished">Seleccione fichero RDF de entrada</translation>
348
+ </message>
349
+ <message>
350
+ <location filename="hdtspecform.cpp" line="58"/>
351
+ <source>RDF Files(*)</source>
352
+ <translation type="unfinished">Ficheros RDF(*)</translation>
353
+ </message>
354
+ <message>
355
+ <location filename="hdtspecform.cpp" line="167"/>
356
+ <source>Select a file name.</source>
357
+ <translation type="unfinished">Seleccione un nombre de fichero.</translation>
358
+ </message>
359
+ <message>
360
+ <location filename="hdtspecform.cpp" line="167"/>
361
+ <source>Please insert a file name or URI.</source>
362
+ <translation type="unfinished">Seleccione un nombre de fichero o URI.</translation>
363
+ </message>
364
+ </context>
365
+ <context>
366
+ <name>HDTSummaryGenerator</name>
367
+ <message>
368
+ <location filename="hdtsummarygenerator.cpp" line="15"/>
369
+ <source>No open file.</source>
370
+ <translation type="unfinished">Ningún fichero abierto.</translation>
371
+ </message>
372
+ <message>
373
+ <location filename="hdtsummarygenerator.cpp" line="24"/>
374
+ <source>&lt;h3&gt;Dataset:&lt;/h3&gt;</source>
375
+ <translation type="unfinished">&lt;h3&gt;Conjunto de datos:&lt;/h3&gt;</translation>
376
+ </message>
377
+ <message>
378
+ <location filename="hdtsummarygenerator.cpp" line="26"/>
379
+ <source>&lt;b&gt;File name&lt;/b&gt;: &lt;small&gt;</source>
380
+ <translation type="unfinished">&lt;b&gt;Nombre del fichero&lt;/b&gt;: &lt;small&gt;</translation>
381
+ </message>
382
+ <message>
383
+ <location filename="hdtsummarygenerator.cpp" line="31"/>
384
+ <source>&lt;b&gt;Dataset base URI&lt;/b&gt;: &lt;small&gt;</source>
385
+ <translation type="unfinished">&lt;b&gt;URI base&lt;/b&gt;: &lt;small&gt;</translation>
386
+ </message>
387
+ <message>
388
+ <location filename="hdtsummarygenerator.cpp" line="36"/>
389
+ <source>&lt;b&gt;Original Size&lt;/b&gt;: </source>
390
+ <translation type="unfinished">&lt;b&gt;Tamaño original&lt;/b&gt;: </translation>
391
+ </message>
392
+ <message>
393
+ <location filename="hdtsummarygenerator.cpp" line="41"/>
394
+ <source>&lt;b&gt;HDT Size&lt;/b&gt;: </source>
395
+ <translation type="unfinished">&lt;b&gt;Tamaño HDT&lt;/b&gt;: </translation>
396
+ </message>
397
+ <message>
398
+ <location filename="hdtsummarygenerator.cpp" line="45"/>
399
+ <source>&lt;b&gt;Compression ratio&lt;/b&gt;: </source>
400
+ <translation type="unfinished">&lt;b&gt;Ratio de compresión&lt;/b&gt;: </translation>
401
+ </message>
402
+ <message>
403
+ <location filename="hdtsummarygenerator.cpp" line="58"/>
404
+ <source>&lt;b&gt;Issued&lt;/b&gt;: %1&lt;br/&gt;</source>
405
+ <translation type="unfinished">&lt;b&gt;Creado&lt;/b&gt;: %1 &lt;br/&gt;</translation>
406
+ </message>
407
+ <message>
408
+ <location filename="hdtsummarygenerator.cpp" line="63"/>
409
+ <source>&lt;h3&gt;Header:&lt;/h3&gt;</source>
410
+ <translation type="unfinished">&lt;h3&gt;Cabecera&lt;/h3&gt;</translation>
411
+ </message>
412
+ <message>
413
+ <location filename="hdtsummarygenerator.cpp" line="64"/>
414
+ <location filename="hdtsummarygenerator.cpp" line="81"/>
415
+ <source>&lt;b&gt;Number of triples&lt;/b&gt;: %1&lt;br/&gt;</source>
416
+ <translation type="unfinished">&lt;b&gt;Número de triples&lt;/b&gt;: %1&lt;br/&gt;</translation>
417
+ </message>
418
+ <message>
419
+ <location filename="hdtsummarygenerator.cpp" line="67"/>
420
+ <source>&lt;h3&gt;Dictionary:&lt;/h3&gt;</source>
421
+ <translation type="unfinished">&lt;h3&gt;Diccionario:&lt;/h3&gt;</translation>
422
+ </message>
423
+ <message>
424
+ <location filename="hdtsummarygenerator.cpp" line="68"/>
425
+ <source>&lt;b&gt;Number of entries&lt;/b&gt;: %1&lt;br/&gt;</source>
426
+ <translation type="unfinished">&lt;b&gt;Número de entradas&lt;/b&gt;: %1&lt;br/&gt;</translation>
427
+ </message>
428
+ <message>
429
+ <location filename="hdtsummarygenerator.cpp" line="69"/>
430
+ <source>&lt;b&gt;Different subjects&lt;/b&gt;: %1&lt;br/&gt;</source>
431
+ <translation type="unfinished">&lt;b&gt;Sujetos diferentes&lt;/b&gt;: %1&lt;br/&gt;</translation>
432
+ </message>
433
+ <message>
434
+ <location filename="hdtsummarygenerator.cpp" line="70"/>
435
+ <source>&lt;b&gt;Different predicates&lt;/b&gt;: %1&lt;br/&gt;</source>
436
+ <translation type="unfinished">&lt;b&gt;Predicados diferentes&lt;/b&gt;: %1&lt;br/&gt;</translation>
437
+ </message>
438
+ <message>
439
+ <location filename="hdtsummarygenerator.cpp" line="71"/>
440
+ <source>&lt;b&gt;Different objects&lt;/b&gt;: %1&lt;br/&gt;</source>
441
+ <translation type="unfinished">&lt;b&gt;Objetos diferentes&lt;/b&gt;: %1&lt;br/&gt;</translation>
442
+ </message>
443
+ <message>
444
+ <location filename="hdtsummarygenerator.cpp" line="72"/>
445
+ <source>&lt;b&gt;Shared area&lt;/b&gt;: %1&lt;br/&gt;</source>
446
+ <translation type="unfinished">&lt;b&gt;Zona compartida&lt;/b&gt;: %1&lt;br/&gt;</translation>
447
+ </message>
448
+ <message>
449
+ <location filename="hdtsummarygenerator.cpp" line="74"/>
450
+ <location filename="hdtsummarygenerator.cpp" line="84"/>
451
+ <source>&lt;b&gt;Type&lt;/b&gt;: &lt;small&gt;</source>
452
+ <translation type="unfinished">&lt;b&gt;Tipo&lt;/b&gt;: &lt;small&gt;</translation>
453
+ </message>
454
+ <message>
455
+ <location filename="hdtsummarygenerator.cpp" line="76"/>
456
+ <source>&lt;b&gt;Dictionary Size&lt;/b&gt;: </source>
457
+ <translation type="unfinished">&lt;b&gt;Tamaño diccionario&lt;/b&gt;: </translation>
458
+ </message>
459
+ <message>
460
+ <location filename="hdtsummarygenerator.cpp" line="78"/>
461
+ <location filename="hdtsummarygenerator.cpp" line="88"/>
462
+ <source>&lt;br/&gt;</source>
463
+ <translation type="unfinished"></translation>
464
+ </message>
465
+ <message>
466
+ <location filename="hdtsummarygenerator.cpp" line="80"/>
467
+ <source>&lt;h3&gt;Triples:&lt;/h3&gt;</source>
468
+ <translation type="unfinished">&lt;h3&gt;Triples:&lt;/h3&gt; </translation>
469
+ </message>
470
+ <message>
471
+ <location filename="hdtsummarygenerator.cpp" line="86"/>
472
+ <source>&lt;b&gt;Triples Size&lt;/b&gt;: </source>
473
+ <translation type="unfinished">&lt;b&gt;Tamaño Triples&lt;/b&gt;: </translation>
474
+ </message>
475
+ <message>
476
+ <location filename="hdtsummarygenerator.cpp" line="90"/>
477
+ <source>&lt;b&gt;Triples Order&lt;/b&gt;: </source>
478
+ <translation type="unfinished">&lt;b&gt;Orden de triples&lt;/b&gt;:</translation>
479
+ </message>
480
+ </context>
481
+ <context>
482
+ <name>HDTit</name>
483
+ <message>
484
+ <location filename="hdtit.ui" line="14"/>
485
+ <source>HDT-it !</source>
486
+ <translation type="unfinished"></translation>
487
+ </message>
488
+ <message>
489
+ <location filename="hdtit.ui" line="38"/>
490
+ <source>Triple Search Pattern</source>
491
+ <translation type="unfinished">Patrón de Búsqueda de Triples</translation>
492
+ </message>
493
+ <message>
494
+ <location filename="hdtit.ui" line="49"/>
495
+ <source>Insert a Subject Search Pattern</source>
496
+ <translation type="unfinished">Inserte un patrón de búsqueda de sujeto</translation>
497
+ </message>
498
+ <message>
499
+ <location filename="hdtit.ui" line="62"/>
500
+ <source>Insert a Predicate Search Pattern</source>
501
+ <translation type="unfinished">Inserte un patrón de búsqueda de predicado</translation>
502
+ </message>
503
+ <message>
504
+ <location filename="hdtit.ui" line="69"/>
505
+ <source>S</source>
506
+ <translation type="unfinished"></translation>
507
+ </message>
508
+ <message>
509
+ <location filename="hdtit.ui" line="76"/>
510
+ <source>P</source>
511
+ <translation type="unfinished"></translation>
512
+ </message>
513
+ <message>
514
+ <location filename="hdtit.ui" line="86"/>
515
+ <source>Insert an Object Search Pattern</source>
516
+ <translation type="unfinished">Inserte un patrón de búsqueda de objeto</translation>
517
+ </message>
518
+ <message>
519
+ <location filename="hdtit.ui" line="93"/>
520
+ <source>O</source>
521
+ <translation type="unfinished"></translation>
522
+ </message>
523
+ <message>
524
+ <location filename="hdtit.ui" line="105"/>
525
+ <source>No results.</source>
526
+ <translation type="unfinished">No hay resultados.</translation>
527
+ </message>
528
+ <message>
529
+ <location filename="hdtit.ui" line="125"/>
530
+ <source>Info</source>
531
+ <translation type="unfinished"></translation>
532
+ </message>
533
+ <message>
534
+ <location filename="hdtit.ui" line="143"/>
535
+ <source>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
536
+ &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
537
+ p, li { white-space: pre-wrap; }
538
+ &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Lucida Grande&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
539
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;No dataset.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</source>
540
+ <translation type="unfinished">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
541
+ &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
542
+ p, li { white-space: pre-wrap; }
543
+ &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:&apos;Lucida Grande&apos;; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
544
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Ningún conjunto de datos abierto.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</translation>
545
+ </message>
546
+ <message>
547
+ <location filename="hdtit.ui" line="155"/>
548
+ <source>Subjects</source>
549
+ <translation type="unfinished">Sujetos</translation>
550
+ </message>
551
+ <message>
552
+ <location filename="hdtit.ui" line="193"/>
553
+ <source>Predicates</source>
554
+ <translation type="unfinished">Predicados</translation>
555
+ </message>
556
+ <message>
557
+ <location filename="hdtit.ui" line="201"/>
558
+ <source>Show only triples from most used predicates.</source>
559
+ <translation type="unfinished">Mostrar solo los triples de los predicados más usados.</translation>
560
+ </message>
561
+ <message>
562
+ <location filename="hdtit.ui" line="204"/>
563
+ <source>Minimum predicate usage count:</source>
564
+ <translation type="unfinished">Uso mínimo de predicado:</translation>
565
+ </message>
566
+ <message>
567
+ <location filename="hdtit.ui" line="211"/>
568
+ <source>0</source>
569
+ <translation type="unfinished"></translation>
570
+ </message>
571
+ <message>
572
+ <location filename="hdtit.ui" line="244"/>
573
+ <source>All</source>
574
+ <translation type="unfinished">Todos</translation>
575
+ </message>
576
+ <message>
577
+ <location filename="hdtit.ui" line="251"/>
578
+ <source>None</source>
579
+ <translation type="unfinished">Ninguno</translation>
580
+ </message>
581
+ <message>
582
+ <location filename="hdtit.ui" line="292"/>
583
+ <source>Objects</source>
584
+ <translation type="unfinished">Objetos</translation>
585
+ </message>
586
+ <message>
587
+ <location filename="hdtit.ui" line="335"/>
588
+ <source>Metadata</source>
589
+ <translation type="unfinished">Metadatos</translation>
590
+ </message>
591
+ <message>
592
+ <location filename="hdtit.ui" line="364"/>
593
+ <source>Search Results</source>
594
+ <translation type="unfinished">Resultados de Búsqueda</translation>
595
+ </message>
596
+ <message>
597
+ <location filename="hdtit.ui" line="396"/>
598
+ <source>Matrix View</source>
599
+ <translation type="unfinished">Vista de Matriz</translation>
600
+ </message>
601
+ <message>
602
+ <location filename="hdtit.ui" line="415"/>
603
+ <source>File</source>
604
+ <translation type="unfinished">Archivo</translation>
605
+ </message>
606
+ <message>
607
+ <location filename="hdtit.ui" line="428"/>
608
+ <source>Views</source>
609
+ <translation type="unfinished">Vistas</translation>
610
+ </message>
611
+ <message>
612
+ <location filename="hdtit.ui" line="470"/>
613
+ <source>Open HDT</source>
614
+ <translation type="unfinished">Abrir HDT</translation>
615
+ </message>
616
+ <message>
617
+ <location filename="hdtit.ui" line="473"/>
618
+ <source>Ctrl+O</source>
619
+ <translation type="unfinished"></translation>
620
+ </message>
621
+ <message>
622
+ <location filename="hdtit.ui" line="478"/>
623
+ <source>Import RDF</source>
624
+ <translation type="unfinished">Importar RDF</translation>
625
+ </message>
626
+ <message>
627
+ <location filename="hdtit.ui" line="481"/>
628
+ <source>Ctrl+I</source>
629
+ <translation type="unfinished"></translation>
630
+ </message>
631
+ <message>
632
+ <location filename="hdtit.ui" line="489"/>
633
+ <source>Save HDT</source>
634
+ <translation type="unfinished">Guardar HDT</translation>
635
+ </message>
636
+ <message>
637
+ <location filename="hdtit.ui" line="492"/>
638
+ <source>Ctrl+S</source>
639
+ <translation type="unfinished"></translation>
640
+ </message>
641
+ <message>
642
+ <location filename="hdtit.ui" line="500"/>
643
+ <source>Export RDF</source>
644
+ <translation type="unfinished">Exportar RDF</translation>
645
+ </message>
646
+ <message>
647
+ <location filename="hdtit.ui" line="503"/>
648
+ <source>Ctrl+E</source>
649
+ <translation type="unfinished"></translation>
650
+ </message>
651
+ <message>
652
+ <location filename="hdtit.ui" line="514"/>
653
+ <source>Views:</source>
654
+ <translation type="unfinished">Vistas:</translation>
655
+ </message>
656
+ <message>
657
+ <location filename="hdtit.ui" line="525"/>
658
+ <source>Front</source>
659
+ <translation type="unfinished">Frontal</translation>
660
+ </message>
661
+ <message>
662
+ <location filename="hdtit.ui" line="528"/>
663
+ <source>Front View</source>
664
+ <translation type="unfinished">Vista Frontal</translation>
665
+ </message>
666
+ <message>
667
+ <location filename="hdtit.ui" line="531"/>
668
+ <source>Ctrl+1</source>
669
+ <translation type="unfinished"></translation>
670
+ </message>
671
+ <message>
672
+ <location filename="hdtit.ui" line="539"/>
673
+ <source>Left</source>
674
+ <translation type="unfinished">Izquierda</translation>
675
+ </message>
676
+ <message>
677
+ <location filename="hdtit.ui" line="542"/>
678
+ <source>Left View</source>
679
+ <translation type="unfinished">Vista izquierda</translation>
680
+ </message>
681
+ <message>
682
+ <location filename="hdtit.ui" line="545"/>
683
+ <source>Ctrl+2</source>
684
+ <translation type="unfinished"></translation>
685
+ </message>
686
+ <message>
687
+ <location filename="hdtit.ui" line="553"/>
688
+ <source>Top</source>
689
+ <translation type="unfinished">Superior</translation>
690
+ </message>
691
+ <message>
692
+ <location filename="hdtit.ui" line="556"/>
693
+ <source>Top View</source>
694
+ <translation type="unfinished">Vista Superior</translation>
695
+ </message>
696
+ <message>
697
+ <location filename="hdtit.ui" line="559"/>
698
+ <source>Ctrl+3</source>
699
+ <translation type="unfinished"></translation>
700
+ </message>
701
+ <message>
702
+ <location filename="hdtit.ui" line="567"/>
703
+ <source>3D</source>
704
+ <translation type="unfinished"></translation>
705
+ </message>
706
+ <message>
707
+ <location filename="hdtit.ui" line="570"/>
708
+ <source>3D View</source>
709
+ <translation type="unfinished">Vista 3D</translation>
710
+ </message>
711
+ <message>
712
+ <location filename="hdtit.ui" line="573"/>
713
+ <source>Ctrl+4</source>
714
+ <translation type="unfinished"></translation>
715
+ </message>
716
+ <message>
717
+ <location filename="hdtit.ui" line="603"/>
718
+ <source>Full Screen</source>
719
+ <translation type="unfinished">Pantalla completa</translation>
720
+ </message>
721
+ <message>
722
+ <location filename="hdtit.ui" line="606"/>
723
+ <source>Switch Full Screen</source>
724
+ <translation type="unfinished">Cambiar a pantalla completa</translation>
725
+ </message>
726
+ <message>
727
+ <location filename="hdtit.ui" line="609"/>
728
+ <source>Ctrl+F</source>
729
+ <translation type="unfinished"></translation>
730
+ </message>
731
+ <message>
732
+ <location filename="hdtit.ui" line="614"/>
733
+ <source>Reset</source>
734
+ <translation type="unfinished">Inicial</translation>
735
+ </message>
736
+ <message>
737
+ <location filename="hdtit.ui" line="617"/>
738
+ <source>Reset to Initial view</source>
739
+ <translation type="unfinished">Reiniciar a la vista inicial</translation>
740
+ </message>
741
+ <message>
742
+ <location filename="hdtit.ui" line="620"/>
743
+ <source>Ctrl+R</source>
744
+ <translation type="unfinished"></translation>
745
+ </message>
746
+ <message>
747
+ <location filename="hdtit.ui" line="625"/>
748
+ <source>Close</source>
749
+ <translation type="unfinished"></translation>
750
+ </message>
751
+ <message>
752
+ <location filename="hdtit.ui" line="628"/>
753
+ <source>Ctrl+W</source>
754
+ <translation type="unfinished"></translation>
755
+ </message>
756
+ <message>
757
+ <location filename="hdtit.ui" line="578"/>
758
+ <source>About</source>
759
+ <translation type="unfinished">Acerca</translation>
760
+ </message>
761
+ <message>
762
+ <location filename="hdtit.ui" line="581"/>
763
+ <source>About HDT-it!</source>
764
+ <translation type="unfinished">Acerca de HDT-it!</translation>
765
+ </message>
766
+ <message>
767
+ <location filename="hdtit.ui" line="584"/>
768
+ <source>Ctrl+A</source>
769
+ <translation type="unfinished"></translation>
770
+ </message>
771
+ <message>
772
+ <location filename="hdtit.ui" line="589"/>
773
+ <source>Quit</source>
774
+ <translation type="unfinished">Salir</translation>
775
+ </message>
776
+ <message>
777
+ <location filename="hdtit.ui" line="592"/>
778
+ <source>Quit HDT-it!</source>
779
+ <translation type="unfinished">Salir de HDT-it!</translation>
780
+ </message>
781
+ <message>
782
+ <location filename="hdtit.ui" line="595"/>
783
+ <source>Ctrl+Q</source>
784
+ <translation type="unfinished"></translation>
785
+ </message>
786
+ <message>
787
+ <location filename="hdtit.cpp" line="71"/>
788
+ <source>%1 results found in %2.</source>
789
+ <translation type="unfinished">%1 resultados en %2.</translation>
790
+ </message>
791
+ <message>
792
+ <location filename="hdtit.cpp" line="153"/>
793
+ <source>Select HDT File</source>
794
+ <translation type="unfinished">Seleccione el fichero HDT</translation>
795
+ </message>
796
+ <message>
797
+ <location filename="hdtit.cpp" line="153"/>
798
+ <location filename="hdtit.cpp" line="177"/>
799
+ <source>HDT Files(*.hdt *.HDT)</source>
800
+ <translation type="unfinished">Ficheros HDT (*.hdt *.HDT)</translation>
801
+ </message>
802
+ <message>
803
+ <location filename="hdtit.cpp" line="177"/>
804
+ <source>Select Output HDT File</source>
805
+ <translation type="unfinished">Seleccione fichero HDT de salida</translation>
806
+ </message>
807
+ <message>
808
+ <location filename="hdtit.cpp" line="187"/>
809
+ <source>Export Search Results</source>
810
+ <translation type="unfinished">Exportar resultados de búsqueda</translation>
811
+ </message>
812
+ <message>
813
+ <location filename="hdtit.cpp" line="187"/>
814
+ <source>Warning: Only those triples matching the selected search pattern will be exported.</source>
815
+ <translation type="unfinished">Advertencia: Solo se exportarán los triples relativos a la búsqueda actual.</translation>
816
+ </message>
817
+ <message>
818
+ <location filename="hdtit.cpp" line="190"/>
819
+ <source>Select Output RDF File</source>
820
+ <translation type="unfinished">Seleccione fichero RDF de salida</translation>
821
+ </message>
822
+ <message>
823
+ <location filename="hdtit.cpp" line="190"/>
824
+ <source>RDF Files(*.rdf *.RDF *.n3 *.N3)</source>
825
+ <translation type="unfinished">Ficheros RDF(*.rdf *.RDF *.n3 *.N3)</translation>
826
+ </message>
827
+ <message>
828
+ <location filename="hdtit.cpp" line="334"/>
829
+ <source>Copy</source>
830
+ <translation type="unfinished">Copiar</translation>
831
+ </message>
832
+ <message>
833
+ <location filename="hdtit.cpp" line="337"/>
834
+ <source>Search as Subject</source>
835
+ <translation type="unfinished">Buscar como sujeto</translation>
836
+ </message>
837
+ <message>
838
+ <location filename="hdtit.cpp" line="338"/>
839
+ <source>Search as Predicate</source>
840
+ <translation type="unfinished">Buscar como Predicado</translation>
841
+ </message>
842
+ <message>
843
+ <location filename="hdtit.cpp" line="339"/>
844
+ <source>Search as Object</source>
845
+ <translation type="unfinished">Buscar como objeto</translation>
846
+ </message>
847
+ <message>
848
+ <source>HDT Files(*.rdf *.RDF *.n3 *.N3)</source>
849
+ <translation type="obsolete">Ficheros RDF(*.rdf *.RDF *.n3 *.N3)</translation>
850
+ </message>
851
+ </context>
852
+ <context>
853
+ <name>HeaderModel</name>
854
+ <message>
855
+ <location filename="headermodel.cpp" line="80"/>
856
+ <source>Subject</source>
857
+ <translation type="unfinished">Sujeto</translation>
858
+ </message>
859
+ <message>
860
+ <location filename="headermodel.cpp" line="82"/>
861
+ <source>Predicate</source>
862
+ <translation type="unfinished">Predicado</translation>
863
+ </message>
864
+ <message>
865
+ <location filename="headermodel.cpp" line="84"/>
866
+ <source>Object</source>
867
+ <translation type="unfinished">Objeto</translation>
868
+ </message>
869
+ </context>
870
+ <context>
871
+ <name>SearchResultsModel</name>
872
+ <message>
873
+ <location filename="searchresultsmodel.cpp" line="86"/>
874
+ <source>Subject</source>
875
+ <translation type="unfinished">Sujeto</translation>
876
+ </message>
877
+ <message>
878
+ <location filename="searchresultsmodel.cpp" line="88"/>
879
+ <source>Predicate</source>
880
+ <translation type="unfinished">Predicado</translation>
881
+ </message>
882
+ <message>
883
+ <location filename="searchresultsmodel.cpp" line="90"/>
884
+ <source>Object</source>
885
+ <translation type="unfinished">Objeto</translation>
886
+ </message>
887
+ </context>
888
+ <context>
889
+ <name>TripleComponentModel</name>
890
+ <message>
891
+ <location filename="triplecomponentmodel.cpp" line="95"/>
892
+ <source>Subject</source>
893
+ <translation type="unfinished">Sujeto</translation>
894
+ </message>
895
+ <message>
896
+ <location filename="triplecomponentmodel.cpp" line="97"/>
897
+ <source>Predicate</source>
898
+ <translation type="unfinished">Predicado</translation>
899
+ </message>
900
+ <message>
901
+ <location filename="triplecomponentmodel.cpp" line="99"/>
902
+ <source>Object</source>
903
+ <translation type="unfinished">Objeto</translation>
904
+ </message>
905
+ </context>
906
+ </TS>