'; itemElement.innerHTML = content; return itemElement; } if (suggestion.displayFullResult) { content = '

Посмотреть полные результаты для {s}

'; content = content.replace('{s}', '« ' + sanitizer.sanitize(input.value) + ' »'); } else if (suggestion.semQuery) { content = '

Семантический поиск {s}

'; content = content.replace('{s}', '« ' + sanitizer.sanitize(input.value) + ' »'); } else { var cleanText = sanitizer.sanitize(suggestion.text) var boldText = cleanText.replace(reg, function (optionText) { return '' + optionText + '' }); var subText = sanitizer.sanitize(suggestion.subText); subText = subText.replace(suggestion.artistName, function (optionText) { return optionText.replace(reg, function (boldText) { return '' + boldText + '' }) }); var cssClass = suggestion.type === 'artist' ? 'img-circle border' : ''; content = '
' + '' + cleanText + '' + '
' + '' + boldText + '' + '' + subText + '' + '
' + '
'; } itemElement.innerHTML = content; return itemElement; }, onSelect: function (element, autocomplete) { document.dispatchEvent(new CustomEvent('am.gtag.search', {'detail': {'term': autocomplete.value}})) savedSearch(sanitizer.sanitize(autocomplete.value), element); }, emptyMsg: 'Результатов не найдено.', preventSubmit: false, showOnFocus: true, // Required to set the final position of the results // By default result tag is applied at the bottom of the document with fixed style // when we want it in the defined tag ( Styles are also customized ) customize: function (input, inputRect, container, maxHeight) { resultContainer.append($(container)) } }; } function savedSearch(string, element) { if (!element.url) { element.url = url.replace("term", string) } var formData = new FormData(); formData.append('string', string); formData.append('nbResults', nbResults); try { if (navigator.sendBeacon) { navigator.sendBeacon('/ru/saved--search/artwork', formData) } else { var xhr = new XMLHttpRequest(); xhr.open('post', '/ru/saved--search/artwork', false); xhr.send(formData); } } catch (e) { } window.location.href = element.url } document.addEventListener('am.gtag.search', function (e) { var term = e.detail.term gtag("event", "search", { search_term: term }); }); }) })();
Lease Картины by Frank Willems

Аренда произведения « Don’t Be Afraid Of The Barking Dog, Be A » пользователем Frank Willems с возможностью покупки 3k4014

Картины от Frank Willems доступны для аренды с возможностью покупки. 6j6o20

Картина под названием "DON’T BE AFRAID OF…" - Frank Willems, Подлинное произведение искусства, Акрил
DON’T BE AFRAID OF THE BARKING DOG, BE AFRAID OF THE CORNERE (2019)
Картина - Frank Willems - 48x77,6 in
4 000,64 $

Выберите ежемесячные платежи: 4c4w3w

* Это только ориентировочное моделирование. Предложение по контракту будет отправлено вам после изучения ваших подтверждающих документов и проверки вашего файла нашим финансовым партнером.

Запрос информации по лизингу "Don’t Be Afraid Of The Barking Dog, Be A" t2y6t

Связаться с нами, финансовый эксперт свяжется с вами в течение 24 часов.: 3y4p59

Часто задаваемые вопросы 5a5j2s

What are the advantages of leasing works of art? 93z4b

  • Financial Flexibility: You can enjoy exceptional, high-value works of art without a large initial investment.
  • Tax Benefits: Receive potential tax benefits as rents can be deducted as a business expense.

How are the prices of monthly payments for leasing works of art set? 5x1u4m

  • The costs depend on the value of the work, the duration of the leasing contract, and any services included such as installation.

Can we buy the work after the leasing period? 1c4g6v

  • Yes, on ArtMajeur leasing contracts offer a purchase option at the end of the contract, allowing customers to acquire the work at a determined price (residual value).

How are the safety and insurance of works managed? 3z6l2j

  • Insurance during the duration of the rental contract is the responsibility of the customer. It is therefore important to check the details of your insurance contract to be sure that your leased works are covered in the event of damage.

What are the conditions for terminating the leasing contract before its end? 50914

  • Unless there are specific conditions, leasing contracts for works of art commit the client to payment of the entire price of the work; payments are therefore due until the end of the lease.

Подробнее

DON’T BE AFRAID OF THE BARKING DOG, BE AFRAID OF THE CORNERE (2019) 3q4u36
Картина - Frank Willems - 48x77,6 in
Картина под названием "DON’T BE AFRAID OF…" - Frank Willems, Подлинное произведение искусства, Акрил

Об авторе c55u

Подписаться
Фрэнк — современный голландский художник, чьи работы сочетают в себе городское искусство, поп-арт и неоэкспрессионизм. Он фокусируется на создании произведений искусства с использованием использованных и выброшенных [...]

Фрэнк — современный голландский художник, чьи работы сочетают в себе городское искусство, поп-арт и неоэкспрессионизм. Он фокусируется на создании произведений искусства с использованием использованных и выброшенных материалов, в первую очередь дерева. С игривым и юмористическим подходом Фрэнк исследует такие темы, как секс, текущий дух времени и современные события. Его темы варьируются от серьезных проблем до абсурдных невероятностей, включая личные переживания из его жизни.

Хотя он описывает себя не как лучшего оратора, предпочитая оставаться в тени в дискуссиях, Фрэнк — проницательный наблюдатель окружающего мира. Он использует эти наблюдения как вдохновение для своего искусства, отдавая приоритет темам, вызывающим размышления, а не выражению собственного мнения. Центральными темами его работ являются жизнь, свобода и равенство.

Работы Фрэнка выставлялись на различных выставках в Нидерландах, Германии и США. Его работы продавались на аукционе Christie's, и он принимал участие в таких известных мероприятиях, как KunstRai в Амстердаме. Кроме того, он был резидентом в Sofitel Legend The Grand в Амстердаме. Коллекционеры со всего мира с гордостью владеют его искусством, отражающим его влияние на современную художественную сцену.

Художник был отмечен в статье в журнале ArtMajeur.:
`; const shortText = content.substring(0, 500); if ($('#collapsed_biography_container #short_description').length) { $('#collapsed_biography_container #short_description_text').html(shortText + '...'); } $('#collapsed_biography_container #full_description_text').html(content + blogPostsContent); }

Смотреть ещё Frank Willems 3f421z

Просмотреть все произведения
Картина под названием "PORE PERFECTOR" - Frank Willems, Подлинное произведение искусства, Акрил
Акрил на Дерево | 9,5x11,8 in
605,45 $
Скульптура под названием "SPIDER MONKEY #4" - Frank Willems, Подлинное произведение искусства, Акрил
Скульптура - Акрил | 8,1x6,7 in
129,37 $
Картина под названием "CORAL #3" - Frank Willems, Подлинное произведение искусства, Акрил
Акрил на Дерево | 23,6x23,6 in
1 097,44 $
Отпечатки и Гравюры под названием "Limited Edition Tex…" - Frank Willems, Подлинное произведение искусства, Шелкография
Отпечатки и Гравюры на Дерево | 11,8x11,8 in
192,98 $

ArtMajeur

Получайте нашу рассылку для любителей искусства и коллекционеров
Iris
Iris, ваш гид по ИИ
Loading...