lodlive.profile.js 75 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. $.jStorage
  2. .set(
  3. 'profile',
  4. {
  5. // parametri di connessione agli endpoint
  6. 'connection' : {
  7. // base degli about dei documenti non dell'ontologia
  8. 'http://www.archiviodistato.prato.it' : {
  9. description : {
  10. en : 'smart access to digital heritage and memory'
  11. },
  12. useForInverseSameAs : false,
  13. sparql : {
  14. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  15. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  16. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER(?property != <http://dbpedia.org/ontology/wikiPageWikiLink>)} ORDER BY ?property',
  17. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  18. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  19. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  20. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } '
  21. },
  22. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  23. examples : [ {
  24. uri : 'http://www.archiviodistato.prato.it/accedi-e-consulta/aspoMV001/scheda/IT-ASPO-AU00003-0003637',
  25. label : 'Lapo Mazzei'
  26. }, {
  27. uri : 'http://www.archiviodistato.prato.it/accedi-e-consulta/aspoMV001/scheda/IT-ASPO-AU00003-0001806',
  28. label : 'Francesco di Marco Datini'
  29. } ]
  30. },
  31. 'https://palazzopretorio.prato.it' : {
  32. description : {
  33. en : 'smart access to digital heritage and memory'
  34. },
  35. useForInverseSameAs : false,
  36. sparql : {
  37. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  38. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  39. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER(?property != <http://dbpedia.org/ontology/wikiPageWikiLink>)} ORDER BY ?property',
  40. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  41. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  42. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  43. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } '
  44. },
  45. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  46. examples : [ {
  47. uri : 'https://palazzopretorio.prato.it/it/le-opere/alcuni-capolavori/ritratto-di-francesco-di-marco-datini-1678',
  48. label : 'Ritratto di Francesco di Marco Datini'
  49. }, {
  50. uri : 'https://palazzopretorio.prato.it/it/le-opere/alcuni-capolavori/1221-decollazione-di-san-giovanni-battista',
  51. label : 'Decollazione di San Giovanni Battista'
  52. } ]
  53. },
  54. 'http://datini.archiviodistato.prato.it' : {
  55. description : {
  56. en : 'smart access to digital heritage and memory'
  57. },
  58. useForInverseSameAs : false,
  59. sparql : {
  60. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  61. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  62. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER(?property != <http://dbpedia.org/ontology/wikiPageWikiLink>)} ORDER BY ?property',
  63. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  64. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  65. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  66. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } '
  67. },
  68. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  69. examples : [ {
  70. uri : 'http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00119155',
  71. label : 'Datini Francesco di Marco e Compagnia'
  72. }, {
  73. uri : 'http://datini.archiviodistato.prato.it/la-ricerca/scheda/ASPO00119739',
  74. label : 'Mannini Luigi e Salvestro'
  75. } ]
  76. },
  77. 'http://www.cidoc-crm.org' : {
  78. description : {
  79. en : 'cidoc ontology v.6.2.1 (2018)'
  80. },
  81. useForInverseSameAs : false,
  82. sparql : {
  83. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  84. findSubject : 'SELECT DISTINCT ?object WHERE {<{URI}> <http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER (lang(?object) = "en")} LIMIT 1 ',
  85. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER ((?property = <http://www.w3.org/2000/01/rdf-schema#label> || ?property = <http://purl.org/dc/elements/1.1/title>)) FILTER (langMatches( lang(?object), "en" ))} ORDER BY ?property',
  86. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  87. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  88. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  89. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } ',
  90. },
  91. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  92. examples : [ {
  93. uri : 'http://www.cidoc-crm.org/cidoc-crm/E73_Information_Object',
  94. label : 'Information Object'
  95. } ]
  96. },
  97. 'http://vocab.getty.edu' : {
  98. description : {
  99. en : 'Getty Vocabulary'
  100. },
  101. useForInverseSameAs : false,
  102. sparql : {
  103. findSubject : 'SELECT DISTINCT ?object WHERE {<{URI}> <http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER (lang(?object) = "en")} LIMIT 1 ',
  104. },
  105. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  106. examples : [ {
  107. uri : 'http://vocab.getty.edu/aat/300055644',
  108. label : 'Height'
  109. } ]
  110. },
  111. 'http://iconclass.org' : {
  112. description : {
  113. en : 'Iconclass'
  114. },
  115. useForInverseSameAs : false,
  116. sparql : {
  117. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  118. documentUri : 'SELECT DISTINCT * WHERE {{<{URI}> ?property ?object. FILTER(?property != <http://www.w3.org/2004/02/skos/core#prefLabel> && ?property != <http://www.w3.org/2004/02/skos/core#notation>)} UNION { <{URI}> ?property ?object. FILTER (langMatches( lang(?object), "it" )) }} ORDER BY ?property',
  119. //findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  120. //documentUri : 'SELECT DISTINCT * WHERE { { <{URI}> <http://www.w3.org/2004/02/skos/core#prefLabel> ?object . FILTER (langMatches( lang(?object), "it" ))} UNION { <{URI}> ?property ?object. FILTER (?property != <http://www.w3.org/2004/02/skos/core#prefLabel>) } } ORDER BY ?property,
  121. //findSubject : 'SELECT DISTINCT ?object WHERE {<{URI}> <http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER (lang(?object) = "it")} LIMIT 1 ',
  122. //documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER ((?property = <http://www.w3.org/2004/02/skos/core#prefLabel> || ?property = <http://purl.org/dc/elements/1.1/title>)) FILTER (langMatches( lang(?object), "it" ))} ORDER BY ?property',
  123. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  124. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  125. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  126. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } ',
  127. },
  128. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  129. examples : [ {
  130. uri : 'http://iconclass.org/61B2%28FrancescodiMarcoDatini%29',
  131. label : 'Francesco di Marco Datini'
  132. } ]
  133. },
  134. 'http://www.mirabileweb.it' : {
  135. description : {
  136. en : 'Manoscript'
  137. },
  138. useForInverseSameAs : false,
  139. sparql : {
  140. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  141. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  142. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER(?property != <http://dbpedia.org/ontology/wikiPageWikiLink>)} ORDER BY ?property',
  143. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  144. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  145. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  146. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } '
  147. },
  148. endpoint : 'http://dev.restore.ovi.cnr.it:8890/sparql',
  149. examples : [ {
  150. uri : 'http://www.mirabileweb.it/manuscript/firenze-biblioteca-medicea-laurenziana-corali-2-manoscript/31259',
  151. label : 'Manoscritto Corali 2'
  152. } ]
  153. },
  154. 'http://fr.dbpedia.org' : {
  155. description : {
  156. fr : 'DBpédia en français est le chapitre francophone de DBpedia, il s\'inscrit dans l\'effort d\'internationalisation de DBpedia dont le but est de maintenir des données structurées extraites de différents chapitres de Wikipedia.',
  157. en : 'French version of DBpedia'
  158. },
  159. useForInverseSameAs : false,
  160. sparql : {
  161. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object} ORDER BY ?object LIMIT 50 ',
  162. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1',
  163. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object.FILTER ((( isIRI(?object) && ?property != <http://xmlns.com/foaf/0.1/depiction> )|| ?property = <http://www.w3.org/2000/01/rdf-schema#label> || ?property = <http://www.georss.org/georss/point> || ?property = <http://xmlns.com/foaf/0.1/surname> || ?property = <http://xmlns.com/foaf/0.1/name> || ?property = <http://purl.org/dc/elements/1.1/title>))} ORDER BY ?property',
  164. document : 'SELECT DISTINCT * WHERE {{<{URI}> ?property ?object. FILTER(!isLiteral(?object))} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="fr")} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="en")} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="it")}} ORDER BY ?property',
  165. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  166. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  167. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}'
  168. },
  169. endpoint : 'http://fr.dbpedia.org/sparql',
  170. examples : [ {
  171. uri : 'http://fr.dbpedia.org/resource/France',
  172. label : 'France'
  173. }, {
  174. uri : 'http://fr.dbpedia.org/resource/Resource_Description_Framework',
  175. label : 'Resource Description Framework'
  176. } ]
  177. },
  178. 'http://linked.opendata.cz' : {
  179. description : {
  180. it : 'European Central Bank Exchange Rates (relative to EUR); Common Procurement Vocabulary 2008 converted to RDF; RDF data extracted from excel files published at czso.cz with demographic data; RDF data extracted from excel files published at czso.cz with regions (IDs and hierarchy); Dataset about Czech courts including contacts and abbreviations; Hierarchical list of the Nomenclature of territorial units for statistics - NUTS and the Statistical regions of Europe - 2008 edition; Hierarchical list of the Nomenclature of territorial units for statistics - NUTS and the Statistical regions of Europe - 2008 edition; Metadata for acts from zakonyprolidi.cz - two sample expressions; Metadata for acts from psp.cz; Publications exported from the application OBD UK; Budgets of Czech municipalities; Czech municipalities.',
  181. en : 'European Central Bank Exchange Rates (relative to EUR); Common Procurement Vocabulary 2008 converted to RDF; RDF data extracted from excel files published at czso.cz with demographic data; RDF data extracted from excel files published at czso.cz with regions (IDs and hierarchy); Dataset about Czech courts including contacts and abbreviations; Hierarchical list of the Nomenclature of territorial units for statistics - NUTS and the Statistical regions of Europe - 2008 edition; Hierarchical list of the Nomenclature of territorial units for statistics - NUTS and the Statistical regions of Europe - 2008 edition; Metadata for acts from zakonyprolidi.cz - two sample expressions; Metadata for acts from psp.cz; Publications exported from the application OBD UK; Budgets of Czech municipalities; Czech municipalities.'
  182. },
  183. useForInverseSameAs : false,
  184. endpoint : 'http://linked.opendata.cz/sparql/',
  185. examples : [ {
  186. label : 'Czech municipalities',
  187. uri : 'http://linked.opendata.cz/resource/municipality/00232173'
  188. }, {
  189. label : 'Publications exported from the application OBD UK',
  190. uri : 'http://linked.opendata.cz/resource/publications/people/cz/cuni/16667789'
  191. }, {
  192. label : 'Budgets of Czech municipalities',
  193. uri : 'http://linked.opendata.cz/resource/wwwinfo.mfcr.cz/income-statement/00573124'
  194. } ]
  195. },
  196. 'http://dati.culturaitalia.it' : {
  197. description : {
  198. it : 'Il progetto pilota dati.culturaitalia.it contiene set di open data aggregati in CulturaItalia e rilasciati dai partner del progetto con licenza "CC0 1.0 Universal Public Domain Dedication".',
  199. en : 'Il progetto pilota dati.culturaitalia.it contiene set di open data aggregati in CulturaItalia e rilasciati dai partner del progetto con licenza "CC0 1.0 Universal Public Domain Dedication".'
  200. },
  201. useForInverseSameAs : false,
  202. endpoint : 'http://dati.culturaitalia.it/sparql/',
  203. proxy : 'http://lodview.it/simple-proxy/resourceProxy/',
  204. examples : [ {
  205. label : 'Accademia dei georgofili',
  206. uri : 'http://dati.culturaitalia.it/resource/actor/accademia-dei-georgofili'
  207. }, {
  208. label : 'Biblioteca universitaria Alessandrina',
  209. uri : 'http://dati.culturaitalia.it/resource/title/biblioteca-universitaria-alessandrina'
  210. } ]
  211. },
  212. 'http://dati.senato.it' : {
  213. description : {
  214. it : 'Il punto per l\'accesso diretto ai dati del Senato della Repubblica. I disegni di legge con il loro iter, le votazioni elettroniche d\'Aula, le Commissioni, i Gruppi parlamentari...',
  215. en : 'Il punto per l\'accesso diretto ai dati del Senato della Repubblica. I disegni di legge con il loro iter, le votazioni elettroniche d\'Aula, le Commissioni, i Gruppi parlamentari...'
  216. },
  217. useForInverseSameAs : true,
  218. endpoint : 'http://dati.senato.it/sparql',
  219. examples : [ {
  220. label : 'Emilio Colombo (foaf:Person)',
  221. uri : 'http://dati.senato.it/senatore/638'
  222. }, {
  223. label : 'Giulio Andreotti (foaf:Person)',
  224. uri : 'http://dati.senato.it/senatore/74'
  225. } ]
  226. },
  227. 'http://dati.camera.it' : {
  228. // il parametro {URI} viene sostituito con la uri del documento da
  229. // caricare
  230. description : {
  231. it : 'Un catalogo completo di dati e documenti digitali su tutte le legislature precedenti all\'attuale, dalla I del Regno di Sardegna alla XV della Repubblica, che alimentano il Portale storico della Camera dei deputati.<br />Sono inoltre disponibili i primi dataset di atti di indirizzo e controllo, deputati, organi e gruppi parlamentari della legislatura corrente.',
  232. en : 'A complete catalogue of digital data and documents of all previous legislatures, from I legislature of the Kingdom of Sardinia to XV legislature of the Republic, which supplies the historical portal of the Chamber of Deputies.<br />There are also the first datasets of Acts of direction and control, Deputies, parliamentary groups and committees of the current legislature.'
  233. },
  234. useForInverseSameAs : true,
  235. endpoint : 'http://dati.camera.it/sparql',
  236. examples : [ {
  237. label : 'Giorgio Napolitano',
  238. uri : 'http://dati.camera.it/ocd/bpr/autore.rdf/1993'
  239. }, {
  240. label : 'Nilde Iotti (foaf:Person)',
  241. uri : 'http://dati.camera.it/ocd/persona.rdf/p3140'
  242. }, {
  243. label : 'II Governo Moro',
  244. uri : 'http://dati.camera.it/ocd/governo.rdf/g17'
  245. }, {
  246. label : 'ocd:deputato (ontology description)',
  247. uri : 'http://dati.camera.it/ocd/deputato'
  248. } ]
  249. },
  250. 'http://data.opendataday.it' : {
  251. // il parametro {URI} viene sostituito con la uri del documento da
  252. // caricare
  253. description : {
  254. it : 'Catalogo dei dataset OpenData pubblicati da alcune istituzioni. Generato da fonti CKAN per l\'International Open Data Day Italia.',
  255. en : 'Catalogo dei dataset OpenData pubblicati da alcune istituzioni. Generato da fonti CKAN per l\'International Open Data Day Italia.'
  256. },
  257. useForInverseSameAs : false,
  258. endpoint : 'http://data.opendataday.it/sparql',
  259. examples : [ {
  260. label : 'Catalogo della Provincia di Roma',
  261. uri : 'http://data.opendataday.it/resource/dati.provinciaRoma'
  262. }, {
  263. label : 'Catalogo della Regione Lombardia',
  264. uri : 'http://data.opendataday.it/resource/dati.lombardia'
  265. }, {
  266. label : 'Catalogo della Regione Toscana',
  267. uri : 'http://data.opendataday.it/resource/dati.toscana'
  268. }, {
  269. label : 'Catalogo del Comune di Firenze',
  270. uri : 'http://data.opendataday.it/resource/dati.firenze'
  271. } ]
  272. },
  273. 'http://dbpedia.org' : {
  274. description : {
  275. it : 'DBpedia is a community effort to extract structured information from Wikipedia and to make this information available on the Web. DBpedia allows you to ask sophisticated queries against Wikipedia, and to link other data sets on the Web to Wikipedia data.',
  276. en : 'DBpedia is a community effort to extract structured information from Wikipedia and to make this information available on the Web. DBpedia allows you to ask sophisticated queries against Wikipedia, and to link other data sets on the Web to Wikipedia data.'
  277. },
  278. sparql : {
  279. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object} ORDER BY ?object LIMIT 50 ',
  280. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1',
  281. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object.FILTER ((( isIRI(?object) && ?property != <http://xmlns.com/foaf/0.1/depiction> )|| ?property = <http://www.w3.org/2000/01/rdf-schema#label> || ?property = <http://www.georss.org/georss/point> || ?property = <http://xmlns.com/foaf/0.1/surname> || ?property = <http://xmlns.com/foaf/0.1/name> || ?property = <http://purl.org/dc/elements/1.1/title>))} ORDER BY ?property',
  282. document : 'SELECT DISTINCT * WHERE {{<{URI}> ?property ?object. FILTER(!isLiteral(?object))} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="it")} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="en")}} ORDER BY ?property',
  283. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  284. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}> FILTER(REGEX(STR(?object),\'//dbpedia.org\'))} LIMIT 100',
  285. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}> FILTER(REGEX(STR(?object),\'//dbpedia.org\'))}'
  286. },
  287. useForInverseSameAs : true,
  288. endpoint : 'http://dbpedia.org/sparql',
  289. examples : [ {
  290. label : 'Giulio Andreotti (foaf:Person)',
  291. uri : 'http://dbpedia.org/resource/Giulio_Andreotti'
  292. }, {
  293. label : 'Leonardo Sciascia (foaf:Person)',
  294. uri : 'http://dbpedia.org/resource/Leonardo_Sciascia'
  295. }, {
  296. label : 'Rome',
  297. uri : 'http://dbpedia.org/resource/Rome'
  298. }, {
  299. label : 'Wikipedia',
  300. uri : 'http://dbpedia.org/resource/Wikipedia'
  301. }, {
  302. label : 'Linked data',
  303. uri : 'http://dbpedia.org/resource/Linked_data'
  304. } ]
  305. },
  306. 'http://yago-knowledge.org' : {
  307. description : {
  308. it : 'YAGO2 is a huge semantic knowledge base, derived from Wikipedia, WordNet and GeoNames. Currently, YAGO2 has knowledge of more than 10 million entities (like persons, organizations, cities, etc.) and contains more than 120 million facts about these entities. ',
  309. en : 'YAGO2 is a huge semantic knowledge base, derived from Wikipedia, WordNet and GeoNames. Currently, YAGO2 has knowledge of more than 10 million entities (like persons, organizations, cities, etc.) and contains more than 120 million facts about these entities. '
  310. },
  311. sparql : {
  312. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object} ORDER BY ?object LIMIT 50 ',
  313. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://rdf.freebase.com/ns/type.object.name> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1',
  314. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object.FILTER (isIRI(?object) || ?property = <http://www.w3.org/2000/01/rdf-schema#label> || ?property = <http://rdf.freebase.com/ns/type.object.name> || ?property = <http://purl.org/dc/elements/1.1/title>)} ORDER BY ?property',
  315. document : 'SELECT DISTINCT * WHERE {{<{URI}> ?property ?object. FILTER(!isLiteral(?object))} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="it")} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) =en)}}',
  316. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  317. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.FILTER(isIRI(?object) && ?property != <http://www.w3.org/1999/02/22-rdf-syntax-ns#subject> && ?property != <http://www.w3.org/1999/02/22-rdf-syntax-ns#object> && !REGEX(?object,"fact_"))} LIMIT 100',
  318. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}> FILTER(!REGEX(STR(?object),\'dbpedia\'))}'
  319. },
  320. endpoint : 'http://lod.openlinksw.com/sparql',
  321. useForInverseSameAs : true,
  322. examples : [ {
  323. uri : 'http://yago-knowledge.org/resource/Mario_Monti',
  324. label : 'Mario Monti'
  325. } ]
  326. },
  327. 'http://data.nature.com,http://ns.nature.com,http://dx.doi.org' : {
  328. description : {
  329. it : 'Bibliographic data from around 900,000 articles published by Nature Publishing Group (NPG) from 1845 through to the present day. Additionally the datasets include NPG products and subjects ontologies.',
  330. en : 'Bibliographic data from around 900,000 articles published by Nature Publishing Group (NPG) from 1845 through to the present day. Additionally the datasets include NPG products and subjects ontologies.'
  331. },
  332. sparql : {
  333. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  334. findSubject : 'SELECT DISTINCT ?subject WHERE {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\')) } LIMIT 1 ',
  335. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  336. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  337. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  338. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  339. inverseSameAs : 'SELECT DISTINCT * WHERE {{?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}> } UNION { ?object <http://www.w3.org/2004/02/skos/core#exactMatch> <{URI}>}}'
  340. },
  341. useForInverseSameAs : false,
  342. endpoint : 'http://data.nature.com/query',
  343. proxy : 'http://lodview.it/simple-proxy/resourceProxy/',
  344. examples : [ {
  345. label : 'Stem cells',
  346. uri : 'http://ns.nature.com/subjects/stem_cells'
  347. }, {
  348. label : 'Higgs boson: The need for new physics',
  349. uri : 'http://dx.doi.org/10.1038/481024a'
  350. } ]
  351. },
  352. 'http://worldbank.270a.info' : {
  353. description : {
  354. it : 'The World Bank is an international development organization that provides access to a comprehensive set of data about countries around the globe. The data that is collected from The World Bank is published using the Linked Data principles and is composed of a wide array of observations on World Development Indicators, World Bank Finances, World Bank Projects and Operations, and World Bank Climate Change data.',
  355. en : 'The World Bank is an international development organization that provides access to a comprehensive set of data about countries around the globe. The data that is collected from The World Bank is published using the Linked Data principles and is composed of a wide array of observations on World Development Indicators, World Bank Finances, World Bank Projects and Operations, and World Bank Climate Change data.'
  356. },
  357. sparql : {
  358. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  359. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  360. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object} ORDER BY ?property',
  361. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  362. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  363. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  364. inverseSameAs : 'SELECT DISTINCT * WHERE {{?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}> } UNION { ?object <http://www.w3.org/2004/02/skos/core#exactMatch> <{URI}>}}'
  365. },
  366. useForInverseSameAs : false,
  367. endpoint : 'http://worldbank.270a.info/sparql',
  368. examples : [ {
  369. label : 'Canada (country)',
  370. uri : 'http://worldbank.270a.info/classification/country/CA'
  371. }, {
  372. label : 'Agricultural machinery, tractors (skos)',
  373. uri : 'http://worldbank.270a.info/classification/indicator/AG.AGR.TRAC.NO'
  374. }, {
  375. label : 'World Bank Finances dataset',
  376. uri : 'http://worldbank.270a.info/dataset/world-bank-finances'
  377. }, {
  378. label : 'Canadian Dollar (currency)',
  379. uri : 'http://worldbank.270a.info/classification/currency/CAD'
  380. } ]
  381. },
  382. 'http://ReLoad,http://lod.xdams.org' : {
  383. description : {
  384. it : 'ReLoad (Repository for Linked open archival data) &egrave; un progetto realizzato dall\'Archivio Centrale dello Stato, dall\'Istituto per i Beni culturali dell\'Emilia Romagna e da Regesta.exe con l\'obiettivo di sperimentare le metodologie del semantic web e le tecnologie standard per i linked open data sulle risorse archivistiche',
  385. en : 'ReLoad (Repository for Linked open archival data) &egrave; un progetto realizzato dall\'Archivio Centrale dello Stato, dall\'Istituto per i Beni culturali dell\'Emilia Romagna e da Regesta.exe con l\'obiettivo di sperimentare le metodologie del semantic web e le tecnologie standard per i linked open data sulle risorse archivistiche'
  386. },
  387. sparql : {
  388. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  389. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/terms/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>; <http://purl.org/dc/terms/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  390. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object.FILTER (isIRI(?object) || ?property = <http://www.w3.org/2000/01/rdf-schema#label> || ?property = <http://purl.org/dc/terms/title> || ?property = <http://purl.org/dc/elements/1.1/title>)} ORDER BY ?property',
  391. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  392. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  393. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  394. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}'
  395. },
  396. endpoint : 'http://lod.xdams.org/sparql',
  397. examples : [ {
  398. uri : 'http://lod.xdams.org/reload/oad/uod/IT-ACS-AS0002-0019726',
  399. label : 'uod'
  400. } ]
  401. },
  402. 'http://data.oceandrilling.org' : {
  403. description : {
  404. it : 'data.oceandrilling.org facilitates the discovery and access to data and information related to scientific ocean drilling efforts of the Integrated Ocean Drilling Program (IODP) U.S. implementing organization (USIO). Additional data originates from the: Deep Sea Drilling Project (DSDP), Ocean Drilling Program (ODP and ODP Legacy) in addition to IODP.',
  405. en : 'data.oceandrilling.org facilitates the discovery and access to data and information related to scientific ocean drilling efforts of the Integrated Ocean Drilling Program (IODP) U.S. implementing organization (USIO). Additional data originates from the: Deep Sea Drilling Project (DSDP), Ocean Drilling Program (ODP and ODP Legacy) in addition to IODP.'
  406. },
  407. sparql : {
  408. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  409. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  410. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object} ORDER BY ?property',
  411. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  412. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  413. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  414. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameas> <{URI}>}'
  415. },
  416. useForInverseSameAs : false,
  417. endpoint : 'http://data.oceandrilling.org/sparql',
  418. examples : [ {
  419. uri : 'http://data.oceandrilling.org/core/1/ODP',
  420. label : 'Ocean Drilling Program'
  421. }, {
  422. uri : 'http://data.oceandrilling.org/core/1/',
  423. label : 'USIO-IODP vocabulary'
  424. }, {
  425. uri : 'http://data.oceandrilling.org/codices/lsh/104/642/D',
  426. label : 'Expedition 104 site 642 hole D'
  427. } ]
  428. },
  429. 'http://linkedgeodata.org' : {
  430. description : {
  431. it : 'LinkedGeoData is an effort to add a spatial dimension to the Web of Data / Semantic Web. LinkedGeoData uses the information collected by the OpenStreetMap project and makes it available as an RDF knowledge base according to the Linked Data principles. It interlinks this data with other knowledge bases in the Linking Open Data initiative.',
  432. en : 'LinkedGeoData is an effort to add a spatial dimension to the Web of Data / Semantic Web. LinkedGeoData uses the information collected by the OpenStreetMap project and makes it available as an RDF knowledge base according to the Linked Data principles. It interlinks this data with other knowledge bases in the Linking Open Data initiative.'
  433. },
  434. sparql : {
  435. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  436. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  437. documentUri : 'SELECT DISTINCT * WHERE {{<{URI}> ?property ?object. FILTER(!isLiteral(?object))} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="it")} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) = "en")} UNION {<{URI}> ?property ?object.FILTER(isLiteral(?object)).FILTER(lang(?object) ="")}} ORDER BY ?property',
  438. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  439. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  440. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  441. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}'
  442. },
  443. endpoint : 'http://linkedgeodata.org/sparql',
  444. examples : [ {
  445. uri : 'http://linkedgeodata.org/triplify/node243496028',
  446. label : 'Roma'
  447. }, {
  448. uri : 'http://linkedgeodata.org/triplify/node61753365',
  449. label : 'Livorno'
  450. } ]
  451. },
  452. 'http://data.linkedmdb.org' : {
  453. description : {
  454. it : 'The project aims at publishing the first open semantic web database for movies, including a large number of interlinks to several datasets on the open data cloud and references to related webpages.',
  455. en : 'The project aims at publishing the first open semantic web database for movies, including a large number of interlinks to several datasets on the open data cloud and references to related webpages.'
  456. },
  457. sparql : {
  458. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  459. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  460. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object} ORDER BY ?property',
  461. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  462. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  463. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  464. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}'
  465. },
  466. endpointType : 'sesame',
  467. proxy : 'http://lodview.it/simple-proxy/resourceProxy/',
  468. endpoint : 'http://data.linkedmdb.org/sparql',
  469. examples : [ {
  470. uri : 'http://data.linkedmdb.org/resource/film/2014',
  471. label : 'Shining'
  472. } ]
  473. }, /*
  474. * 'http://data.nytimes.com' : { description : { it : 'For the last 150 years, The New York Times has maintained one of the most authoritative news
  475. * vocabularies ever developed. In 2009, we began to publish this vocabulary as linked open data.<br />As of 13 January 2010, The New York Times has
  476. * published 10,000 subject headings as linked open data under a CC BY license.', en : 'For the last 150 years, The New York Times has maintained one of
  477. * the most authoritative news vocabularies ever developed. In 2009, we began to publish this vocabulary as linked open data.<br />As of 13 January
  478. * 2010, The New York Times has published 10,000 subject headings as linked open data under a CC BY license.' }, sparql : { allClasses : 'SELECT
  479. * DISTINCT ?object WHERE {[] a ?object}', findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title>
  480. * ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object.
  481. * FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object.
  482. * FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ', documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}', document : 'SELECT
  483. * DISTINCT * WHERE {<{URI}> ?property ?object}', bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}', inverse : 'SELECT DISTINCT * WHERE
  484. * {?object ?property <{URI}>} LIMIT 100', inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}' },
  485. * useForInverseSameAs : true, endpoint : 'http://api.talis.com/stores/nytimes/services/sparql', examples : [ { uri :
  486. * 'http://data.nytimes.com/55630655163615370853', label : 'Romano Prodi' } ] },
  487. */
  488. 'http://data.ordnancesurvey.co.uk' : {
  489. description : {
  490. it : 'Ordnance Survey is Great Britain\'s national mapping agency, providing geographic data, relied on by government, business and individuals. <br/>Ordnance Survey has published three separate linked data resources: the 1:50 000 Scale Gazetteer, Code-Point Open and the administrative geography gazetteer for Great Britain.',
  491. en : 'Ordnance Survey is Great Britain\'s national mapping agency, providing geographic data, relied on by government, business and individuals. <br/>Ordnance Survey has published three separate linked data resources: the 1:50 000 Scale Gazetteer, Code-Point Open and the administrative geography gazetteer for Great Britain.'
  492. },
  493. sparql : {
  494. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  495. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  496. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object} ORDER BY ?property',
  497. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  498. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  499. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  500. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}'
  501. },
  502. endpoint : 'http://api.talis.com/stores/ordnance-survey/services/sparql',
  503. examples : [ {
  504. uri : 'http://data.ordnancesurvey.co.uk/id/7000000000041428',
  505. label : 'London'
  506. }, {
  507. uri : 'http://data.ordnancesurvey.co.uk/id/ordnancesurvey',
  508. label : 'Ordnance Survey'
  509. } ]
  510. },
  511. 'http://it.dbpedia.org' : {
  512. description : {
  513. it : 'DBpedia Italia &egrave; un progetto aperto e collaborativo per l\'estrazione e il riutilizzo di informazioni semanticamente strutturate dalla versione italiana di Wikipedia. Il progetto mira a rendere riutilizzabili le informazioni di Wikipedia da parte di software e applicazioni.',
  514. en : 'DBpedia Italy is an open and collaborative project for the extraction and reuse of semantically structured information of the Italian version of Wikipedia. The project aims to enable the usability of the Wikipedia information within external software and applications.'
  515. },
  516. useForInverseSameAs : true,
  517. sparql : {
  518. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1'
  519. },
  520. endpoint : 'http://it.dbpedia.org/sparql',
  521. examples : [ {
  522. uri : 'http://it.dbpedia.org/resource/L\'armata_Brancaleone',
  523. label : 'L\'armata Brancaleone (movie)'
  524. }, {
  525. uri : 'http://it.dbpedia.org/resource/Duomo_di_Bressanone',
  526. label : 'Duomo di Bressanone'
  527. } ]
  528. },
  529. 'http://www.cnr.it' : {
  530. description : {
  531. it : 'data.cnr.it &egrave; una iniziativa del Consiglio Nazionale delle Ricerche per consentire un accesso pubblico alle informazioni e ai dati dell\'organizzazione. I dataset disponibili nell\'endpoint sono il frutto di una conversione in RDF di alucni database dell\'Istituto secondo una ontologia appositamente definita.',
  532. en : 'data.cnr.it is an initiative of the Italian National Research Council aimed to provide public access to the information of the CNR organization.'
  533. },
  534. useForInverseSameAs : true,
  535. sparql : {
  536. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  537. findSubject : 'SELECT DISTINCT ?subject WHERE {?subject a <{CLASS}>;?none ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} LIMIT 1',
  538. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object} ',
  539. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  540. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  541. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  542. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2004/02/skos/core#subject> <{URI}>}'
  543. },
  544. endpoint : 'http://data.cnr.it/sparql-proxy/',
  545. examples : [ {
  546. uri : 'http://www.cnr.it/ontology/cnr/individuo/unitaDiPersonaleInterno/MATRICOLA7247',
  547. label : 'Agata Gambacorta'
  548. }, {
  549. uri : 'http://www.cnr.it/ontology/cnr/individuo/brevetti-brevetto/ID1000',
  550. label : 'an optical system.. '
  551. } ]
  552. },
  553. 'http://sindice.com,http://www.semanlink.net' : {
  554. description : {
  555. it : 'Sindice ingests RDF, RDFa, Microformats (and soon microdata). The model is "Page Based" where the name of the graph is the URL where the data was fetched.',
  556. en : 'Sindice ingests RDF, RDFa, Microformats (and soon microdata). The model is "Page Based" where the name of the graph is the URL where the data was fetched.'
  557. },
  558. sparql : {
  559. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  560. findSubject : 'SELECT DISTINCT ?subject WHERE {?subject a <{CLASS}>;?none ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} LIMIT 1',
  561. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object} ORDER BY ?property',
  562. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  563. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  564. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>} LIMIT 100',
  565. inverseSameAs : 'SELECT DISTINCT * WHERE {?object <http://www.w3.org/2002/07/owl#sameAs> <{URI}>}'
  566. },
  567. endpoint : 'http://sparql.sindice.com/sparql',
  568. examples : [ {
  569. uri : 'http://www.semanlink.net/tag/dbpedia',
  570. label : 'Dbpedia'
  571. } ]
  572. },
  573. 'http://reference.data.gov.uk' : {
  574. description : {
  575. it : 'Reference data for linked UK government data: it covers the central working of government, including organisational structures where these have been made available as RDF.',
  576. en : 'Reference data for linked UK government data: it covers the central working of government, including organisational structures where these have been made available as RDF.'
  577. },
  578. endpoint : 'http://services.data.gov.uk/reference/sparql',
  579. examples : [ {
  580. uri : 'http://reference.data.gov.uk/id/minister/dfe/secretary-of-state-for-education',
  581. label : 'Secretary of State for Education'
  582. }, {
  583. uri : 'http://reference.data.gov.uk/id/mp/witney/david-cameron',
  584. label : 'David Cameron'
  585. } ]
  586. },
  587. 'http://spcdata.digitpa.gov.it' : {
  588. description : {
  589. it : 'SPCdata.digitpa.gov.it &egrave; il portale dei dati aperti del Sistema Pubblico di Connettivit&agrave; e Cooperazione progettato e gestito direttamente da DigitPA per condividere l\'insieme dei dati pubblici disponibili presso le Pubbliche Amministrazioni. I Linked Open Data SPC attualmente disponibili sono i dati dell\'Indice della Pubblica Amministrazione.',
  590. en : 'SPCdata.digitpa.gov.it is the open data portal of the Public Connectivity and Cooperation System, designed and managed by DigitPA to share the set of public data available from the Public Administrations. The Linked Open Data SPC data currently available are the Index of Public Administration.'
  591. },
  592. useForInverseSameAs : false,
  593. endpoint : 'http://spcdata.digitpa.gov.it:8899/sparql',
  594. examples : [ {
  595. uri : 'http://spcdata.digitpa.gov.it/UnitaOrganizzativa/2612',
  596. label : 'Economato'
  597. } ]
  598. },
  599. 'http://dati.acs' : {
  600. description : {
  601. en : ''
  602. },
  603. useForInverseSameAs : true,
  604. endpoint : 'http://dati.acs.beniculturali.it/sparql',
  605. examples : [ {
  606. uri : '',
  607. label : ''
  608. } ]
  609. },
  610. 'http://comune.fi.it,http://sr-vm091-opend.comune.fi.it' : {
  611. description : {
  612. it : 'In quest\'area sono accessibili i linked open data del Comune di Firenze. Al momento sono disponibili i dataset musei, viario, sinistri e toponomastica.',
  613. en : 'The linked open data of the City of Florence are available here. Museums, traffic, accidents and place names datasets are currently available.'
  614. },
  615. endpointType : 'arcSparql',
  616. endpoint : 'http://sr-vm091-opend.comune.fi.it:2020/sparql',
  617. examples : [ {
  618. uri : 'http://sr-vm091-opend.comune.fi.it:8080/resource/musei/GALLERIA_DEGLI_UFFIZI',
  619. label : 'Galleria degli Uffizi'
  620. }, {
  621. uri : 'http://sr-vm091-opend.comune.fi.it:8080/resource/sinistri/Borgo_San_Iacopo',
  622. label : 'Sinistri avvenuti in Borgo San Iacopo'
  623. } ]
  624. },
  625. 'http://provincia.carboniaiglesias.it,http://www.provincia.carboniaiglesias.it' : {
  626. description : {
  627. it : 'I linked open data degli atti amministrativi della Provincia di Carbonia Iglesias, relativi alle Determine e Delibere.',
  628. en : 'The linked open data of the administrative acts of the Province of Carbonia Iglesias, relative to resolutions, are available here.'
  629. },
  630. endpointType : 'arcSparql',
  631. endpoint : 'http://www.provincia.carboniaiglesias.it/sparql',
  632. examples : [ {
  633. uri : 'http://www.provincia.carboniaiglesias.it/taxonomy_term/39',
  634. label : 'Area dei servizi ambientali'
  635. }, {
  636. uri : 'http://www.provincia.carboniaiglesias.it/taxonomy_term/78',
  637. label : 'Segretario Generale Reggente'
  638. } ]
  639. },
  640. 'http://dblp.l3s.de' : {
  641. description : {
  642. it : 'The DBLP Computer Science Bibliography.',
  643. en : 'The DBLP Computer Science Bibliography.'
  644. },
  645. endpoint : 'http://dblp.l3s.de/d2r/sparql',
  646. examples : [ {
  647. uri : 'http://dblp.l3s.de/d2r/resource/authors/Oktie_Hassanzadeh',
  648. label : 'Oktie Hassanzadeh'
  649. } ]
  650. },
  651. "http://transparency.270a.info" : {
  652. endpoint : "http://transparency.270a.info/sparql",
  653. description : {
  654. en : "Transparency International Linked Data: A world in which government, politics, business, civil society and the daily lives of people are free of corruption"
  655. }
  656. },
  657. "http://imf.270a.info" : {
  658. endpoint : "http://imf.270a.info/sparql",
  659. description : {
  660. en : "International Monetary Fund Linked Data: Working to foster global monetary cooperation, secure financial stability, facilitate international trade, promote high employment and sustainable economic growth, and reduce poverty around the world"
  661. }
  662. },
  663. "http://ecb.270a.info" : {
  664. endpoint : "http://ecb.270a.info/sparql",
  665. description : {
  666. en : "European Central Bank Linked Data: Whose main task is to maintain the euro's purchasing power and thus price stability in the euro area"
  667. }
  668. },
  669. "http://bfs.270a.info" : {
  670. endpoint : "http://bfs.270a.info/sparql",
  671. description : {
  672. en : "Swiss Federal Statistics Office Linked Data: A wide range of statistical information on the most important areas of life: population, health, economy, employment, education and more"
  673. }
  674. },
  675. "http://fao.270a.info" : {
  676. endpoint : "http://fao.270a.info/sparql",
  677. description : {
  678. en : "Food and Agriculture Organization of the United Nations Linked Data: Achieving food security for all is at the heart of FAO's efforts - to make sure people have regular access to enough high-quality food to lead active, healthy lives"
  679. }
  680. },
  681. "http://oecd.270a.info" : {
  682. endpoint : "http://oecd.270a.info/sparql",
  683. description : {
  684. en : "Organisation for Economic Co-operation and Development Linked Data: The mission of OECD is to promote policies that will improve the economic and social well-being of people around the world"
  685. }
  686. }
  687. },
  688. /*
  689. *
  690. * you can specify the properties you want to show in the black doc info box you can also specify a custom label
  691. *
  692. */
  693. // 'http://domain.of.my.resources/' : {
  694. // document : {
  695. // propertiesMapper : {
  696. // "http://xmlns.com/foaf/0.1/gender" : "gender",
  697. // "http://xmlns.com/foaf/0.1/firstName" : "first name",
  698. // "http://xmlns.com/foaf/0.1/familyName" : "family name"
  699. // }
  700. // },
  701. // },
  702. arrows : {
  703. 'http://www.w3.org/2002/07/owl#sameAs' : 'isSameAs',
  704. 'http://purl.org/dc/terms/isPartOf' : 'isPartOf',
  705. 'http://purl.org/dc/elements/1.1/type' : 'isType',
  706. 'http://www.w3.org/1999/02/22-rdf-syntax-ns#type' : 'isType'
  707. },
  708. // custom labels on arcs
  709. labeler : {
  710. 'http://dbpedia.org/ontology/currency' : 'currency'
  711. },
  712. uriSubstitutor : [ {
  713. findStr : 'mpii.de/yago/resource/',
  714. replaceStr : 'yago-knowledge.org/resource/'
  715. } ],
  716. // configurazione standard per la rappresentazione di un documento
  717. // utilizzata nel caso manchi una specifica configurazione per la classe
  718. 'default' : {
  719. sparql : {
  720. allClasses : 'SELECT DISTINCT ?object WHERE {[] a ?object}',
  721. findSubject : 'SELECT DISTINCT ?subject WHERE { {?subject a <{CLASS}>;<http://purl.org/dc/elements/1.1/title> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2000/01/rdf-schema#label> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} UNION {?subject a <{CLASS}>;<http://www.w3.org/2004/02/skos/core#prefLabel> ?object. FILTER(regex(str(?object),\'{VALUE}\',\'i\'))} } LIMIT 1 ',
  722. documentUri : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object. FILTER(?property != <http://dbpedia.org/ontology/wikiPageWikiLink>)} ORDER BY ?property',
  723. document : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  724. bnode : 'SELECT DISTINCT * WHERE {<{URI}> ?property ?object}',
  725. inverse : 'SELECT DISTINCT * WHERE {?object ?property <{URI}>.} LIMIT 100',
  726. inverseSameAs : 'SELECT DISTINCT * WHERE {?object ?t <{URI}> } '
  727. },
  728. endpoint : 'http://labs.regesta.com/resourceProxy/',
  729. document : {
  730. className : 'standard',
  731. titleProperties : [
  732. 'http://dati.senato.it/osr/titolo',
  733. 'http://www.w3.org/2004/02/skos/core#notation',
  734. 'http://www.w3.org/1999/02/22-rdf-syntax-ns#value',
  735. 'http://www.geonames.org/ontology#name',
  736. 'http://purl.org/dc/elements/1.1/title',
  737. 'http://purl.org/dc/terms/title',
  738. 'http://www.w3.org/2000/01/rdf-schema#label',
  739. 'http://www.w3.org/2004/02/skos/core#prefLabel',
  740. 'http://logd.tw.rpi.edu/source/visualizing-org/dataset/2010-global-agenda-council-interlinkage-survey/vocab/enhancement/1/how_councils_interlink',
  741. 'http://rdf.freebase.com/ns/type.object.name', 'http://spcdata.digitpa.gov.it/nome_cognome', 'http://xmlns.com/foaf/0.1/firstName',
  742. 'http://xmlns.com/foaf/0.1/lastName', 'http://xmlns.com/foaf/0.1/surname', 'http://xmlns.com/foaf/0.1/name',
  743. 'http://purl.org/dc/terms/description', 'http://www.geonames.org/ontology/officialName',
  744. 'http://d-nb.info/standards/elementset/gnd#preferredName', 'http://d-nb.info/standards/elementset/gnd#preferredNameForTheFamily',
  745. 'http://d-nb.info/standards/elementset/gnd#preferredNameForThePerson',
  746. 'http://d-nb.info/standards/elementset/gnd#preferredNameForThePlaceOrGeographicName',
  747. 'http://d-nb.info/standards/elementset/gnd#preferredNameForTheConferenceOrEvent',
  748. 'http://d-nb.info/standards/elementset/gnd#preferredNameForTheWork',
  749. 'http://d-nb.info/standards/elementset/gnd#preferredNameForTheSubjectHeading' ]
  750. }, // http://www.w3.org/2000/01/rdf-schema#label
  751. images : {
  752. properties : [ 'http://www.w3.org/2006/vcard/ns#photo', 'http://xmlns.com/foaf/0.1/depiction', 'http://dbpedia.org/ontology/thumbnail',
  753. 'http://dbpedia.org/property/logo', 'http://linkedgeodata.org/ontology/schemaIcon' ]
  754. },
  755. maps : {
  756. longs : [ 'http://www.w3.org/2003/01/geo/wgs84_pos#long' ],
  757. lats : [ 'http://www.w3.org/2003/01/geo/wgs84_pos#lat' ],
  758. points : [ 'http://www.georss.org/georss/point' ]
  759. },
  760. weblinks : {
  761. properties : [ 'http://www.w3.org/ns/dcat#accessURL', 'http://xmlns.com/foaf/0.1/mbox', 'http://rdfs.org/sioc/ns#links_to',
  762. 'http://it.dbpedia.org/property/url', 'http://data.nytimes.com/elements/search_api_query', 'http://www.w3.org/2000/01/rdf-schema#isDefinedBy',
  763. 'http://xmlns.com/foaf/0.1/page', 'http://xmlns.com/foaf/0.1/homepage', 'http://purl.org/dc/terms/isReferencedBy',
  764. 'http://purl.org/dc/elements/1.1/relation', 'http://dbpedia.org/ontology/wikiPageExternalLink', 'http://data.nytimes.com/elements/topicPage' ]
  765. }
  766. },
  767. 'http://www.w3.org/2002/07/owl#Class' : {
  768. document : {
  769. className : 'Class'/*
  770. * , titleProperties : ['http://purl.org/dc/elements/1.1/title', 'http://www.w3.org/2000/01/rdf-schema#label']
  771. */
  772. }
  773. },
  774. 'http://www.w3.org/2002/07/owl#ObjectProperty' : {
  775. document : {
  776. className : 'ObjectProperty'
  777. }
  778. },
  779. 'http://www.w3.org/2002/07/owl#Restriction' : {
  780. document : {
  781. className : 'DatatypeProperty'
  782. }
  783. },
  784. 'http://www.w3.org/2002/07/owl#DatatypeProperty' : {
  785. document : {
  786. className : 'DatatypeProperty'
  787. }
  788. },
  789. 'http://www.w3.org/2002/07/owl#Property' : {
  790. document : {
  791. className : 'Property'
  792. }
  793. },
  794. 'http://data.oceandrilling.org/core/1/ODP' : {
  795. document : {
  796. titleProperties : [ 'expedition', 'http://data.oceandrilling.org/core/1/expedition', 'site', 'http://data.oceandrilling.org/core/1/site', 'hole',
  797. 'http://data.oceandrilling.org/core/1/hole' ]
  798. }
  799. },
  800. 'http://www.w3.org/ns/locn#Address' : {
  801. document : {
  802. titleProperties : [ 'http://www.w3.org/ns/locn#fullAddress' ]
  803. }
  804. },
  805. 'http://www.cnr.it/ontology/cnr/personale.owl#UnitaDiPersonaleInterno' : {
  806. document : {
  807. titleProperties : [ 'http://www.cnr.it/ontology/cnr/personale.owl#cognome', ' ', 'http://www.cnr.it/ontology/cnr/personale.owl#nome' ]
  808. }
  809. }
  810. });
  811. if (!document.lodliveVars) {
  812. document.lodliveVars = {};
  813. }
  814. $.jStorage.set('boxTemplate', '<div class="boxWrapper" id="first"><div class="box sprite"></div></div>');
  815. $.jStorage.set('relationsLimit', 25);
  816. $.jStorage.set('doStats', $.jStorage.get('doStats', true));
  817. $.jStorage.set('doInverse', $.jStorage.get('doInverse', true));
  818. $.jStorage.set('doAutoExpand', $.jStorage.get('doAutoExpand', true));
  819. $.jStorage.set('doAutoSameas', $.jStorage.get('doAutoSameas', true));
  820. $.jStorage.set('doCollectImages', $.jStorage.get('doCollectImages', true));
  821. $.jStorage.set('doDrawMap', $.jStorage.get('doDrawMap', true));
  822. $.jStorage.set('showInfoConsole', $.jStorage.get('showInfoConsole', true));
  823. $.jStorage.set('endpoints', {
  824. all : 'output=json&format=application/json&timeout=0',
  825. arcSparql : 'output=json&jsonp=lodlive',
  826. sesame : 'Accept=application/sparql-results%2Bjson'
  827. });