{"id":147689,"date":"2022-01-19T16:11:29","date_gmt":"2022-01-19T14:11:29","guid":{"rendered":"https:\/\/www.shavei.org\/?p=147689"},"modified":"2022-01-19T16:19:43","modified_gmt":"2022-01-19T14:19:43","slug":"tu-bshevat-alrededor-del-mundo-2022","status":"publish","type":"post","link":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/","title":{"rendered":"Tu B&#8217;Shevat Alrededor Del Mundo 2022"},"content":{"rendered":"<p>La festividad jud\u00eda de Tu B&#8217;Shevat, o, literalmente, el d\u00eda 15 del mes hebreo de Shevat, tambi\u00e9n se llama Rosh HaShanah La&#8217;Ilanot, que significa \u00abA\u00f1o Nuevo de los \u00e1rboles\u00bb. La plantaci\u00f3n de \u00e1rboles, el consumo de frutas, los \u00abseders\u00bb especiales para la festividad y otras celebraciones de la naturaleza y los \u00e1rboles se llevan a cabo en todo Israel y el mundo.<\/p>\n<p>Mientras celebramos, en Israel y en las comunidades de todo el mundo, la gente disfruta del fruto de los \u00e1rboles, especialmente los de las siete especies especiales de Israel. Otra actividad omnipresente de Tu B\u2019Shevat es plantar \u00e1rboles, lo que env\u00eda un mensaje de solidaridad a las generaciones futuras (que ser\u00e1n las que apreciar\u00e1n la plantaci\u00f3n hecha hoy) y enfatiza el lado de la naturaleza del juda\u00edsmo que est\u00e1 destinado a ir de mano a mano con el aprendizaje de la Tor\u00e1 y la oraci\u00f3n.<\/p>\n<p>Mientras todos nos abrigamos contra el clima g\u00e9lido, algunos se preguntan por qu\u00e9 nuestras vacaciones en el \u00e1rbol caen en invierno. Y es porque las festividades jud\u00edas siguen los ciclos agr\u00edcolas en Israel. S\u00ed, es invierno, pero a mediados de invierno es exactamente cuando los \u00e1rboles en Israel comienzan a florecer.<\/p>\n<p>Nuestras comunidades alrededor del mundo han estado celebrando sin importar el clima y el fr\u00edo. Y tenemos muchas fotos&#8230;<\/p>\n                    <style>\n                                            .flickr-img-responsive {\n                            width:100% !important;\n                            height:auto !important;\n                            display:block !important;\n                        }\n                        .LoadingImg img {\n                            max-width: 45px;\n                            max-height: 45px;\n                            box-shadow: none;\n                        }\n                        .wpfrank-flickr-div{\n                            padding:15px;\n                        }\n                        @media (max-width: 786px){\n                            .col-md-3 {\n                                width:49.9%;\n                                float:left;\n                            }\n                        }\n                        .play-pause {\n                            display: none !important;\n                        }\n                        .gallery147678 {\n                            overflow:hidden;\n                            clear: both;\n                        }\n                        .fnf{\n                            background-color: #a92929;\n                            border-radius: 5px;\n                            color: #fff;\n                            font-family: initial;\n                            text-align: center;\n                            padding:12px;\n                        }\n                    <\/style>\n                    <script type=\"text\/javascript\">\n                    jQuery(function() {\n                        jQuery('.gallery-147678').flickr({\n                            apiKey: '037c012784565c3b5691cc5a0aa912b7',\n                            photosetId: '72177720296019610'\n                        });\n                    });\n\n                    ;(function ($, window, document, undefined) {\n                        'use strict';\n                        var pluginName = \"flickr\",\n                            defaults = {\n                                apiKey: \"\",\n                                photosetId: \"\",\n                                errorText: \"<div class='fnf'><i class='far fa-times-circle'><\/i> Error generating gallery.<\/div>\",\n                                loadingSpeed: 38,\n                                photosLimit: 200\n                            },\n                            apiUrl = 'https:\/\/api.flickr.com\/services\/rest\/',\n                            photos = [];\n\n                        function Plugin(element, options) {\n                            this.element = $(element);\n                            this.settings = $.extend({}, defaults, options);\n                            this._defaults = defaults;\n                            this._name = pluginName;\n\n                            this._hideSpinner = function() {\n                                this.element.find('.spinner-wrapper').hide().find('*').hide();\n                            };\n\n                            this._printError = function() {\n                                this.element.find('.gallery-container').append($(\"<div><\/div>\", { \"class\": \"col-lg-12\" })\n                                    .append($(\"<div><\/div>\", { \"class\": \"error-wrapper\" })\n                                        .append($(\"<span><\/span>\", { \"class\": \"label label-danger error\" })\n                                            .html(this.settings.errorText))));\n                            };\n\n                            this._flickrAnimate = function() {\n                                this.element.find('.gallery-container img').each($.proxy(function(index, el) {\n                                    var image = el;\n                                    setTimeout(function() {\n                                        $(image).parent().fadeIn();\n                                    }, this.settings.loadingSpeed * index);\n                                }, this));\n                            };\n\n                            this._printGallery = function(photos) {\n                                var element = this.element.find('.gallery-container');\n                                if (!photos || photos.length === 0) {\n                                    this._hideSpinner();\n                                    this._printError();\n                                    return;\n                                }\n                                $.each(photos, function(key, photo) {\n                                    if (!photo || !photo.thumbnail) return; \/\/ Skip undefined or invalid photos\n                                    var img = $('<img>', { 'class': 'thumb img-thumbnail flickr-img-responsive', src: photo.thumbnail, 'alt': photo.title });\n                                    element.append($('<div><\/div>', { 'class': ' col-md-3 col-sm-4 col-center wpfrank-flickr-div' })\n                                        .append($('<a><\/a>', { 'class': '', href: photo.href, 'data-gallery': '', 'title': photo.title }).hide()\n                                            .append(img)));\n                                });\n\n                                element.imagesLoaded()\n                                    .done($.proxy(this._flickrAnimate, this))\n                                    .always($.proxy(this._hideSpinner, this));\n                            };\n\n                            this._flickrPhotoset = function(photoset) {\n                                var _this = this;\n                                photos[photoset.id] = [];\n                                $.each(photoset.photo, function(key, photo) {\n                                    if (photo.media !== \"photo\") {\n                                        return true; \/\/ Skip videos\n                                    }\n                                    if (key >= _this.settings.photosLimit) {\n                                        return false;\n                                    }\n                                    photos[photoset.id][key] = {\n                                        thumbnail: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_q.jpg',\n                                        href: 'https:\/\/farm' + photo.farm + '.static.flickr.com\/' + photo.server + '\/' + photo.id + '_' + photo.secret + '_b.jpg',\n                                        title: photo.title\n                                    };\n                                });\n\n                                console.log('Filtered photos:', photos[photoset.id]); \/\/ Debug log\n                                if (photos[photoset.id].length > 0) {\n                                    this._printGallery(photos[photoset.id]);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._onFlickrResponse = function(response) {\n                                console.log('API Response:', response); \/\/ Debug log\n                                if (response.stat === \"ok\") {\n                                    this._flickrPhotoset(response.photoset);\n                                } else {\n                                    this._hideSpinner();\n                                    this._printError();\n                                }\n                            };\n\n                            this._flickrRequest = function(method, data) {\n                                var url = apiUrl + \"?format=json&jsoncallback=?&method=\" + method + \"&api_key=\" + this.settings.apiKey;\n                                $.each(data, function(key, value) {\n                                    url += \"&\" + key + \"=\" + value;\n                                });\n\n                                $.ajax({\n                                    dataType: \"json\",\n                                    url: url,\n                                    context: this,\n                                    success: this._onFlickrResponse\n                                });\n                            };\n\n                            this._flickrInit = function () {\n                                this._flickrRequest('flickr.photosets.getPhotos', {\n                                    photoset_id: this.settings.photosetId,\n                                    extras: 'media'\n                                });\n                            };\n\n                            this.init();\n                        }\n\n                        Plugin.prototype = {\n                            init: function () {\n                                this._flickrInit();\n                            }\n                        };\n\n                        $.fn[pluginName] = function (options) {\n                            this.each(function () {\n                                if (!$.data(this, \"plugin_\" + pluginName)) {\n                                    $.data(this, \"plugin_\" + pluginName, new Plugin(this, options));\n                                }\n                            });\n                            return this;\n                        };\n                    })(jQuery, window, document);\n                    <\/script>\n                    <div class=\"gallery-147678\">\n                                                    <h3>Tu B&#8217;Shevat around the world &#8211; 2022<\/h3>\n                                                <div class=\"row\">\n                            <div class=\"col-xs-12 spinner-wrapper\">\n                                <div class=\"LoadingImg\"><img decoding=\"async\" src=\"https:\/\/www.shavei.org\/wp-content\/plugins\/flickr-album-gallery\/img\/loading.gif\" \/><\/div>\n                            <\/div>\n                            <div align=\"center\" class=\"gallery-container\"><\/div>\n                        <\/div>\n                    <\/div>\n                    \n            <!-- Blueimp gallery -->\n            <div id=\"blueimp-gallery-147678\" class=\"blueimp-gallery blueimp-gallery-controls\">\n                <div class=\"slides\"><\/div>\n                <h3 class=\"title\"><\/h3>\n                <a class=\"prev\">\u2039<\/a>\n                <a class=\"next\">\u203a<\/a>\n                <a class=\"close\">\u00d7<\/a>\n                <a class=\"play-pause\"><\/a>\n                <ol class=\"indicator\"><\/ol>\n                <div class=\"modal fade\">\n                    <div class=\"modal-dialog\">\n                        <div class=\"modal-content\">\n                            <div class=\"modal-header\">\n                                <button type=\"button\" class=\"close\" aria-hidden=\"true\">\u00d7<\/button>\n                                <h4 class=\"modal-title\"><\/h4>\n                            <\/div>\n                            <div class=\"modal-body next\"><\/div>\n                            <div class=\"modal-footer\">\n                                <button type=\"button\" class=\"btn btn-default pull-left prev\">\n                                    <i class=\"glyphicon glyphicon-chevron-left\"><\/i>\n                                    Previous                                <\/button>\n                                <button type=\"button\" class=\"btn btn-primary next\">\n                                    Next                                    <i class=\"glyphicon glyphicon-chevron-right\"><\/i>\n                                <\/button>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <script type=\"text\/javascript\">\n            jQuery(function() {\n                jQuery.extend(blueimp.Gallery.prototype.options, {\n                    useBootstrapModal: false,\n                    hidePageScrollbars: false,\n                    container: \"#blueimp-gallery-147678\",\n                });\n            });\n            <\/script>\n\n            \n","protected":false},"excerpt":{"rendered":"<p>La festividad jud\u00eda de Tu B&#8217;Shevat, o, literalmente, el d\u00eda 15 del mes hebreo de Shevat, tambi\u00e9n se llama Rosh HaShanah La&#8217;Ilanot, que significa \u00abA\u00f1o Nuevo de los \u00e1rboles\u00bb. La plantaci\u00f3n de \u00e1rboles, el consumo de frutas, los \u00abseders\u00bb especiales para la festividad y otras&#8230;<\/p>\n","protected":false},"author":23,"featured_media":147693,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"give_campaign_id":0,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"ngg_post_thumbnail":0,"footnotes":""},"categories":[7734,934,477,489,491,7699,939,490],"tags":[2627,2601,1126,585,7752,2075],"class_list":["post-147689","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articulos","category-featured_articles-es","category-bnei-anusim-fotos","category-en-el-mundo","category-festividades","category-fotos","category-judios-amazonas","category-venta-de-libros","tag-comunidades-alrededor-del-mundo","tag-comunidades-judias-es-2","tag-israel-es-2","tag-seder","tag-shaveiisrael","tag-tu-bshvat-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Tu B&#039;Shevat Alrededor Del Mundo 2022 - Shavei Israel<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Tu B&#039;Shevat Alrededor Del Mundo 2022 - Shavei Israel\" \/>\n<meta property=\"og:description\" content=\"La festividad jud\u00eda de Tu B&#8217;Shevat, o, literalmente, el d\u00eda 15 del mes hebreo de Shevat, tambi\u00e9n se llama Rosh HaShanah La&#8217;Ilanot, que significa \u00abA\u00f1o Nuevo de los \u00e1rboles\u00bb. La plantaci\u00f3n de \u00e1rboles, el consumo de frutas, los \u00abseders\u00bb especiales para la festividad y otras...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\" \/>\n<meta property=\"og:site_name\" content=\"Shavei Israel\" \/>\n<meta property=\"article:published_time\" content=\"2022-01-19T14:11:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-01-19T14:19:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1536\" \/>\n\t<meta property=\"og:image:height\" content=\"887\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Chaya Castillo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\"},\"author\":{\"name\":\"Chaya Castillo\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/179f710147bb1cac64738fe40c7cc478\"},\"headline\":\"Tu B&#8217;Shevat Alrededor Del Mundo 2022\",\"datePublished\":\"2022-01-19T14:11:29+00:00\",\"dateModified\":\"2022-01-19T14:19:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\"},\"wordCount\":242,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.shavei.org\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg\",\"keywords\":[\"Comunidades alrededor del Mundo\",\"Comunidades Jud\u00edas\",\"Israel\",\"Seder\",\"ShaveiIsrael\",\"Tu B\u00b4shvat\"],\"articleSection\":[\"Articulos\",\"Art\u00edculos recientes\",\"Bnei Anusim: Fotos\",\"En el Mundo\",\"Festividades\",\"fotos\",\"Los Jud\u00edos del Amazonas\",\"Publicaciones\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\",\"url\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\",\"name\":\"Tu B'Shevat Alrededor Del Mundo 2022 - Shavei Israel\",\"isPartOf\":{\"@id\":\"https:\/\/www.shavei.org\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg\",\"datePublished\":\"2022-01-19T14:11:29+00:00\",\"dateModified\":\"2022-01-19T14:19:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage\",\"url\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg\",\"contentUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg\",\"width\":1536,\"height\":887},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.shavei.org\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tu B&#8217;Shevat Alrededor Del Mundo 2022\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.shavei.org\/#website\",\"url\":\"https:\/\/www.shavei.org\/\",\"name\":\"Shavei Israel\",\"description\":\"One nation, many faces. We help them all return.\",\"publisher\":{\"@id\":\"https:\/\/www.shavei.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.shavei.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.shavei.org\/#organization\",\"name\":\"Shavei Israel\",\"url\":\"https:\/\/www.shavei.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg\",\"contentUrl\":\"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg\",\"width\":300,\"height\":285,\"caption\":\"Shavei Israel\"},\"image\":{\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/179f710147bb1cac64738fe40c7cc478\",\"name\":\"Chaya Castillo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/www.shavei.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/6b4830d179e895bd775127e8e4a4404c89f91f617e14ce44c25a5232871fa41d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/6b4830d179e895bd775127e8e4a4404c89f91f617e14ce44c25a5232871fa41d?s=96&d=mm&r=g\",\"caption\":\"Chaya Castillo\"},\"url\":\"https:\/\/www.shavei.org\/es\/blog\/author\/chaya\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Tu B'Shevat Alrededor Del Mundo 2022 - Shavei Israel","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/","og_locale":"es_ES","og_type":"article","og_title":"Tu B'Shevat Alrededor Del Mundo 2022 - Shavei Israel","og_description":"La festividad jud\u00eda de Tu B&#8217;Shevat, o, literalmente, el d\u00eda 15 del mes hebreo de Shevat, tambi\u00e9n se llama Rosh HaShanah La&#8217;Ilanot, que significa \u00abA\u00f1o Nuevo de los \u00e1rboles\u00bb. La plantaci\u00f3n de \u00e1rboles, el consumo de frutas, los \u00abseders\u00bb especiales para la festividad y otras...","og_url":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/","og_site_name":"Shavei Israel","article_published_time":"2022-01-19T14:11:29+00:00","article_modified_time":"2022-01-19T14:19:43+00:00","og_image":[{"width":1536,"height":887,"url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg","type":"image\/jpeg"}],"author":"Chaya Castillo","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":false,"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#article","isPartOf":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/"},"author":{"name":"Chaya Castillo","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/179f710147bb1cac64738fe40c7cc478"},"headline":"Tu B&#8217;Shevat Alrededor Del Mundo 2022","datePublished":"2022-01-19T14:11:29+00:00","dateModified":"2022-01-19T14:19:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/"},"wordCount":242,"commentCount":0,"publisher":{"@id":"https:\/\/www.shavei.org\/#organization"},"image":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg","keywords":["Comunidades alrededor del Mundo","Comunidades Jud\u00edas","Israel","Seder","ShaveiIsrael","Tu B\u00b4shvat"],"articleSection":["Articulos","Art\u00edculos recientes","Bnei Anusim: Fotos","En el Mundo","Festividades","fotos","Los Jud\u00edos del Amazonas","Publicaciones"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/","url":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/","name":"Tu B'Shevat Alrededor Del Mundo 2022 - Shavei Israel","isPartOf":{"@id":"https:\/\/www.shavei.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage"},"image":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage"},"thumbnailUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg","datePublished":"2022-01-19T14:11:29+00:00","dateModified":"2022-01-19T14:19:43+00:00","breadcrumb":{"@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#primaryimage","url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg","contentUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2022\/01\/tu-beshevat-e1642585239965-1536x887-1.jpeg","width":1536,"height":887},{"@type":"BreadcrumbList","@id":"https:\/\/www.shavei.org\/es\/blog\/2022\/01\/19\/tu-bshevat-alrededor-del-mundo-2022\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.shavei.org\/es\/"},{"@type":"ListItem","position":2,"name":"Tu B&#8217;Shevat Alrededor Del Mundo 2022"}]},{"@type":"WebSite","@id":"https:\/\/www.shavei.org\/#website","url":"https:\/\/www.shavei.org\/","name":"Shavei Israel","description":"One nation, many faces. We help them all return.","publisher":{"@id":"https:\/\/www.shavei.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.shavei.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/www.shavei.org\/#organization","name":"Shavei Israel","url":"https:\/\/www.shavei.org\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/","url":"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg","contentUrl":"https:\/\/www.shavei.org\/wp-content\/uploads\/2017\/10\/shavei-logo.jpg","width":300,"height":285,"caption":"Shavei Israel"},"image":{"@id":"https:\/\/www.shavei.org\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/179f710147bb1cac64738fe40c7cc478","name":"Chaya Castillo","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/www.shavei.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/6b4830d179e895bd775127e8e4a4404c89f91f617e14ce44c25a5232871fa41d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/6b4830d179e895bd775127e8e4a4404c89f91f617e14ce44c25a5232871fa41d?s=96&d=mm&r=g","caption":"Chaya Castillo"},"url":"https:\/\/www.shavei.org\/es\/blog\/author\/chaya\/"}]}},"_links":{"self":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/147689","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/users\/23"}],"replies":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/comments?post=147689"}],"version-history":[{"count":2,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/147689\/revisions"}],"predecessor-version":[{"id":147692,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/posts\/147689\/revisions\/147692"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/media\/147693"}],"wp:attachment":[{"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/media?parent=147689"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/categories?post=147689"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.shavei.org\/es\/wp-json\/wp\/v2\/tags?post=147689"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}