CINXE.COM

Sermoneta, Isacco - CDEC - Centro di Documentazione Ebraica - Digital Library

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title> Sermoneta, Isacco - CDEC - Centro di Documentazione Ebraica - Digital Library</title><meta name="description" content=""> <meta name="author" content="regesta.exe"> <meta name="viewport" content="width=device-width; initial-scale=1.0"> <link rel="shortcut icon" href="/cdec-web/resources/cdecLibrary/img/favicon.ico" type="image/x-icon" /> <link rel="icon" href="/cdec-web/resources/cdecLibrary/img/favicon.ico" type="image/x-icon" /> <script src="/cdec-web/resources/cdecLibrary/js/jquery-1.11.0.min.js"></script> <script src="/cdec-web/resources/cdecLibrary/js/jquery-migrate-1.2.1.min.js"></script> <link rel="stylesheet" href="/cdec-web/resources/cdecLibrary/css/ui-lightness/jquery-ui-1.10.4.css" /> <script src="/cdec-web/resources/cdecLibrary/js/jquery.jcontent.0.8.js"></script> <script src="/cdec-web/resources/cdecLibrary/js/jquery-ui-1.10.4.min.js"></script> <link href="/cdec-web/resources/cdecLibrary/bootstrap/css/bootstrap.min.css" rel="stylesheet" /> <script src="/cdec-web/resources/cdecLibrary/bootstrap/js/bootstrap.min.js"></script> <script src="/cdec-web/resources/cdecLibrary/js/jquery.lazyload.min.js"></script> <link href="/cdec-web/resources/cdecLibrary/css/regesta.css" rel="stylesheet" /> <link href='https://fonts.googleapis.com/css?family=Istok+Web:400,700|Oswald:400,700,300' rel='stylesheet' type='text/css' /> <link href='https://fonts.googleapis.com/css?family=Roboto:400,700,900' rel='stylesheet' type='text/css' /> <script src="/cdec-web/resources/cdecLibrary/js/search.js"></script> <script src="/cdec-web/resources/cdecLibrary/js/owl.carousel.min.js"></script> <link href="/cdec-web/resources/cdecLibrary/css/owl.carousel.css" rel="stylesheet"> <link href="/cdec-web/resources/cdecLibrary/css/owl.theme.css" rel="stylesheet"> <link rel="stylesheet" href="/cdec-web/resources/cdecLibrary/blueimp-gallery/css/blueimp-gallery.min.css"> <script src="/cdec-web/resources/cdecLibrary/blueimp-gallery/js/jquery.blueimp-gallery.min.js"></script> <script src="/cdec-web/resources/cdecLibrary/blueimp-gallery/js/blueimp-gallery.min.js"></script> <link href="/cdec-web/resources/cdecLibrary//js/select2/css/select2.min.css" rel="stylesheet" /> <link href="/cdec-web/resources/cdecLibrary//js/select2/css/select2-bootstrap.min.css" rel="stylesheet" /> <script src="/cdec-web/resources/cdecLibrary//js/select2/js/select2.min.js"></script> <script src="/cdec-web/resources/cdecLibrary//js/select2/js/i18n/it.js"></script> <link href="/cdec-web/resources/cdecLibrary/video-js/video-js.css" rel="stylesheet" type="text/css"> <script src="/cdec-web/resources/cdecLibrary/video-js/video.dev.js"></script> <script> videojs.options.flash.swf = "/cdec-web/resources/cdecLibrary/video-js/video-js.swf"; </script> <!--[if lt IE 9]> <script src="/cdec-web/resources/cdecLibrary/bootstrap/ie/html5shiv.min.js"></script> <script src="/cdec-web/resources/cdecLibrary/bootstrap/ie/respond.min.js"></script> <![endif]--> <style> .videocontent{width:90%;max-width:600px;margin:0 auto;} .video-js{padding-top:55.25%;} .vjs-fullscreen{padding-top:0px;} </style> <script type="text/javascript"> jQuery(function(){ var meseRivistaSel = $(".meseRivista-tags").select2({ tags: true, width: 'resolve', placeholder: "seleziona mese", language: "it", theme: "bootstrap" }); var annoRivistaSel =$(".annoRivista-tags").select2({ tags: true, width: 'resolve', placeholder:"seleziona anni", language: "it", theme: "bootstrap" }); var annoRivistaRange =$(".annoRivistaRange-tags").select2({ tags: true, width: 'resolve', placeholder:"seleziona intervallo di anni", maximumSelectionLength: 2, language: "it", theme: "bootstrap" }); $("#switchAnno").change(function() { if(this.checked) { $("#annoRivistaChk").hide(); $("#annoRivistaRangeChk").show(); annoRivistaSel.val(null).trigger("change"); $(".select2-search__field").css("width","285px"); }else{ $("#annoRivistaChk").show(); $("#annoRivistaRangeChk").hide(); annoRivistaRange.val(null).trigger("change"); $(".select2-search__field").css("width","285px"); } }); $(".annoRangeClear").on("click", function () { annoRivistaRange.val(null).trigger("change"); }); $(".annoClear").on("click", function () { annoRivistaSel.val(null).trigger("change"); }); $(".meseClear").on("click", function () { meseRivistaSel.val(null).trigger("change"); }); $("ul.jsonVal").on("click", function () { meseRivistaSel.val(null).trigger("change"); }); $("img.lazy").lazyload(); $("#owl-slider").owlCarousel({ navigation : true, // Show next and prev buttons slideSpeed : 300, paginationSpeed : 400, singleItem:true }); $(".advancedSearch").click(function(){ var clickVar = $(this); clickVar.addClass('topAvanzataBgr'); $(this).next(".intBoxAvanzata").slideToggle('slow', function() { if($(this).is(":hidden")){ clickVar.removeClass('topAvanzataBgr'); } }); }); jQuery(".filterValue").click(function() { if($(this).attr('id')=="archiveName_string" || $(this).attr('id')=="collanaName"){ $('#freeForm').append("<textarea name="+$(this).attr('id')+" style=\"display:none;\">"+$(this).attr('data-extra')+"</textarea>"); }else if($(this).attr('data-extra')!="" && $(this).attr('data-extra')!=undefined){ $("textarea[name='"+$(this).attr('id')+"']").remove(); $('#freeForm').append("<textarea name="+$(this).attr('id')+" style=\"display:none;visibility:hidden;\">"+$(this).attr('data-extra')+"</textarea>"); }else{ $('#freeForm').append("<textarea name="+$(this).attr('id')+" style=\"display:none;\">\""+$(this).clone().children().remove().end().text()+"\"</textarea>"); } $('#freeForm').submit(); }); jQuery(".glyphicon.glyphicon-search").click(function() { $('#freeForm').submit(); }); jQuery(".otherKey").click(function() { var myValSpan = jQuery(this).prev("span"); if(myValSpan.text()=='+'){ jQuery(this).parent("li").nextAll("li").removeClass('hidden'); jQuery(myValSpan).text("-"); }else{ jQuery(this).parent("li").nextAll("li").addClass('hidden'); myValSpan.text("+"); } }); jQuery("#ricercaAvanzata").click(function() { var myValSpan = jQuery(this).children("span"); if(myValSpan.text()=='+'){ jQuery("div.row.mBottom15.hidden.avanzata").removeClass('hidden'); myValSpan.text("-"); }else{ jQuery("div.row.mBottom15.avanzata").addClass('hidden'); myValSpan.text("+"); } }); jQuery("#fondoResult").click(function() { var myValSpan = jQuery(this).children("span"); if(myValSpan.text()=='+'){ jQuery("div.row.mBottom15.hidden.fondoResult").removeClass('hidden'); myValSpan.text("-"); }else{ jQuery("div.row.mBottom15.fondoResult").addClass('hidden'); myValSpan.text("+"); } }); jQuery(".avanzata_shoah").click(function() { var myValSpan = jQuery(this).children("span"); if(myValSpan.text()=='+'){ jQuery("div.row.mBottom15.hidden.avanzataShoah").removeClass('hidden'); myValSpan.text("-"); }else{ jQuery("div.row.mBottom15").addClass('hidden'); myValSpan.text("+"); } }); jQuery("#newSearch").click(function() { jQuery("#myTextArea").remove(); }); jQuery("#tornaEsito").click(function() { if((document.referrer).indexOf("/cdec-web/search/result")!=-1){ $('#freeForm').attr('action','/cdec-web/search/result.html') } if($('#freeForm').html()!=''){ $('#freeForm').submit(); }else{ history.back(); } }); $('#myCarousel').each(function(){ $(this).carousel({ interval: false }); $('.indexCaru').html($(this).find('.active').index()+1); }); $("#myCarousel").on('slide.bs.carousel', function(evt) { $('.indexCaru').text($(this).find('.active').index()+1); }); var borderless = true; $('#blueimp-gallery').data('useBootstrapModal', !borderless); $('#blueimp-gallery').toggleClass('blueimp-gallery-controls', borderless); }); function createCookie(name, value, days) { var expires; if (days) { var date = new Date(); date.setTime(date.getTime() + (days * 24 * 60 * 60 * 1000)); expires = "; expires=" + date.toGMTString(); } else { expires = ""; } document.cookie = encodeURIComponent(name) + "=" + encodeURIComponent(value) + expires + "; path=/"; } function readCookie(name) { var nameEQ = encodeURIComponent(name) + "="; var ca = document.cookie.split(';'); for (var i = 0; i < ca.length; i++) { var c = ca[i]; while (c.charAt(0) === ' ') c = c.substring(1, c.length); if (c.indexOf(nameEQ) === 0) return decodeURIComponent(c.substring(nameEQ.length, c.length)); } return null; } function eraseCookie(name) { createCookie(name, "", -1); } function eraseSearchCookies() { createCookie(name, "", -1); $.each(document.cookie.split(/; */), function() { var splitCookie = this.split('='); if(splitCookie[0].indexOf('back_')!=-1) createCookie(splitCookie[0], "", -1); }); } function printSearchCookies(){ $('.container').append('<form role="form" class="mBottom30" action="'+readCookie('back_url')+'" id="freeForm" style="display:none;"/>'); $.each(document.cookie.split(/; */), function() { var splitCookie = this.split('='); if(splitCookie[0].indexOf('back_')!=-1 && splitCookie[0]!='back_url'){ $('#freeForm').append('<textarea name="'+splitCookie[0].replace(/back_/g, '')+'">'+unescape(splitCookie[1])+'</textarea>'); // console.log(splitCookie[0]+'='+splitCookie[1]) } }); } </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-58898462-1', 'auto'); ga('send', 'pageview'); </script> </head> <body> <div class="page-header"> <div class="container"> <a href="/cdec-web/"><img src="/cdec-web/resources/cdecLibrary/img/logo.png" alt="CDEC - Centro di Documentazione Ebraica - Digital Library" title="CDEC - Centro di Documentazione Ebraica - Digital Library" /></a> </div> </div> <div class="navbar navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/cdec-web/">home</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav"> <li class="dropdown"> <a class="dropdown-toggle" href="/cdec-web/fotografico" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-camera" aria-hidden="true"></span> fototeca</a> <!-- <ul class="dropdown-menu"> <li><a href="/cdec-web/fotografico/vittime-della-shoah">VITTIME DELLA SHOAH</a></li> <li><a href="/cdec-web/fotografico/beyond-borders">BEYOND BORDERS</a></li> </ul>--> </li> <li > <a href="/cdec-web/storico"><span class="glyphicon glyphicon-th-large" aria-hidden="true"></span> archivio</a> </li> <li class="dropdown "> <a class="dropdown-toggle" href="/cdec-web/biblioteca" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-tags" aria-hidden="true"></span> biblioteca</a> <ul class="dropdown-menu"> <li><a href="/cdec-web/biblioteca/rivista-israel.html"> ISRAEL (Firenze, 1916-1938)</a></li> <li><a href="/cdec-web/biblioteca/educatore-israelita.html"> educatore israelita (Vercelli, 1853-1874)</a></li> <li><a href="/cdec-web/biblioteca/vessillo-israelitico.html"> vessillo israelitico (1874-1922)</a></li> <li><a href="/cdec-web/biblioteca/corriere-israelitico.html"> CORRIERE ISRAELITICO (1862-1915)</a></li> <li><a href="/cdec-web/biblioteca/hatikwa.html"> ha-tikwa (1949-1980)</a></li> <li><a href="/cdec-web/biblioteca/bcm.html"> Bollettino della Comunit&agrave; israelitica di Milano (1945-1952) </a></li> </ul> </li> <li > <a href="/cdec-web/audiovideo"><span class="glyphicon glyphicon-headphones" aria-hidden="true"></span> audiovideo</a> </li> <li class="active"> <a href="/cdec-web/persone"><span class="glyphicon glyphicon-user" aria-hidden="true"></span> persone</a></a> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" href="#" role="button" aria-haspopup="true" aria-expanded="false"><span class="glyphicon glyphicon-tags" aria-hidden="true"></span> percorsi</a> <ul class="dropdown-menu"> <li><a href="/cdec-web/progetti/info/primo-levi.html"> anna maria e primo levi</a></li> <li><a href="/cdec-web/progetti/info/ansia-di-sapere.html"> l'ansia di sapere</a></li> <li><a href="/cdec-web/progetti/info/scuola-ebraica-via-eupili.html"> scuola ebraica via eupili</a></li> </ul> </li> </ul> <form action="/cdec-web/home/search/result.html" method="GET" class="navbar-form navbar-right"> <div class="input-group"> <input type="text" class="form-control col-lg-8" name="query" placeholder="cerca nella digital library"/> <label for="mySubmit" class="btSubmit"><i class="glyphicon glyphicon-search"></i></label> <input id="mySubmit" type="submit" value="" class="hidden" /> </div> </form> </div> </div> </div> <style type="text/css"> div#lodCloud .connected { width: 250px; display: inline-block; margin-right: 16px; vertical-align: top; margin-bottom: 16px; } div#lodCloud .connected span.imgCnt { background-position: 0 -210px; width: 250px; display: block; } div#lodCloud .connected img.main { width: 250px; height: auto; background: #ffffff; } .sp { background-image: url(../img/lodview-sprite.png); background-size: 1000px 600px; } div#lodCloud .connected h5 { font-weight: 500; } div#lodCloud .connected a.link { color: #212121; display: block; margin-top: 8px; margin-bottom: 24px; } div#lodCloud .connected .content :last-child { margin-bottom: 0; } div#lodCloud .connected .more { margin-top: 1px; font-weight: 300; letter-spacing: .7; font-size: 11px; text-transform: uppercase; padding: 24px; background: #e9e9e9; } div#lodCloud .connected .content { padding: 24px; background: #e9e9e9; } </style> <div class="container"> <div class="row"> <div class="col-sm-12 schedaFotografico"> <div class="row"> <div class="col-xs-12 col-sm-9"><h2>Sermoneta, Isacco</h2></div> <div class="col-xs-12 col-sm-3 linkBack"><script>printSearchCookies();</script> <a href="#n" id="tornaEsito" class="resultBack"><span class="glyphicon glyphicon-list"></span> torna ai risultati</a></div> </div> <div class="table-responsive"> <table class="table"> <tr> <td class="labelTable"> <div class="wrapOccur">1 <a href="/cdec-web/storico/detail/IT-CDEC-ST0026-000213/34-isacco-sermoneta-34.html" title="1 RISULTATI IN ARCHIVIO" alt="1 RISULTATI IN ARCHIVIO"><span class="glyphicon glyphicon-th-large" aria-hidden="true"></span></a></div> <div class="wrapOccur">RDF <a target="_new" href="http://dati.cdec.it/lod/shoah/person/7670" title="download rdf" alt="download rdf"><span class="glyphicon glyphicon-cloud-download" aria-hidden="true"></span></a></div> </td> <td class="campoTable"> </td> </tr> <tr> <td class="labelTable">Informazioni biografiche</td> <td class="campoTable"> <p>data di nascita:<strong> 08/03/1912</strong></p> <p>luogo di nascita:<strong> Roma</strong></p> <p>data di morte:<strong> 1991</strong></p> <p>luogo di morte:<strong> Roma</strong></p> <p>coniuge di: <strong> <a href="/cdec-web/persone/detail/person-2425/efrati-pacifica.html">Efrati, Pacifica</a> </strong> </p> <p>figlio/figlia di: <strong> Della Rocca, Costanza </strong> </p> <p>fratello/sorella di: <strong> <a href="/cdec-web/persone/detail/person-7196/sermoneta-salvatore.html">Sermoneta, Salvatore</a> - <a href="/cdec-web/persone/detail/person-8698/sermoneta-benedetto.html">Sermoneta, Benedetto</a> </strong> </p> </td> </tr> <tr><td class="labelTable">professione</td><td class="campoTable">Venditore ambulante</td></tr> <tr> <td class="labelTable">persecuzione</td> <td class="campoTable"> <p>Isacco Sermoneta, figlio di Abramo Sermoneta e Costanza Della Rocca 猫 nato in Italia a Roma l' 8 marzo 1912. Coniugato con Pacifica Efrati. Arrestato a Roma (Roma). Deportato nel campo di sterminio di Auschwitz. 脠 sopravvissuto alla Shoah.</p> <p>luogo di arresto: <strong><a href="/cdec-web/persone/search/result.html?luogoArresto_autocomplete=&quot;Roma&quot;">Roma</a></strong></p> <p>data di arresto: <strong>16/10/1943</strong></p> <p>luogo di detenzione: <strong><a href="/cdec-web/persone/search/result.html?luogoDetenzione_autocomplete=&quot;ROMA+Collegio+Militare&quot;">ROMA Collegio Militare</a></strong></p> <p>luogo di raccolta: <strong><a href="/cdec-web/persone/search/result.html?luogoRaccolta_autocomplete=&quot;ROMA+Collegio+Militare&quot;">ROMA Collegio Militare</a></strong></p> <p>numero di convoglio: <strong> <a href="/cdec-web/persone/search/result.html?convoglioNumber_autocomplete=&quot;convoglio+n.+02%2C+18%2F10%2F1943&quot;">convoglio n. 02, 18/10/1943</a> </strong></p> <p>data di partenza del convoglio: <strong>18/10/1943</strong></p> <p>data di arrivo del convoglio: <strong>23/10/1943</strong></p> <p>campo di destinazione: <strong> <a href="/cdec-web/persone/search/result.html?campoConcentramento_autocomplete=&quot;Auschwitz&quot;">Auschwitz</a> </strong></p> <p>numero di matricola: <strong>158624</strong></p> <p>data di liberazione: <strong>01/05/1945</strong></p> <p>data di rimpatrio: <strong>02/09/1945</strong></p> </td> </tr> <tr> <td class="labelTable">fonti</td> <td class="campoTable"> <p>Il libro della memoria : gli ebrei deportati dall'Italia, 1943-1945 / Liliana Picciotto ; ricerca della Fondazione Centro di documentazione ebraica contemporanea. - Ed. 2002: altri nomi ritrovati. - Milano : Mursia, 2002, pp. 77-80, pp. 66-71.</p> </td> </tr> </table> <div id="lodCloud"> <h3> risorse dalla linked data cloud </h3> <div class="masonry"></div> </div> </div> </div> <!-- chiudo colonna sinistra --> </div> <script src="http://dati.cdec.it/lod/staticResources/vendor/masonry.pkgd.min.js"></script> <script src="http://dati.cdec.it/lod/staticResources/vendor/modernizr-custom.min.js"></script> <script> var isRetina = window.devicePixelRatio > 1; var isChrome = /chrom(e|ium)/.test(navigator.userAgent.toLowerCase()) function grabSingleResource(linkingList, counter, errors, map) { if (counter < linkingList.length) { var linking = jQuery('#lodCloud').children("div"); jQuery.ajax({ url : "http://dati.cdec.it/lod/linkedResource", method : 'POST', timeout : 10000, //5 sec. data : { "IRI" : linkingList[counter] }, beforeSend : function() { //console.debug(counter + " -- " + linkingList[counter]) }, success : function(data) { data = jQuery(data); var dest = jQuery('<div class="connected"></div>'); data.find('img:first').each(function() { dest.append("<span class=\"imgCnt sp\"><img class=\"main\" src=\"" + jQuery(this).attr("src") + "\"></span>"); }); var title = (data.find('title').text() != 'null' ? data.find('title').text() : ""); if (data.find('img:first').length == 0 && data.find('longitude').text().replace(/null/, '') && data.find('latitude').text().replace(/null/, '')) { var id = new Date().getMilliseconds(); var map = jQuery('<map id="inlodMap'+id+'" class="inLodMap sp"></map>'); dest.append(map); } setErrorImage(dest.find('img')); var content = jQuery("<div class=\"content\"></div>"); content.append("<h5>" + title + "</h5>"); var IRI = data.find('root').attr('about'); content.append("<a class=\"link\" target=\"_blank\" href=\"" + IRI + "\">" + IRI.replace(/([^a-zA-Z0-9])/g, '$1&#8203;') + "</a>"); if (jQuery.trim(data.find('description').text())) { var descr = data.find('description').text() + " @" + data.find('description').attr("lang"); descr = descr.replace(/@(null|)jQuery/, ''); content.append("<div>" + descr + "</div>"); } dest.append(content); var tot = data.find('links').attr("tot"); if (parseInt(tot, 10) > 0) { dest.append("<div class=\"more\">" + tot + " " + (tot == 1 ? "risorsa connessa" : "risorse connesse") + "</div>") } dest.find('img').on('load', function() { linking.masonry(); }).each(function() { if (this.complete) { jQuery(this).load(); } }); counter++; if (!data.find('root').attr('error')) { linking.masonry().append(dest).masonry('appended', dest); if (dest.find('map').length > 0) { drawMap(dest.find('map').attr("id"), data.find('latitude').text(), data.find('longitude').text(), title); } data.find('link').each(function() { var a = jQuery(this).attr("href"); if (jQuery.inArray(a, linkingList) == -1 && a != "http://dati.cdec.it/lod/shoah/person/5002") { linkingList.push(a); } }); } else { errors++; } linking.masonry(); grabSingleResource(linkingList, counter, errors, map); updateCounter(linkingList.length, counter, errors); }, error : function(e) { updateCounter(linkingList.length, (counter + 1), (errors + 1)); grabSingleResource(linkingList, (counter + 1), (errors + 1), map); }, complete : function() { } }); } else { jQuery('.connected').find('.lloading').fadeOut(); } } function updateCounter(tot, count, errors) { var g = jQuery('#lmessage > .content'); g.children('strong').html(count); g.children('span:last').html(tot); var b = jQuery('#counterBlock'); b.find('p#grabDataTotal > strong').html(tot); b.find('p#grabDataTotalLoaded > strong').html(count - errors); b.find('p#grabDataTotalErrors > strong').html(errors); } function setErrorImage(obj) { obj.error(function() { jQuery(this).attr("title", "immagine non disponibile, URL errata?\n" + jQuery(this).attr("src")); jQuery(this).attr("src", "http://dati.cdec.it/lod/staticResources/img/no_image" + (isRetina ? "@2x" : "") + ".png"); jQuery(this).addClass("errorImg"); jQuery(this).unwrap("a"); }); } function grabData() { var linkingList = []; var counter = 0; var errors = 0; var map = jQuery('map:first'); jQuery('.linkingElement').each(function() { var link = jQuery.trim(jQuery(this).attr("href")); linkingList.push(link); }); /* lod cloud */ if (linkingList.length == 0) { jQuery('#lodCloud').empty(); jQuery('#lodCloud').addClass("empty"); jQuery('#linking').hide(); } else { jQuery('#linking').fadeIn('fast'); var container = jQuery('#lodCloud').children("div"); var dest = jQuery('<div class="connected"><span class="lloading"></span></div>'); var content = jQuery("<div class=\"content\" id='counterBlock'></div>"); content.append("<p id='grabDataTotal'>risorse connesse \u003Cstrong\u003E0\u003C\/strong\u003E</p>") content.append("<p id='grabDataTotalErrors'>risorse non online \u003Cstrong\u003E0\u003C\/strong\u003E</p>") content.append("<p id='grabDataTotalLoaded'>risorse caricate \u003Cstrong\u003E0\u003C\/strong\u003E</p>") dest.append(content); container.append(dest); // initialize container.masonry({ itemSelector : '.connected' }); // var msg = "recupero dati dalla LOD cloud (\u003Cstrong\u003E0\u003C\/strong\u003E of \u003Cspan\u003E0\u003C\/span\u003E)"; // msg = msg.replace(/<span>0<\/span>/, '<span>' + linkingList.length + '</span>'); // lMessage(msg); updateCounter(linkingList.length, counter, errors); grabSingleResource(linkingList, counter, errors, map); } } </script> <script> //grabSingleResource(linkingList,0,0,''); grabData() </script> </div> <div class="footerUp"> <div class="container"> <div class="row"> <div class="text-center box col-12 col-lg-4"> <div class="circ-wrap"> <img src="/cdec-web/resources/cdecLibrary/img/logoCdecFooter.png" /> </div> <h3></h3> <p class="justify"> Questo portale &egrave; stato realizzato grazie al sostegno del Ministero dei Beni e delle Attivit&agrave; Culturali e del Turismo<br /><br /> <a href="http://www.beniculturali.it/mibac/export/MiBAC/index.html" target="_blank" title="Ministero dei Beni e delle Attivit&agrave; Culturali e del Turismo"><img src="/cdec-web/resources/cdecLibrary/img/LogoMibact.jpg" /></a><br /><br /><br /> Powered by<br /> <a href="http://www.xdams.org/xdams/" target="_blank" title="www.xdams.org" ><img src="/cdec-web/resources/cdecLibrary/img/logoXdams2.png" /></a><a href="http://www.bygle.net/" title="http://www.bygle.net/" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/logoBygle2.png" /></a> </p> </div> <div class="text-center box col-12 col-lg-4"> <div class="circ-wrap"> <a href="http://dati.cdec.it/" title="dati.cdec.it" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/logoDati.jpg" /></a> </div> <h3></h3> <p class="justify"> Il dataset "Shoah Victims names" &egrave; stato pubblicato in modalit&agrave; Linked Open Data sul portale dati.cdec.it ed &egrave; accessibile tramite Endpoint SPARQL<br /><br /><br /><br /><br /><br /><br /> Naviga i dati con <br /> <a href="http://dati.cdec.it/lodlive/?http://dati.cdec.it/lod/shoah/person/5002" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/logoLodLive.png" /></a> <a href="http://dati.cdec.it/lod/shoah/person/5002" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/logoLodView.png" /></a> </p> </div> <div class="text-center box col-12 col-lg-4"> <div class="circ-wrap"> <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="creativecommons.org"><img src="/cdec-web/resources/cdecLibrary/img/creativeCommons.png" /></a> </div> <h3></h3> <p class="justify"> Salvo diversa indicazione, tutti i contenuti di questo sito sono soggetti alla licenza Creative Commons - Attribution 4.0 International (CC BY 4.0) . <br />You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use &#160; <br /><br /><br /><br /><a href="http://www.w3.org/standards/semanticweb/" title="www.w3.org/standards/semanticweb" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/w3cLogo.png" /></a> </p> </div> </div> </div> </div> <div class="footerGuest"> <div class="container"> <div class="row"> <div class="col-xs-12 col-md-4 text-center"><p>Con il contributo di</p><br /><a href="http://www.claimscon.org/" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/logoClaimsCompact.png" /></a></div> <div class="col-xs-12 col-md-4 text-center"><p>&#160;</p><br /><a href="http://www.fondazionecariplo.it/it/index.html" target="_blank"><img src="/cdec-web/resources/cdecLibrary/img/logo-cariplo.png" /></a></div> </div> </div> </div> <div class="footerMappaSito"> <div class="container"> <div class="row"> <div class="col-12 col-lg-4"> <ul> <li>risorse della fondazione</li> <li><a href="http://www.cdec.it/" target="_blank" title="FONDAZIONE">FONDAZIONE</a></li> <li><a href="http://www.osservatorioantisemitismo.it/" target="_blank" title="OSSERVATORIO ANTISEMITISMO">OSSERVATORIO ANTISEMITISMO</a></li> <li><a href="http://www.museoshoah.it/home.asp" target="_blank" title="MOSTRA SULLA SHOAH">MOSTRA SULLA SHOAH</a></li> <li><a href="http://www.nomidellashoah.it/" target="_blank" title="I NOMI DELLA SHOAH ITALIANA">I NOMI DELLA SHOAH ITALIANA</a></li> <li><a href="http://dati.cdec.it/" target="_blank" title="DATI.CDEC.IT">DATI.CDEC.IT</a></li> <li><a href="http://www.quest-cdecjournal.it/" target="_blank" title="QUEST. Questioni di storia ebraica contemporanea">QUEST. <br /> ISSUES IN CONTEMPORARY JEWISH HISTORY</a> </li> </ul> </div> <div class="col-12 col-lg-4"> <ul> <li>mappa del sito</li> <li><a href="/cdec-web/">home</a></li> <li><a href="/cdec-web/fotografico">fototeca</a></li> <li><a href="/cdec-web/storico">archivio</a></li> <li><a href="/cdec-web/biblioteca">biblioteca</a></li> <li><a href="/cdec-web/audiovideo">audiovideo</a></li> <li><a href="/cdec-web/progetti/info/primo-levi">percorsi</a></li> <li><a href="/cdec-web/persone/search/result.html">persone</a></li> </ul> </div> <div class="col-12 col-lg-4"> <ul> <li>Fondazione Centro di Documentazione Ebraica Contemporanea</li> <li><a href="/cdec-web/info/progetto.html" title="IL PROGETTO">IL PROGETTO</a></li> <li><a href="/cdec-web/info/chi-siamo.html" title="CHI SIAMO">CHI SIAMO</a></li> <li><a href="/cdec-web/info/credits.html" title="CREDITS">CREDITS</a></li> <li><a href="/cdec-web/info/contatti.html" title="CONTATTI">CONTATTI</a></li> </ul> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10