diff --git a/Gemfile.lock b/Gemfile.lock index e69f2cef3..ae8e8825e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GIT GIT remote: https://github.com/europeana/europeana-styleguide-ruby.git - revision: bea78676ad4d52e579a23908ea4a42e4df1141e9 + revision: b7d9fc5b25ca5c4fb0db22ee6b316b4572d86cee branch: develop specs: europeana-styleguide (0.3.0) diff --git a/README.md b/README.md index aaea7eb12..e863a5310 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Europeana Portal with Collections as a Rails + 1. Install the gem bundle: `bundle install` 2. Generate Docker configuration files: `bundle exec bin/portal dockerize development` - You will be prompted to enter your Europeana API key. + You will be prompted to enter your Europeana API key. For another environment + than `development`, e.g. `profiling`, use its name in this command. 3. Bring it up: `docker-compose up` 4. Setup the database: `bundle exec rake db:setup` 5. Start the app: `bundle exec foreman start` @@ -64,6 +65,19 @@ tests. The integration tests use Firefox in headless mode. +### Benchmarking + +A script is included to run various benchmarks from +[derailed_benchmarks](https://github.com/schneems/derailed_benchmarks): +* Size of bundled gems in production environment +* Memory allocation and IPS of search results and record pages + +First ensure that you have initialised a `profiling` environment, and have +services running, e.g. by following the "Quick Start with Docker" instructions +above. + +Run benchmarks with: `bin/benchmark` + ### File storage Files are stored using Paperclip. To configure it, create config/paperclip.yml diff --git a/bin/benchmark b/bin/benchmark new file mode 100755 index 000000000..367c339fd --- /dev/null +++ b/bin/benchmark @@ -0,0 +1,71 @@ +#!/usr/bin/env ruby +# frozen_string_literal: true + +# Benchmark script using derailed_benchmarks and a fake API. + +require_relative '../config/boot' +require 'colorize' +require 'open3' + +def bm_common_env + 'RAILS_ENV=profiling SKIP_FILE_WRITE=1 EUROPEANA_API_URL=http://localhost:3014/api' +end + +def bm_gems + puts 'Bundled gems'.bold + puts + stdout, _stderr, _status = Open3.capture3('bundle exec derailed bundle:mem') + puts stdout.split("\n").first.sub('TOP: ', '') + puts +end + +def bm_objects(name, path) + puts "#{name}: Objects".bold + puts + cmd = %(#{bm_common_env} TEST_COUNT=10 PATH_TO_HIT="#{path}" bundle exec derailed exec perf:objects) + stdout, stderr, status = Open3.capture3(cmd) + fail "Unable to benchmark objects\n#{stderr}" unless status.success? + puts stdout.split("\n")[0..4].join("\n") + puts +end + +def bm_ips(name, path) + puts "#{name}: IPS".bold + puts + cmd = %(#{bm_common_env} TEST_COUNT=1_000 PATH_TO_HIT="#{path}" bundle exec derailed exec perf:ips) + stdout, stderr, status = Open3.capture3(cmd) + fail "Unable to benchmark IPS\n#{stderr}" unless status.success? + puts stdout + puts +end + +def bm_path(name, path) + bm_objects(name, path) + bm_ips(name, path) +end + +def fake_api_dir + @fake_api_dir ||= File.expand_path('../spec/support/fake_api', __dir__) +end + +def start_fake_api + _stdout, stderr, status = Open3.capture3("docker-compose -f #{fake_api_dir}/docker-compose.yml up -d") + fail "Unable to start Docker fake API\n#{stderr}" unless status.success? +end + +def stop_fake_api + _stdout, stderr, status = Open3.capture3("docker-compose -f #{fake_api_dir}/docker-compose.yml down") + fail "Unable to stop Docker fake API\n#{stderr}" unless status.success? +end + +def with_fake_api + start_fake_api + yield + stop_fake_api +end + +with_fake_api do + bm_gems + bm_path('Search results page', '/en/search?q=') + bm_path('Record page', '/en/record/123/abc.html') +end diff --git a/spec/support/fake_api/conf.d/default.conf b/spec/support/fake_api/conf.d/default.conf new file mode 100644 index 000000000..da372ddd1 --- /dev/null +++ b/spec/support/fake_api/conf.d/default.conf @@ -0,0 +1,12 @@ +server { + listen 80; + server_name localhost; + + rewrite ^/api/v2/record/ /record.json last; + rewrite ^/api/v2/search.json /search.json last; + + location / { + root /usr/share/nginx/html; + index index.html index.htm; + } +} diff --git a/spec/support/fake_api/data/record.json b/spec/support/fake_api/data/record.json new file mode 100644 index 000000000..771f08935 --- /dev/null +++ b/spec/support/fake_api/data/record.json @@ -0,0 +1 @@ +{"apikey":"api2demo","success":true,"statsDuration":400,"requestNumber":999,"object":{"proxies":[{"about":"/proxy/provider/09102/_GNM_693983","dcCoverage":{"def":["http://www.geonames.org/2954172"]},"dcCreator":{"def":["http://www.mimo-db.eu/InstrumentMaker/Person/3149","Stein"]},"dcDate":{"def":["1788"]},"dcDescription":{"de":["Umfang: F1 - f3. Prellmechanik. Durchgehend zweichöriger Saitenbezug. Zwei miteinander verbundene Kniehebel zur Aufhebung der Dämpfung.","Gleim, Elfried: Hammerflügel bis ca. 1825 im Germanischen Nationalmuseum. Beschreibender Katalog, Wilhelmshaven 2012, S. 91-95.; Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"dcSubject":{"def":["Musical Instruments"]},"dcTitle":{"de":["Hammerflügel"]},"dcType":{"def":["http://www.mimo-db.eu/InstrumentsKeywords/2284"]},"proxyIn":["/aggregation/provider/09102/_GNM_693983"],"proxyFor":"/item/09102/_GNM_693983","edmType":"IMAGE","europeanaProxy":false},{"about":"/proxy/europeana/09102/_GNM_693983","dcDate":{"def":["http://semium.org/time/17xx_2_half","http://semium.org/time/1788","http://semium.org/time/17xx"]},"proxyIn":["/aggregation/europeana/09102/_GNM_693983"],"proxyFor":"/item/09102/_GNM_693983","edmType":"IMAGE","europeanaProxy":true}],"aggregations":[{"about":"/aggregation/provider/09102/_GNM_693983","edmDataProvider":{"def":["Germanisches Nationalmuseum"]},"edmIsShownBy":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787057222_2.jpg","edmIsShownAt":"https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fwww.mimo-db.eu%2FGNM%2F693983&provider=MIMO+-+Musical+Instrument+Museums+Online&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F09102%2F_GNM_693983&profile=full","edmObject":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787057222_2.jpg","edmProvider":{"def":["MIMO - Musical Instrument Museums Online"]},"edmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"edmUgc":"false","hasView":["http://www.mimo-db.eu/media/GNM/VIDEO/MIR1097_Daempfer_Stein.avi","http://www.mimo-db.eu/media/GNM/VIDEO/MI_669_nMIR1097_PrellzM_GNM.avi","http://www.mimo-db.eu/media/GNM/AUDIO/MIR_1097_Stein_54s_01.mp3","http://www.mimo-db.eu/media/GNM/AUDIO/MIR_1097_Stein_124s_01.mp3","http://www.mimo-db.eu/media/GNM/AUDIO/MIR_1097_Stein_126s_02.mp3","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787057222_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787078144_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787104488_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919650555_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919672164_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919693759_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919715603_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919737322_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919901373_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919925999_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919939578_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919953578_2.jpg","http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919967578_2.jpg"],"aggregatedCHO":"/item/09102/_GNM_693983","webResources":[{"about":"http://www.mimo-db.eu/GNM/693983","textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA."},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919715603_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":122707,"ebucoreWidth":800,"ebucoreHeight":600,"edmHasColorSpace":"sRGB","edmComponentColor":["#E6E6FA","#F5F5F5","#FAF0E6","#F5F5DC","#DCDCDC","#F0FFF0"],"ebucoreOrientation":"landscape"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919953578_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":363080,"ebucoreWidth":532,"ebucoreHeight":800,"edmHasColorSpace":"sRGB","edmComponentColor":["#BDB76B","#BC8F8F","#696969","#808080","#A0522D","#CD853F"],"ebucoreOrientation":"portrait"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919672164_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":123635,"ebucoreWidth":800,"ebucoreHeight":600,"edmHasColorSpace":"sRGB","edmComponentColor":["#FFFFFF","#2F4F4F","#696969","#8B4513","#556B2F","#A0522D"],"ebucoreOrientation":"landscape"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787078144_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":188953,"ebucoreWidth":606,"ebucoreHeight":800,"edmHasColorSpace":"sRGB","edmComponentColor":["#DCDCDC","#D3D3D3","#E6E6FA","#C0C0C0","#F5F5DC","#FAF0E6"],"ebucoreOrientation":"portrait"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787104488_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":176176,"ebucoreWidth":591,"ebucoreHeight":800,"edmHasColorSpace":"sRGB","edmComponentColor":["#DCDCDC","#D3D3D3","#E6E6FA","#FAF0E6","#F5F5DC","#C0C0C0"],"ebucoreOrientation":"portrait"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919925999_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":379617,"ebucoreWidth":800,"ebucoreHeight":610,"edmHasColorSpace":"sRGB","edmComponentColor":["#696969","#A0522D","#808080","#2F4F4F","#CD853F","#556B2F"],"ebucoreOrientation":"landscape"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1279787057222_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":221179,"ebucoreWidth":600,"ebucoreHeight":800,"edmHasColorSpace":"sRGB","edmComponentColor":["#DCDCDC","#D3D3D3","#C0C0C0","#8B4513","#800000","#556B2F"],"ebucoreOrientation":"portrait"},{"webResourceDcRights":{"def":["Copyright: GNM, 2000"]},"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/VIDEO/MI_669_nMIR1097_PrellzM_GNM.avi","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"video/x-msvideo","ebucoreFileByteSize":6887424,"ebucoreDuration":"4200","ebucoreWidth":640,"ebucoreHeight":512,"edmCodecName":"rawvideo","ebucoreOrientation":"landscape","ebucoreFrameRate":5.0},{"webResourceDcRights":{"def":["Copyright: Atma Classique, 2004"]},"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/AUDIO/MIR_1097_Stein_124s_01.mp3","textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"audio/mpeg","ebucoreFileByteSize":3999902,"ebucoreAudioChannelNumber":2,"ebucoreDuration":"124996","ebucoreSampleSize":16,"ebucoreSampleRate":44100,"ebucoreBitRate":256000},{"webResourceDcRights":{"def":["Copyright: Delta Music GmbH, Frechen / Bayerischer Rundfunk 2002"]},"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/AUDIO/MIR_1097_Stein_54s_01.mp3","textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"audio/mpeg","ebucoreFileByteSize":1753789,"ebucoreAudioChannelNumber":2,"ebucoreDuration":"54805","ebucoreSampleSize":16,"ebucoreSampleRate":44100,"ebucoreBitRate":256000},{"webResourceDcRights":{"def":["Copyright: Atma Classique, 2004"]},"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/AUDIO/MIR_1097_Stein_126s_02.mp3","textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA."},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919693759_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":292921,"ebucoreWidth":800,"ebucoreHeight":600,"edmHasColorSpace":"sRGB","edmComponentColor":["#DCDCDC","#2F4F4F","#E6E6FA","#696969","#D3D3D3","#A0522D"],"ebucoreOrientation":"landscape"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919737322_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":207531,"ebucoreWidth":800,"ebucoreHeight":600,"edmHasColorSpace":"sRGB","edmComponentColor":["#E6E6FA","#F5F5DC","#DCDCDC","#FAF0E6","#F5F5F5","#F0FFF0"],"ebucoreOrientation":"landscape"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919967578_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":224428,"ebucoreWidth":800,"ebucoreHeight":532,"edmHasColorSpace":"sRGB","edmComponentColor":["#FFFFFF","#BDB76B","#D2B48C","#696969","#2F4F4F","#CD853F"],"ebucoreOrientation":"landscape"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919650555_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":122155,"ebucoreWidth":800,"ebucoreHeight":600,"edmHasColorSpace":"sRGB","edmComponentColor":["#FFFFFF","#2F4F4F","#8B4513","#696969","#556B2F","#A0522D"],"ebucoreOrientation":"landscape"},{"webResourceDcRights":{"def":["Copyright: GNM, 2010"]},"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/VIDEO/MIR1097_Daempfer_Stein.avi","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"video/x-msvideo","ebucoreFileByteSize":11495740,"ebucoreDuration":"13999","ebucoreWidth":640,"ebucoreHeight":424,"edmCodecName":"mjpeg","ebucoreOrientation":"landscape","ebucoreFrameRate":24.0003840061441},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919939578_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":370684,"ebucoreWidth":532,"ebucoreHeight":800,"edmHasColorSpace":"sRGB","edmComponentColor":["#808080","#696969","#BDB76B","#BC8F8F","#2F4F4F","#A0522D"],"ebucoreOrientation":"portrait"},{"webResourceEdmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"about":"http://www.mimo-db.eu/media/GNM/IMAGE/MIR1097_1289919901373_2.jpg","dcDescription":{"de":["Umfang: F1 - f3","Latcham, Michael: The pianos of Johann Andreas Stein. In: Zur Geschichte des Hammerklaviers. 14. Musikinstrumentenbau-Symposium in Michaelstein am 12. und 13. November 1993. Michaelstein 1996, S. 15-49."]},"textAttributionSnippet":"(de) Hammerflügel - https://www.europeana.eu/portal/record/09102/_GNM_693983.html. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum - http://www.mimo-db.eu/GNM/693983. CC BY-NC-SA - http://creativecommons.org/licenses/by-nc-sa/3.0/","htmlAttributionSnippet":"Hammerflügel. http://www.mimo-db.eu/InstrumentMaker/Person/3149; Stein. Germanisches Nationalmuseum. CC BY-NC-SA.","ebucoreHasMimeType":"image/jpeg","ebucoreFileByteSize":325748,"ebucoreWidth":800,"ebucoreHeight":600,"edmHasColorSpace":"sRGB","edmComponentColor":["#DCDCDC","#696969","#E6E6FA","#2F4F4F","#A0522D","#CD853F"],"ebucoreOrientation":"landscape"}]}],"about":"/09102/_GNM_693983","providedCHOs":[{"about":"/item/09102/_GNM_693983"}],"europeanaAggregation":{"about":"/aggregation/europeana/09102/_GNM_693983","aggregatedCHO":"/item/09102/_GNM_693983","dcCreator":{"def":["Europeana"]},"edmCountry":{"def":["Europe"]},"edmLanguage":{"def":["mul"]},"edmRights":{"def":["http://creativecommons.org/licenses/by-nc-sa/3.0/"]},"edmPreview":"https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=http%3A%2F%2Fwww.mimo-db.eu%2Fmedia%2FGNM%2FIMAGE%2FMIR1097_1279787057222_2.jpg&type=IMAGE","edmLandingPage":"https://www.europeana.eu/portal/record/09102/_GNM_693983.html"},"europeanaCollectionName":["09102_Ag_EU_MIMO_ESE"],"timespans":[{"about":"http://semium.org/time/17xx_4_quarter","prefLabel":{"ru":["4-я четверть 18-го века"],"en":["4 quarter of the 18th century"],"fr":["4e quart 18e siècle"]},"begin":{"def":["Mon Jan 01 01:00:00 CET 1776"]},"end":{"def":["Wed Dec 31 01:00:00 CET 1800"]},"isPartOf":{"def":["def"]}},{"about":"http://semium.org/time/17xx_2_half","prefLabel":{"ru":["Вторая половина 18-го века"],"en":["Second half of the 18th century"],"fr":["18e (fin)"]},"begin":{"def":["Fri Jan 01 01:00:00 CET 1751"]},"end":{"def":["Thu Dec 31 01:00:00 CET 1801"]},"isPartOf":{"def":["def"]}},{"about":"http://semium.org/time/AD2xxx","prefLabel":{"en":["Second millenium AD","Second millenium AD, years 1001-2000"],"fr":["2e millénaire après J.-C."]},"isPartOf":{"def":["def"]}},{"about":"http://semium.org/time/1788","prefLabel":{"def":["1788"]},"begin":{"def":["Tue Jan 01 01:00:00 CET 1788"]},"end":{"def":["Wed Dec 31 01:00:00 CET 1788"]},"isPartOf":{"def":["def"]}},{"about":"http://semium.org/time/ChronologicalPeriod","prefLabel":{"en":["Chronological period"]},"isPartOf":{"def":["def"]}},{"about":"http://semium.org/time/17xx","prefLabel":{"ru":["18й век"],"def":["18..","18??","18e"],"en":["18-th","18th","18th century"],"fr":["18e siècle"],"nl":["18de eeuw"]},"begin":{"def":["Sat Jan 01 01:00:00 CET 1701"]},"end":{"def":["Wed Dec 31 01:00:00 CET 1800"]},"isPartOf":{"def":["def"]}},{"about":"http://semium.org/time/Time","prefLabel":{"en":["Time"]}}],"concepts":[{"about":"http://www.mimo-db.eu/InstrumentsKeywords/2284","prefLabel":{"de":["Hammerflügel"],"sv":["Flygel"],"def":["Grand pianoforte"],"en":["Grand pianoforte"],"it":["Pianoforte a coda"],"fr":["Piano à queue"],"nl":["Vleugelpiano"]},"broader":["http://www.mimo-db.eu/InstrumentsKeywords/2273"],"related":["http://www.mimo-db.eu/HornbostelAndSachs/6458"]}],"edmDatasetName":["09102_Ag_EU_MIMO_ESE"],"type":"IMAGE","timestamp_created_epoch":1385134402537,"timestamp_update_epoch":1385134402537,"timestamp_created":"2013-11-22T15:33:22.537Z","timestamp_update":"2013-11-22T15:33:22.537Z"}} \ No newline at end of file diff --git a/spec/support/fake_api/data/search.json b/spec/support/fake_api/data/search.json new file mode 100644 index 000000000..4f307fd3a --- /dev/null +++ b/spec/support/fake_api/data/search.json @@ -0,0 +1 @@ +{"apikey":"api2demo","success":true,"requestNumber":999,"params":{"f.COLOURPALETTE.facet.limit":20,"f.COUNTRY.facet.limit":50,"f.DATA_PROVIDER.facet.limit":50,"f.LANGUAGE.facet.limit":50,"f.PROVIDER.facet.limit":50,"facet":"TYPE,IMAGE_COLOUR,COLOURPALETTE,IMAGE_ASPECTRATIO,IMAGE_SIZE,SOUND_DURATION,SOUND_HQ,TEXT_FULLTEXT,VIDEO_DURATION,VIDEO_HD,MIME_TYPE,MEDIA,THUMBNAIL,REUSABILITY,RIGHTS,COUNTRY,LANGUAGE,PROVIDER,DATA_PROVIDER","hit.fl":"fulltext.*","hit.selectors":1,"profile":"params rich facets hits","query":"*:*","rows":12,"sort":"","start":1},"itemsCount":12,"totalResults":58059821,"items":[{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_60124","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Φωτογραφία"],"en":["Photo"]},"dcDescriptionLangAware":{"el":["Απεικόνιση: φωτογραφία"]},"dcSubjectLangAware":{"el":["Χουρμούζη Φωτεινή Μιλτιάδης","φωτογραφία"],"en":["Chourmouzi Foteini Miltiadis"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/fwtografia"],"el":["Εικόνα"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/93138/2244.jpg"],"dcDescription":["Απεικόνιση: φωτογραφία"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/fwtografia"],"edmConceptLabel":[{"def":"Φωτογραφία"},{"def":"Photo"}],"edmTimespan":["http://semantics.gr/authorities/historical-periods/Reign-of-King-George-I"],"edmTimespanLabel":[{"def":"Βασιλεία Γεωργίου Α'"},{"def":"Reign of King George I"}],"dcCreator":["Καργόπουλος Β."],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_60124&type=IMAGE"],"edmTimespanLabelLangAware":{"el":["Βασιλεία Γεωργίου Α'"],"en":["Reign of King George I"]},"previewNoDistribute":false,"title":["Χουρμούζη Φωτεινή","Chourmouzi Foteini"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Χουρμούζη Φωτεινή"],"en":["Chourmouzi Foteini"]},"dcCreatorLangAware":{"el":["Καργόπουλος Β."]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F60124&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_60124&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405585501,"year":["1898"],"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_60124.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_60124.json?wskey=api2demo","timestamp_created_epoch":1548405584247,"timestamp_update_epoch":1548405584247,"timestamp_created":"2019-01-25T08:39:44.247Z","timestamp_update":"2019-01-25T08:39:44.247Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_painters_000083_10442_86341","ugc":[false],"completeness":6,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Έργο θρησκευτικής τέχνης"],"en":["Religious visual works"]},"dcDescriptionLangAware":{"el":["Στοιχείο: Καθολικό Μονής Σταυρονικήτα Λιτή"],"en":["Description:Katholikon of Stavronikita Monastery (Liti)","Description:Athos"]},"dcSubjectLangAware":{"el":["Αγιογραφία"],"en":["Hagiography"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/Religious-visual-works"],"el":["Έργο τέχνης"],"en":["Work of art"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/6568/0582.jpg"],"dcDescription":["Στοιχείο: Καθολικό Μονής Σταυρονικήτα Λιτή","Description:Katholikon of Stavronikita Monastery (Liti)","Description:Athos"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/Religious-visual-works"],"edmConceptLabel":[{"def":"Έργο θρησκευτικής τέχνης"},{"def":"Religious visual works"}],"edmTimespan":["http://semantics.gr/authorities/historical-periods/othwmanikh-periodos"],"edmTimespanLabel":[{"def":"Οθωμανική περίοδος"},{"def":"Ottoman Period"}],"dcCreator":["Στρελίτζας-Μπαθάς Θεοφάνης","Strelitzas-Bathas Theofanis"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_painters%2F000083-10442_86341&type=IMAGE"],"edmTimespanLabelLangAware":{"el":["Οθωμανική περίοδος"],"en":["Ottoman Period"]},"previewNoDistribute":false,"title":["Χριστός (Δέηση)","Christ (Deesis)"],"europeanaCompleteness":6,"dcTitleLangAware":{"el":["Χριστός (Δέηση)"],"en":["Christ (Deesis)"]},"dcCreatorLangAware":{"el":["Στρελίτζας-Μπαθάς Θεοφάνης"],"en":["Strelitzas-Bathas Theofanis"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F86341&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_painters_000083_10442_86341&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405584194,"year":["1545","1546"],"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_painters_000083_10442_86341.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_painters_000083_10442_86341.json?wskey=api2demo","timestamp_created_epoch":1548405582922,"timestamp_update_epoch":1548405582922,"timestamp_created":"2019-01-25T08:39:42.922Z","timestamp_update":"2019-01-25T08:39:42.922Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76675","ugc":[false],"completeness":9,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Νόμισμα","Αρχαιολογικό αντικείμενο"],"en":["Coin","Archaeological object"]},"dcDescriptionLangAware":{"el":["Οπισθότυπος: Αγένειος γυμνός ιππέας που καλπάζει προς τα αρ.","Υποδιαίρεση: Α","Βασιλεύς: Φίλιππος Β'","Επιγραφή: ΦΙΛΙΠΠΟΥ","Εμπροσθότυπος: Αγένειος ανδρική κεφαλή με ταινία αρ."],"en":["Ruler: Philip II","RevDescription: Young naked rider on horse galloping l.","ObvDescription: Young male head wearing tainia l.","Denomination: A","Inscription: ΦΙΛΙΠΠΟΥ"]},"dcSubjectLangAware":{"el":["Νομίσματα","Μακεδονικά νομίσματα"],"en":["Macedonian coinage","Coins"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/arxaiologiko-eyrhma","http://semantics.gr/authorities/ekt-item-types/nomisma"],"el":["Νόμισμα"],"en":["Coin"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/bitstream/10442/76675/1/003-000288.jpg"],"dcDescription":["Οπισθότυπος: Αγένειος γυμνός ιππέας που καλπάζει προς τα αρ.","Υποδιαίρεση: Α","Βασιλεύς: Φίλιππος Β'","Επιγραφή: ΦΙΛΙΠΠΟΥ","Εμπροσθότυπος: Αγένειος ανδρική κεφαλή με ταινία αρ.","Ruler: Philip II","RevDescription: Young naked rider on horse galloping l.","ObvDescription: Young male head wearing tainia l.","Denomination: A","Inscription: ΦΙΛΙΠΠΟΥ"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/arxaiologiko-eyrhma","http://semantics.gr/authorities/ekt-item-types/nomisma"],"edmConceptLabel":[{"def":"Αρχαιολογικό αντικείμενο"},{"def":"Νόμισμα"},{"def":"Archaeological object"},{"def":"Coin"}],"edmTimespan":["http://semantics.gr/authorities/historical-periods/ysterh-klasikh-periodos"],"edmTimespanLabel":[{"def":"Ύστερη Κλασική περίοδος"},{"def":"Late Classical Period"}],"dcCreator":["Μακεδονικό βασίλειο, Βασιλιάς Φίλιππος Β'","Macedonian kingdom, under ruler Philip II"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektiscoins%2F000079-10442_76675&type=IMAGE"],"edmTimespanLabelLangAware":{"el":["Ύστερη Κλασική περίοδος"],"en":["Late Classical Period"]},"previewNoDistribute":false,"title":["Χάλκινο νόμισμα Μακεδονικού βασιλείου, Βασιλιάς: Φίλιππος Β'","Bronze coin of the Macedonian kingdom, Ruler: Philip II"],"europeanaCompleteness":9,"dcTitleLangAware":{"el":["Χάλκινο νόμισμα Μακεδονικού βασιλείου, Βασιλιάς: Φίλιππος Β'"],"en":["Bronze coin of the Macedonian kingdom, Ruler: Philip II"]},"dcCreatorLangAware":{"el":["Μακεδονικό βασίλειο, Βασιλιάς Φίλιππος Β'"],"en":["Macedonian kingdom, under ruler Philip II"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F76675&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76675&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405582866,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76675.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76675.json?wskey=api2demo","timestamp_created_epoch":1548405581501,"timestamp_update_epoch":1548405581501,"timestamp_created":"2019-01-25T08:39:41.501Z","timestamp_update":"2019-01-25T08:39:41.501Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76237","ugc":[false],"completeness":9,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Νόμισμα","Αρχαιολογικό αντικείμενο"],"en":["Coin","Archaeological object"]},"dcDescriptionLangAware":{"el":["Υποδιαίρεση: Α","Εμπροσθότυπος: Αγένειος κεφαλή Ηρακλέους με δορά λιονταριού δ.","Οπισθότυπος: Λιοντάρι καθισμένο δ.","Επιγραφή: ΚΑΣΣΑΝΔΡΟΥ","Βασιλεύς: Κάσσανδρος"],"en":["Ruler: Cassander","Inscription: ΚΑΣΣΑΝΔΡΟΥ","RevDescription: Lion reclining r.","Denomination: A","ObvDescription: Beardless head of Herakles wearing lion's skin r."]},"dcSubjectLangAware":{"el":["Νομίσματα","Μακεδονικά νομίσματα"],"en":["Macedonian coinage","Coins"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/arxaiologiko-eyrhma","http://semantics.gr/authorities/ekt-item-types/nomisma"],"el":["Νόμισμα"],"en":["Coin"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/bitstream/10442/76237/1/003-001138.jpg"],"dcDescription":["Υποδιαίρεση: Α","Εμπροσθότυπος: Αγένειος κεφαλή Ηρακλέους με δορά λιονταριού δ.","Οπισθότυπος: Λιοντάρι καθισμένο δ.","Επιγραφή: ΚΑΣΣΑΝΔΡΟΥ","Βασιλεύς: Κάσσανδρος","Ruler: Cassander","Inscription: ΚΑΣΣΑΝΔΡΟΥ","RevDescription: Lion reclining r.","Denomination: A","ObvDescription: Beardless head of Herakles wearing lion's skin r."],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/arxaiologiko-eyrhma","http://semantics.gr/authorities/ekt-item-types/nomisma"],"edmConceptLabel":[{"def":"Αρχαιολογικό αντικείμενο"},{"def":"Νόμισμα"},{"def":"Archaeological object"},{"def":"Coin"}],"edmTimespan":["http://semantics.gr/authorities/historical-periods/prwimh-ellhnistikh-periodos"],"edmTimespanLabel":[{"def":"Πρώιμη Ελληνιστική περίοδος"},{"def":"Early Hellenistic Period"}],"dcCreator":["Μακεδονικό βασίλειο, Βασιλιάς Κάσσανδρος","Macedonian kingdom, under ruler Cassander"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektiscoins%2F000079-10442_76237&type=IMAGE"],"edmTimespanLabelLangAware":{"el":["Πρώιμη Ελληνιστική περίοδος"],"en":["Early Hellenistic Period"]},"previewNoDistribute":false,"title":["Χάλκινο νόμισμα Μακεδονικού βασιλείου, Βασιλιάς: Κάσσανδρος","Bronze coin of the Macedonian kingdom, Ruler: Cassander"],"europeanaCompleteness":9,"dcTitleLangAware":{"el":["Χάλκινο νόμισμα Μακεδονικού βασιλείου, Βασιλιάς: Κάσσανδρος"],"en":["Bronze coin of the Macedonian kingdom, Ruler: Cassander"]},"dcCreatorLangAware":{"el":["Μακεδονικό βασίλειο, Βασιλιάς Κάσσανδρος"],"en":["Macedonian kingdom, under ruler Cassander"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F76237&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76237&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405581448,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76237.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektiscoins_000079_10442_76237.json?wskey=api2demo","timestamp_created_epoch":1548405580072,"timestamp_update_epoch":1548405580072,"timestamp_created":"2019-01-25T08:39:40.072Z","timestamp_update":"2019-01-25T08:39:40.072Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_66916","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmPlaceAltLabelLangAware":{"def":["GR","Grece","Grecia","Griechenland","Hellas","Kingdom of Hella","Afini","Atene","Athen","Athenai","Athinia","Athénes","Athína","Αθήνα"]},"dcSubjectLangAware":{"el":["Παναγιωτόπουλος Ιωάννης Μιχαήλ","Συγγραφέας"],"en":["Writer","Panagiotopoulos Ioannis Michail"]},"dcTypeLangAware":{"el":["Αναπαραγωγή έργου τέχνης"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/120296/p66.jpg"],"edmPlaceLabel":[{"def":"ग्रीस"},{"def":"يونان"},{"def":"یونان"},{"def":"Grécia"},{"def":"Atenas"},{"def":"Hellenic Republic"},{"def":"Athens"},{"def":"Nomarchía Athínas"},{"def":"Dimos Athens"},{"def":"Grčka"},{"def":"Atena"},{"def":"Görögország"},{"def":"Athén"},{"def":"Հունաստան"},{"def":"Աթենք"},{"def":"Orílẹ́ède Geriisi"},{"def":"Grecia"},{"def":"Yunani"},{"def":"Athena"},{"def":"Kota Athena"},{"def":"Grisya"},{"def":"Athina"},{"def":"Griekeland"},{"def":"Grekia"},{"def":"Athina"},{"def":"Grikkland"},{"def":"Aþena"},{"def":"Greekman"},{"def":"Grecia"},{"def":"Atene"},{"def":"ግሪክ"},{"def":"Grezia"},{"def":"Atenas"},{"def":"希腊"},{"def":"雅典"},{"def":"اليونان"},{"def":"يونان"},{"def":"أثينا"},{"def":"ギリシャ"},{"def":"ギリシャ共和国"},{"def":"アテネ"},{"def":"Yunanıstan"},{"def":"Afina"},{"def":"i-Greece"},{"def":"Grezia"},{"def":"Ubugereki"},{"def":"Grecia"},{"def":"Гречия"},{"def":"Atena"},{"def":"Грэцыя"},{"def":"Атэны"},{"def":"Греция"},{"def":"Афины"},{"def":"Гърция"},{"def":"Атина"},{"def":"Gɛrɛsi"},{"def":"গ্রিস"},{"def":"গ্রীস্"},{"def":"གྷི་རཱི་སི།"},{"def":"Gres"},{"def":"Aten"},{"def":"Grčka"},{"def":"Atena"},{"def":"Atina"},{"def":"Greika"},{"def":"Gerêsi"},{"def":"საბერძნეთი"},{"def":"ათენი"},{"def":"ග්‍රීසිය"},{"def":"Grécko"},{"def":"Atény"},{"def":"Grčija"},{"def":"Atene"},{"def":"Greece"},{"def":"Giriig"},{"def":"Ugiriki"},{"def":"Grècia"},{"def":"Atenes"},{"def":"Greqi"},{"def":"Greqia"},{"def":"Athina"},{"def":"Грчка"},{"def":"Atina"},{"def":"Атина"},{"def":"Грекия"},{"def":"Grækenlandi"},{"def":"ក្រិច"},{"def":"ಗ್ರೀಸ್"},{"def":"Grekland"},{"def":"Aten"},{"def":"그리스"},{"def":"아테네"},{"def":"아테네 시"},{"def":"Ugiriki"},{"def":"Athens"},{"def":"Yewnanistan"},{"def":"یۆنان"},{"def":"Pow Grek"},{"def":"கிரீஸ்"},{"def":"ஏதென்ஸ்"},{"def":"Řecko"},{"def":"Athény"},{"def":"గ్రీస్"},{"def":"Юнон"},{"def":"กรีซ"},{"def":"ประเทศกรีซ"},{"def":"เอเธนส์"},{"def":"ግሪክ"},{"def":"Graecia"},{"def":"Athenae"},{"def":"Gwlad Groeg"},{"def":"Griicheland"},{"def":"Athen"},{"def":"Gresya"},{"def":"Athína"},{"def":"Lungsod ng Athína"},{"def":"Kalisi"},{"def":"Bugereeki/Buyonaani"},{"def":"Grækenland"},{"def":"Athen"},{"def":"Griekeland"},{"def":"Yunanistan"},{"def":"Atina"},{"def":"Griechenland"},{"def":"Athen"},{"def":"Geleki"},{"def":"ກິຼກ"},{"def":"Graikija"},{"def":"Atėnai"},{"def":"Ngeleka"},{"def":"Grieķija"},{"def":"Atēnas"},{"def":"گرېتسىيە"},{"def":"ئافېنا"},{"def":"གིརིསི"},{"def":"Греція"},{"def":"Афіни"},{"def":"Gresy"},{"def":"یونان"},{"def":"Грција"},{"def":"Атина"},{"def":"ഗ്രീസ്"},{"def":"Grisi nutome"},{"def":"ग्रीस"},{"def":"अथेन्स"},{"def":"Yunani"},{"def":"Greċja"},{"def":"Ellinikí Dhimokratía"},{"def":"Ellinikí Dimokratía"},{"def":"Elláda"},{"def":"Ellás"},{"def":"Vasilion tis Ellados"},{"def":"Ελλάδα"},{"def":"Ελλάς"},{"def":"Ελληνική Δημοκρατία"},{"def":"Athínai"},{"def":"Αθήνα"},{"def":"Αθήναι"},{"def":"Αθηνα"},{"def":"Αθηναι"},{"def":"Athína"},{"def":"Nomarchía Athinón"},{"def":"Αθήνα"},{"def":"Νομαρχία Αθήνας"},{"def":"Νομαρχία Αθηνών"},{"def":"Αθήνα"},{"def":"Αθήναι"},{"def":"Αθηναίων"},{"def":"Greece"},{"def":"Hellenic Republic"},{"def":"Athens"},{"def":"Athens"},{"def":"Grekio"},{"def":"Grekujo"},{"def":"Ateno"},{"def":"Atenoj"},{"def":"ဂရိ"},{"def":"Grecia"},{"def":"Atenas"},{"def":"Kreeka"},{"def":"Ateena"},{"def":"Grezia"},{"def":"Atenas"},{"def":"Hy Lạp"},{"def":"Grit"},{"def":"Hellas"},{"def":"Greece"},{"def":"ग्रिश"},{"def":"यूनान"},{"def":"Grikän"},{"def":"Aten"},{"def":"یونان"},{"def":"آتن"},{"def":"Griekenland"},{"def":"Athene"},{"def":"Hellas"},{"def":"Aten"},{"def":"Gerees"},{"def":"Hellas"},{"def":"Athen"},{"def":"Kreikka"},{"def":"Ateena"},{"def":"Grikkaland"},{"def":"Athen"},{"def":"Grèce"},{"def":"Athènes"},{"def":"Grikelân"},{"def":"Atene"},{"def":"Grècia"},{"def":"Atenas"},{"def":"An Ghréig"},{"def":"An Aithin"},{"def":"A Ghrèig"},{"def":"ଗ୍ରୀସ୍"},{"def":"Грекъ"},{"def":"Grecia"},{"def":"Grecia - Ελλάδα"},{"def":"Atenas - Αθήνα"},{"def":"ગ્રીસ"},{"def":"Girka"},{"def":"Grecja"},{"def":"Ateny"},{"def":"יוון"},{"def":"אתונה"},{"def":"Аѳины"}],"edmPlaceLatitude":["39.0","37.97945","37.96667","37.98888"],"edmPlaceLongitude":["22.0","23.71622","23.75","23.73604"],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_66916&type=IMAGE"],"edmPlaceLabelLangAware":{"hi":["ग्रीस"],"ps":["يونان","یونان"],"pt":["Grécia","Atenas"],"def":["Hellenic Republic","Athens","Nomarchía Athínas","Dimos Athens"],"hr":["Grčka","Atena"],"hu":["Görögország","Athén"],"hy":["Հունաստան","Աթենք"],"yo":["Orílẹ́ède Geriisi"],"ia":["Grecia"],"id":["Yunani","Athena","Kota Athena"],"qu":["Grisya","Athina"],"af":["Griekeland"],"io":["Grekia","Athina"],"is":["Grikkland","Aþena"],"ak":["Greekman"],"it":["Grecia","Atene"],"am":["ግሪክ"],"an":["Grezia","Atenas"],"zh":["希腊","雅典"],"ar":["اليونان","يونان","أثينا"],"ja":["ギリシャ","ギリシャ共和国","アテネ"],"az":["Yunanıstan","Afina"],"zu":["i-Greece"],"rm":["Grezia"],"rn":["Ubugereki"],"ro":["Grecia","Гречия","Atena"],"be":["Грэцыя","Атэны"],"ru":["Греция","Афины"],"bg":["Гърция","Атина"],"bm":["Gɛrɛsi"],"bn":["গ্রিস","গ্রীস্"],"bo":["གྷི་རཱི་སི།"],"br":["Gres","Aten"],"bs":["Grčka","Atena","Atina"],"se":["Greika"],"sg":["Gerêsi"],"ka":["საბერძნეთი","ათენი"],"si":["ග්‍රීසිය"],"sk":["Grécko","Atény"],"sl":["Grčija","Atene"],"sn":["Greece"],"so":["Giriig"],"ki":["Ugiriki"],"ca":["Grècia","Atenes"],"sq":["Greqi","Greqia","Athina"],"sr":["Грчка","Atina","Атина"],"kk":["Грекия"],"kl":["Grækenlandi"],"km":["ក្រិច"],"kn":["ಗ್ರೀಸ್"],"sv":["Grekland","Aten"],"ko":["그리스","아테네","아테네 시"],"sw":["Ugiriki","Athens"],"ku":["Yewnanistan","یۆنان"],"kw":["Pow Grek"],"ta":["கிரீஸ்","ஏதென்ஸ்"],"cs":["Řecko","Athény"],"te":["గ్రీస్"],"cu":["Аѳины"],"tg":["Юнон"],"th":["กรีซ","ประเทศกรีซ","เอเธนส์"],"ti":["ግሪክ"],"la":["Graecia","Athenae"],"cy":["Gwlad Groeg"],"lb":["Griicheland","Athen"],"tl":["Gresya","Athína","Lungsod ng Athína"],"to":["Kalisi"],"lg":["Bugereeki/Buyonaani"],"da":["Grækenland","Athen"],"li":["Griekeland"],"tr":["Yunanistan","Atina"],"de":["Griechenland","Athen"],"ln":["Geleki"],"lo":["ກິຼກ"],"lt":["Graikija","Atėnai"],"lu":["Ngeleka"],"lv":["Grieķija","Atēnas"],"ug":["گرېتسىيە","ئافېنا"],"dz":["གིརིསི"],"uk":["Греція","Афіни"],"mg":["Gresy"],"ur":["یونان"],"mk":["Грција","Атина"],"ml":["ഗ്രീസ്"],"ee":["Grisi nutome"],"mr":["ग्रीस","अथेन्स"],"ms":["Yunani"],"mt":["Greċja"],"el":["Ellinikí Dhimokratía","Ellinikí Dimokratía","Elláda","Ellás","Vasilion tis Ellados","Ελλάδα","Ελλάς","Ελληνική Δημοκρατία","Athínai","Αθήνα","Αθήναι","Αθηνα","Αθηναι","Athína","Nomarchía Athinón","Αθήνα","Νομαρχία Αθήνας","Νομαρχία Αθηνών","Αθήνα","Αθήναι","Αθηναίων"],"en":["Greece","Hellenic Republic","Athens","Athens"],"eo":["Grekio","Grekujo","Ateno","Atenoj"],"my":["ဂရိ"],"es":["Grecia","Atenas"],"et":["Kreeka","Ateena"],"eu":["Grezia","Atenas"],"vi":["Hy Lạp"],"na":["Grit"],"nb":["Hellas"],"nd":["Greece"],"ne":["ग्रिश","यूनान"],"vo":["Grikän","Aten"],"fa":["یونان","آتن"],"nl":["Griekenland","Athene"],"nn":["Hellas","Aten"],"ff":["Gerees"],"no":["Hellas","Athen"],"fi":["Kreikka","Ateena"],"fo":["Grikkaland","Athen"],"fr":["Grèce","Athènes"],"fy":["Grikelân","Atene"],"oc":["Grècia","Atenas"],"ga":["An Ghréig","An Aithin"],"gd":["A Ghrèig"],"or":["ଗ୍ରୀସ୍"],"os":["Грекъ"],"gl":["Grecia","Grecia - Ελλάδα","Atenas - Αθήνα"],"gu":["ગ્રીસ"],"ha":["Girka"],"pl":["Grecja","Ateny"],"he":["יוון","אתונה"]},"previewNoDistribute":false,"title":["Παναγιωτόπουλος Ιωάννης","Panagiotopoulos Ioannis"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Παναγιωτόπουλος Ιωάννης"],"en":["Panagiotopoulos Ioannis"]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"dctermsSpatial":["Αιτωλικό","Αθήνα","Athens","Aitoliko"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F66916&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_66916&profile=params+rich+facets+hits"],"edmPlace":["http://data.europeana.eu/place/base/87","http://data.europeana.eu/place/base/84257","http://data.europeana.eu/place/base/84645","http://data.europeana.eu/place/base/85095"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405578675,"year":["1901"],"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_66916.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_66916.json?wskey=api2demo","timestamp_created_epoch":1548405577221,"timestamp_update_epoch":1548405577221,"timestamp_created":"2019-01-25T08:39:37.221Z","timestamp_update":"2019-01-25T08:39:37.221Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_67967","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"dcSubjectLangAware":{"el":["Σαπκάς Μιχαήλ"],"en":["Sapkas Michail"]},"dcTypeLangAware":{"el":["Αναπαραγωγή έργου τέχνης"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/124496/9270.jpg"],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_67967&type=IMAGE"],"previewNoDistribute":false,"title":["Σαπκάς Μιχαήλ","Sapkas Michail"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Σαπκάς Μιχαήλ"],"en":["Sapkas Michail"]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F67967&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_67967&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405577417,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_67967.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_67967.json?wskey=api2demo","timestamp_created_epoch":1548405576344,"timestamp_update_epoch":1548405576344,"timestamp_created":"2019-01-25T08:39:36.344Z","timestamp_update":"2019-01-25T08:39:36.344Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_68291","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"dcSubjectLangAware":{"el":["Περραιβός Κώστας"],"en":["Perraivos Kostas"]},"dcTypeLangAware":{"el":["Αναπαραγωγή έργου τέχνης"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/125790/9291.jpg"],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_68291&type=IMAGE"],"previewNoDistribute":false,"title":["Περραιβός Κώστας","Perraivos Kostas"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Περραιβός Κώστας"],"en":["Perraivos Kostas"]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F68291&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_68291&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405577163,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_68291.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_68291.json?wskey=api2demo","timestamp_created_epoch":1548405576090,"timestamp_update_epoch":1548405576090,"timestamp_created":"2019-01-25T08:39:36.090Z","timestamp_update":"2019-01-25T08:39:36.090Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61885","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Φωτογραφία"],"en":["Photo"]},"dcDescriptionLangAware":{"el":["Απεικόνιση αναπαργωγής: κλισέ φωτογραφίας","Απεικόνιση: φωτογραφία"]},"dcSubjectLangAware":{"el":["Έμπορος","Σιφναίος Βάνιας Θεόδωρος","φωτογραφία"],"en":["Sifnaios Vanias Theodoros","Merchant"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/fwtografia"],"el":["Εικόνα"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/100182/7178.jpg"],"dcDescription":["Απεικόνιση αναπαργωγής: κλισέ φωτογραφίας","Απεικόνιση: φωτογραφία"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/fwtografia"],"edmConceptLabel":[{"def":"Φωτογραφία"},{"def":"Photo"}],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_61885&type=IMAGE"],"previewNoDistribute":false,"title":["Σιφναίος Βάνιας","Sifnaios Vanias"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Σιφναίος Βάνιας"],"en":["Sifnaios Vanias"]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F61885&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61885&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405576295,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61885.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61885.json?wskey=api2demo","timestamp_created_epoch":1548405575139,"timestamp_update_epoch":1548405575139,"timestamp_created":"2019-01-25T08:39:35.139Z","timestamp_update":"2019-01-25T08:39:35.139Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_65869","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Ζωγραφική","Αντίγραφο"],"en":["Replica","Painting"]},"edmPlaceAltLabelLangAware":{"def":["GR","Grece","Grecia","Griechenland","Hellas","Kingdom of Hella","Le Pirée","Peiraeus","Peiraieus","Peiraievs","Peiraiá","Piraiévs","Pireo","Piréefs","Afini","Atene","Athen","Athenai","Athinia","Athénes","Athína","Αθήνα"]},"dcDescriptionLangAware":{"el":["Απεικόνιση αναπαργωγής: κλισέ πίνακα","Απεικόνιση: Πίνακας"]},"dcSubjectLangAware":{"el":["πίνακας ζωγραφικής","Λοβέρδος Σπυρίδων","Τραπεζίτης"],"en":["Loverdos Spyridon","Banker"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/zwgrafikh","http://semantics.gr/authorities/ekt-item-types/Replica"],"el":["Αναπαραγωγή έργου τέχνης"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/116110/7824.jpg"],"dcDescription":["Απεικόνιση αναπαργωγής: κλισέ πίνακα","Απεικόνιση: Πίνακας"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/zwgrafikh","http://semantics.gr/authorities/ekt-item-types/Replica"],"edmConceptLabel":[{"def":"Ζωγραφική"},{"def":"Αντίγραφο"},{"def":"Painting"},{"def":"Replica"}],"edmPlaceLabel":[{"def":"ग्रीस"},{"def":"يونان"},{"def":"یونان"},{"def":"Grécia"},{"def":"Pireu"},{"def":"Atenas"},{"def":"Hellenic Republic"},{"def":"Piraeus"},{"def":"Eparchía Peiraiá"},{"def":"Nomarchía Athínas"},{"def":"Dimos Athens"},{"def":"Athens"},{"def":"Dimos Piraeus"},{"def":"Grčka"},{"def":"Pirej"},{"def":"Atena"},{"def":"Görögország"},{"def":"Pireusz"},{"def":"Athén"},{"def":"Հունաստան"},{"def":"Աթենք"},{"def":"Orílẹ́ède Geriisi"},{"def":"Grecia"},{"def":"Yunani"},{"def":"Piraeus"},{"def":"Athena"},{"def":"Kota Athena"},{"def":"Grisya"},{"def":"Athina"},{"def":"Griekeland"},{"def":"Grekia"},{"def":"Athina"},{"def":"Grikkland"},{"def":"Aþena"},{"def":"Greekman"},{"def":"Grecia"},{"def":"Il Pireo"},{"def":"Pireo"},{"def":"Atene"},{"def":"ግሪክ"},{"def":"Grezia"},{"def":"Atenas"},{"def":"希腊"},{"def":"比雷埃夫斯"},{"def":"雅典"},{"def":"اليونان"},{"def":"يونان"},{"def":"بيرايوس"},{"def":"أثينا"},{"def":"ギリシャ"},{"def":"ギリシャ共和国"},{"def":"ピレウス"},{"def":"アテネ"},{"def":"Yunanıstan"},{"def":"Afina"},{"def":"i-Greece"},{"def":"Grezia"},{"def":"Ubugereki"},{"def":"Grecia"},{"def":"Гречия"},{"def":"Pireu"},{"def":"Atena"},{"def":"Грэцыя"},{"def":"Горад Пірэй"},{"def":"Атэны"},{"def":"Греция"},{"def":"Пирей"},{"def":"Афины"},{"def":"Гърция"},{"def":"Пирея"},{"def":"Атина"},{"def":"Gɛrɛsi"},{"def":"গ্রিস"},{"def":"গ্রীস্"},{"def":"གྷི་རཱི་སི།"},{"def":"Gres"},{"def":"Aten"},{"def":"Grčka"},{"def":"Atena"},{"def":"Atina"},{"def":"Greika"},{"def":"Gerêsi"},{"def":"საბერძნეთი"},{"def":"ათენი"},{"def":"ග්‍රීසිය"},{"def":"Grécko"},{"def":"Pireus"},{"def":"Atény"},{"def":"Grčija"},{"def":"Atene"},{"def":"Greece"},{"def":"Giriig"},{"def":"Ugiriki"},{"def":"Grècia"},{"def":"El Pireu"},{"def":"Atenes"},{"def":"Greqi"},{"def":"Greqia"},{"def":"Athina"},{"def":"Грчка"},{"def":"Pirej"},{"def":"Пиреј"},{"def":"Atina"},{"def":"Атина"},{"def":"Грекия"},{"def":"Grækenlandi"},{"def":"ក្រិច"},{"def":"ಗ್ರೀಸ್"},{"def":"Grekland"},{"def":"Pireus"},{"def":"Aten"},{"def":"그리스"},{"def":"피레아스"},{"def":"아테네"},{"def":"아테네 시"},{"def":"Ugiriki"},{"def":"Athens"},{"def":"Yewnanistan"},{"def":"یۆنان"},{"def":"Pow Grek"},{"def":"கிரீஸ்"},{"def":"ஏதென்ஸ்"},{"def":"Řecko"},{"def":"Pireus"},{"def":"Athény"},{"def":"గ్రీస్"},{"def":"Юнон"},{"def":"กรีซ"},{"def":"ประเทศกรีซ"},{"def":"ไพรีอัส"},{"def":"เอเธนส์"},{"def":"ግሪክ"},{"def":"Graecia"},{"def":"Piraeus"},{"def":"Athenae"},{"def":"Gwlad Groeg"},{"def":"Piraeus"},{"def":"Griicheland"},{"def":"Piräus"},{"def":"Athen"},{"def":"Gresya"},{"def":"Athína"},{"def":"Lungsod ng Athína"},{"def":"Kalisi"},{"def":"Bugereeki/Buyonaani"},{"def":"Grækenland"},{"def":"Piræus"},{"def":"Athen"},{"def":"Griekeland"},{"def":"Pireas"},{"def":"Yunanistan"},{"def":"Pire"},{"def":"Atina"},{"def":"Griechenland"},{"def":"Piräus"},{"def":"Athen"},{"def":"Geleki"},{"def":"ກິຼກ"},{"def":"Graikija"},{"def":"Pirėjas"},{"def":"Atėnai"},{"def":"Ngeleka"},{"def":"Grieķija"},{"def":"Pireja"},{"def":"Atēnas"},{"def":"گرېتسىيە"},{"def":"ئافېنا"},{"def":"གིརིསི"},{"def":"Греція"},{"def":"Пірей"},{"def":"Афіни"},{"def":"Gresy"},{"def":"یونان"},{"def":"Грција"},{"def":"Атина"},{"def":"ഗ്രീസ്"},{"def":"Grisi nutome"},{"def":"ग्रीस"},{"def":"अथेन्स"},{"def":"Yunani"},{"def":"Greċja"},{"def":"Ellinikí Dhimokratía"},{"def":"Ellinikí Dimokratía"},{"def":"Elláda"},{"def":"Ellás"},{"def":"Vasilion tis Ellados"},{"def":"Ελλάδα"},{"def":"Ελλάς"},{"def":"Ελληνική Δημοκρατία"},{"def":"Peiraiás"},{"def":"Peiraiéfs"},{"def":"Πειραιάς"},{"def":"Πειραιεύς"},{"def":"Eparchía Peiraiós"},{"def":"Peiraiás"},{"def":"Επαρχία Πειραιά"},{"def":"Επαρχία Πειραιώς"},{"def":"Πειραιάς"},{"def":"Athína"},{"def":"Nomarchía Athinón"},{"def":"Αθήνα"},{"def":"Νομαρχία Αθήνας"},{"def":"Νομαρχία Αθηνών"},{"def":"Αθήνα"},{"def":"Αθήναι"},{"def":"Αθηναίων"},{"def":"Athínai"},{"def":"Αθήνα"},{"def":"Αθήναι"},{"def":"Αθηνα"},{"def":"Αθηναι"},{"def":"Πειραιώς"},{"def":"Greece"},{"def":"Hellenic Republic"},{"def":"Piraeus"},{"def":"Athens"},{"def":"Athens"},{"def":"Piraeus"},{"def":"Grekio"},{"def":"Grekujo"},{"def":"Ateno"},{"def":"Atenoj"},{"def":"ဂရိ"},{"def":"Grecia"},{"def":"El Pireo"},{"def":"Atenas"},{"def":"Kreeka"},{"def":"Pireus"},{"def":"Ateena"},{"def":"Grezia"},{"def":"Atenas"},{"def":"Hy Lạp"},{"def":"Piraeus"},{"def":"Grit"},{"def":"Hellas"},{"def":"Greece"},{"def":"ग्रिश"},{"def":"यूनान"},{"def":"Grikän"},{"def":"Pireas"},{"def":"Aten"},{"def":"یونان"},{"def":"پیره"},{"def":"آتن"},{"def":"Griekenland"},{"def":"Piraeus"},{"def":"Athene"},{"def":"Hellas"},{"def":"Pireus"},{"def":"Aten"},{"def":"Gerees"},{"def":"Hellas"},{"def":"Pireus"},{"def":"Athen"},{"def":"Kreikka"},{"def":"Pireus"},{"def":"Ateena"},{"def":"Grikkaland"},{"def":"Athen"},{"def":"Grèce"},{"def":"Le Pirée"},{"def":"Athènes"},{"def":"Grikelân"},{"def":"Atene"},{"def":"Grècia"},{"def":"Lo Pirèu"},{"def":"Atenas"},{"def":"An Ghréig"},{"def":"An Aithin"},{"def":"A Ghrèig"},{"def":"ଗ୍ରୀସ୍"},{"def":"Грекъ"},{"def":"Grecia"},{"def":"Grecia - Ελλάδα"},{"def":"O Pireo"},{"def":"Atenas - Αθήνα"},{"def":"ગ્રીસ"},{"def":"Girka"},{"def":"Grecja"},{"def":"Pireus"},{"def":"Ateny"},{"def":"יוון"},{"def":"פיראוס"},{"def":"אתונה"},{"def":"Пирей"},{"def":"Piraeus"},{"def":"Пирей"},{"def":"Аѳины"}],"edmPlaceLatitude":["39.0","37.94745","37.99889","37.96667","37.98888","37.97945","37.94703"],"edmPlaceLongitude":["22.0","23.63708","23.71861","23.75","23.73604","23.71622","23.64503"],"dcCreator":["Παρθένης Κωνσταντίνος"],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_65869&type=IMAGE"],"edmPlaceLabelLangAware":{"hi":["ग्रीस"],"ps":["يونان","یونان"],"pt":["Grécia","Pireu","Atenas"],"def":["Hellenic Republic","Piraeus","Eparchía Peiraiá","Nomarchía Athínas","Dimos Athens","Athens","Dimos Piraeus"],"hr":["Grčka","Pirej","Atena"],"hu":["Görögország","Pireusz","Athén"],"hy":["Հունաստան","Աթենք"],"yo":["Orílẹ́ède Geriisi"],"ia":["Grecia"],"id":["Yunani","Piraeus","Athena","Kota Athena"],"qu":["Grisya","Athina"],"af":["Griekeland"],"io":["Grekia","Athina"],"is":["Grikkland","Aþena"],"ak":["Greekman"],"it":["Grecia","Il Pireo","Pireo","Atene"],"am":["ግሪክ"],"an":["Grezia","Atenas"],"zh":["希腊","比雷埃夫斯","雅典"],"ar":["اليونان","يونان","بيرايوس","أثينا"],"ja":["ギリシャ","ギリシャ共和国","ピレウス","アテネ"],"az":["Yunanıstan","Afina"],"zu":["i-Greece"],"rm":["Grezia"],"rn":["Ubugereki"],"ro":["Grecia","Гречия","Pireu","Atena"],"be":["Грэцыя","Горад Пірэй","Атэны"],"ru":["Греция","Пирей","Афины"],"bg":["Гърция","Пирея","Атина"],"bm":["Gɛrɛsi"],"bn":["গ্রিস","গ্রীস্"],"jv":["Piraeus"],"bo":["གྷི་རཱི་སི།"],"br":["Gres","Aten"],"bs":["Grčka","Atena","Atina"],"se":["Greika"],"sg":["Gerêsi"],"ka":["საბერძნეთი","ათენი"],"si":["ග්‍රීසිය"],"sk":["Grécko","Pireus","Atény"],"sl":["Grčija","Atene"],"sn":["Greece"],"so":["Giriig"],"ki":["Ugiriki"],"ca":["Grècia","El Pireu","Atenes"],"sq":["Greqi","Greqia","Athina"],"sr":["Грчка","Pirej","Пиреј","Atina","Атина"],"kk":["Грекия"],"kl":["Grækenlandi"],"km":["ក្រិច"],"ce":["Пирей"],"kn":["ಗ್ರೀಸ್"],"sv":["Grekland","Pireus","Aten"],"ko":["그리스","피레아스","아테네","아테네 시"],"sw":["Ugiriki","Athens"],"ku":["Yewnanistan","یۆنان"],"kw":["Pow Grek"],"ta":["கிரீஸ்","ஏதென்ஸ்"],"cs":["Řecko","Pireus","Athény"],"te":["గ్రీస్"],"cu":["Аѳины"],"tg":["Юнон"],"th":["กรีซ","ประเทศกรีซ","ไพรีอัส","เอเธนส์"],"ti":["ግሪክ"],"la":["Graecia","Piraeus","Athenae"],"cy":["Gwlad Groeg","Piraeus"],"lb":["Griicheland","Piräus","Athen"],"tl":["Gresya","Athína","Lungsod ng Athína"],"to":["Kalisi"],"lg":["Bugereeki/Buyonaani"],"da":["Grækenland","Piræus","Athen"],"li":["Griekeland","Pireas"],"tr":["Yunanistan","Pire","Atina"],"de":["Griechenland","Piräus","Athen"],"ln":["Geleki"],"lo":["ກິຼກ"],"lt":["Graikija","Pirėjas","Atėnai"],"lu":["Ngeleka"],"lv":["Grieķija","Pireja","Atēnas"],"ug":["گرېتسىيە","ئافېنا"],"dz":["གིརིསི"],"uk":["Греція","Пірей","Афіни"],"mg":["Gresy"],"ur":["یونان"],"mk":["Грција","Атина"],"ml":["ഗ്രീസ്"],"ee":["Grisi nutome"],"mn":["Пирей"],"mr":["ग्रीस","अथेन्स"],"ms":["Yunani"],"mt":["Greċja"],"el":["Ellinikí Dhimokratía","Ellinikí Dimokratía","Elláda","Ellás","Vasilion tis Ellados","Ελλάδα","Ελλάς","Ελληνική Δημοκρατία","Peiraiás","Peiraiéfs","Πειραιάς","Πειραιεύς","Eparchía Peiraiós","Peiraiás","Επαρχία Πειραιά","Επαρχία Πειραιώς","Πειραιάς","Athína","Nomarchía Athinón","Αθήνα","Νομαρχία Αθήνας","Νομαρχία Αθηνών","Αθήνα","Αθήναι","Αθηναίων","Athínai","Αθήνα","Αθήναι","Αθηνα","Αθηναι","Πειραιώς"],"en":["Greece","Hellenic Republic","Piraeus","Athens","Athens","Piraeus"],"eo":["Grekio","Grekujo","Ateno","Atenoj"],"my":["ဂရိ"],"es":["Grecia","El Pireo","Atenas"],"et":["Kreeka","Pireus","Ateena"],"eu":["Grezia","Atenas"],"vi":["Hy Lạp","Piraeus"],"na":["Grit"],"nb":["Hellas"],"nd":["Greece"],"ne":["ग्रिश","यूनान"],"vo":["Grikän","Pireas","Aten"],"fa":["یونان","پیره","آتن"],"nl":["Griekenland","Piraeus","Athene"],"nn":["Hellas","Pireus","Aten"],"ff":["Gerees"],"no":["Hellas","Pireus","Athen"],"fi":["Kreikka","Pireus","Ateena"],"fo":["Grikkaland","Athen"],"fr":["Grèce","Le Pirée","Athènes"],"fy":["Grikelân","Atene"],"oc":["Grècia","Lo Pirèu","Atenas"],"ga":["An Ghréig","An Aithin"],"gd":["A Ghrèig"],"or":["ଗ୍ରୀସ୍"],"os":["Грекъ"],"gl":["Grecia","Grecia - Ελλάδα","O Pireo","Atenas - Αθήνα"],"gu":["ગ્રીસ"],"ha":["Girka"],"pl":["Grecja","Pireus","Ateny"],"he":["יוון","פיראוס","אתונה"]},"previewNoDistribute":false,"title":["Λοβέρδος Σπυρίδων","Loverdos Spyridon"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Λοβέρδος Σπυρίδων"],"en":["Loverdos Spyridon"]},"dcCreatorLangAware":{"el":["Παρθένης Κωνσταντίνος"]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"dctermsSpatial":["Πειραιάς","Αθήνα","Athens","Piraeus"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F65869&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_65869&profile=params+rich+facets+hits"],"edmPlace":["http://data.europeana.eu/place/base/87","http://data.europeana.eu/place/base/83635","http://data.europeana.eu/place/base/84638","http://data.europeana.eu/place/base/84645","http://data.europeana.eu/place/base/85095","http://data.europeana.eu/place/base/84257","http://data.europeana.eu/place/base/84996"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405576006,"year":["1936","1874"],"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_65869.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_65869.json?wskey=api2demo","timestamp_created_epoch":1548405574057,"timestamp_update_epoch":1548405574057,"timestamp_created":"2019-01-25T08:39:34.057Z","timestamp_update":"2019-01-25T08:39:34.057Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61323","ugc":[false],"completeness":5,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Φωτογραφία"],"en":["Photo"]},"edmPlaceAltLabelLangAware":{"def":["GR","Grece","Grecia","Griechenland","Hellas","Kingdom of Hella","Afini","Atene","Athen","Athenai","Athinia","Athénes","Athína","Αθήνα"]},"dcDescriptionLangAware":{"el":["Απεικόνιση αναπαργωγής: κλισέ φωτογραφίας","Απεικόνιση: φωτογραφία"]},"dcSubjectLangAware":{"el":["Στεργίου Ναυσικά","Πεζογράφος","φωτογραφία","Θεοτοκάς Γιώργος Μιχαήλ"],"en":["Theotokas Giorgos Michail","Prose Writer","Stergiou Nafsika"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/fwtografia"],"el":["Εικόνα"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/97934/11171.jpg"],"dcDescription":["Απεικόνιση αναπαργωγής: κλισέ φωτογραφίας","Απεικόνιση: φωτογραφία"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/fwtografia"],"edmConceptLabel":[{"def":"Φωτογραφία"},{"def":"Photo"}],"edmPlaceLabel":[{"def":"ग्रीस"},{"def":"يونان"},{"def":"یونان"},{"def":"Grécia"},{"def":"Atenas"},{"def":"Hellenic Republic"},{"def":"Nomarchía Athínas"},{"def":"Dimos Athens"},{"def":"Athens"},{"def":"Grčka"},{"def":"Atena"},{"def":"Görögország"},{"def":"Athén"},{"def":"Հունաստան"},{"def":"Աթենք"},{"def":"Orílẹ́ède Geriisi"},{"def":"Grecia"},{"def":"Yunani"},{"def":"Athena"},{"def":"Kota Athena"},{"def":"Grisya"},{"def":"Athina"},{"def":"Griekeland"},{"def":"Grekia"},{"def":"Athina"},{"def":"Grikkland"},{"def":"Aþena"},{"def":"Greekman"},{"def":"Grecia"},{"def":"Atene"},{"def":"ግሪክ"},{"def":"Grezia"},{"def":"Atenas"},{"def":"希腊"},{"def":"雅典"},{"def":"اليونان"},{"def":"يونان"},{"def":"أثينا"},{"def":"ギリシャ"},{"def":"ギリシャ共和国"},{"def":"アテネ"},{"def":"Yunanıstan"},{"def":"Afina"},{"def":"i-Greece"},{"def":"Grezia"},{"def":"Ubugereki"},{"def":"Grecia"},{"def":"Гречия"},{"def":"Atena"},{"def":"Грэцыя"},{"def":"Атэны"},{"def":"Греция"},{"def":"Афины"},{"def":"Гърция"},{"def":"Атина"},{"def":"Gɛrɛsi"},{"def":"গ্রিস"},{"def":"গ্রীস্"},{"def":"གྷི་རཱི་སི།"},{"def":"Gres"},{"def":"Aten"},{"def":"Grčka"},{"def":"Atena"},{"def":"Atina"},{"def":"Greika"},{"def":"Gerêsi"},{"def":"საბერძნეთი"},{"def":"ათენი"},{"def":"ග්‍රීසිය"},{"def":"Grécko"},{"def":"Atény"},{"def":"Grčija"},{"def":"Atene"},{"def":"Greece"},{"def":"Giriig"},{"def":"Ugiriki"},{"def":"Grècia"},{"def":"Atenes"},{"def":"Greqi"},{"def":"Greqia"},{"def":"Athina"},{"def":"Грчка"},{"def":"Atina"},{"def":"Атина"},{"def":"Грекия"},{"def":"Grækenlandi"},{"def":"ក្រិច"},{"def":"ಗ್ರೀಸ್"},{"def":"Grekland"},{"def":"Aten"},{"def":"그리스"},{"def":"아테네"},{"def":"아테네 시"},{"def":"Ugiriki"},{"def":"Athens"},{"def":"Yewnanistan"},{"def":"یۆنان"},{"def":"Pow Grek"},{"def":"கிரீஸ்"},{"def":"ஏதென்ஸ்"},{"def":"Řecko"},{"def":"Athény"},{"def":"గ్రీస్"},{"def":"Юнон"},{"def":"กรีซ"},{"def":"ประเทศกรีซ"},{"def":"เอเธนส์"},{"def":"ግሪክ"},{"def":"Graecia"},{"def":"Athenae"},{"def":"Gwlad Groeg"},{"def":"Griicheland"},{"def":"Athen"},{"def":"Gresya"},{"def":"Athína"},{"def":"Lungsod ng Athína"},{"def":"Kalisi"},{"def":"Bugereeki/Buyonaani"},{"def":"Grækenland"},{"def":"Athen"},{"def":"Griekeland"},{"def":"Yunanistan"},{"def":"Atina"},{"def":"Griechenland"},{"def":"Athen"},{"def":"Geleki"},{"def":"ກິຼກ"},{"def":"Graikija"},{"def":"Atėnai"},{"def":"Ngeleka"},{"def":"Grieķija"},{"def":"Atēnas"},{"def":"گرېتسىيە"},{"def":"ئافېنا"},{"def":"གིརིསི"},{"def":"Греція"},{"def":"Афіни"},{"def":"Gresy"},{"def":"یونان"},{"def":"Грција"},{"def":"Атина"},{"def":"ഗ്രീസ്"},{"def":"Grisi nutome"},{"def":"ग्रीस"},{"def":"अथेन्स"},{"def":"Yunani"},{"def":"Greċja"},{"def":"Ellinikí Dhimokratía"},{"def":"Ellinikí Dimokratía"},{"def":"Elláda"},{"def":"Ellás"},{"def":"Vasilion tis Ellados"},{"def":"Ελλάδα"},{"def":"Ελλάς"},{"def":"Ελληνική Δημοκρατία"},{"def":"Athína"},{"def":"Nomarchía Athinón"},{"def":"Αθήνα"},{"def":"Νομαρχία Αθήνας"},{"def":"Νομαρχία Αθηνών"},{"def":"Αθήνα"},{"def":"Αθήναι"},{"def":"Αθηναίων"},{"def":"Athínai"},{"def":"Αθήνα"},{"def":"Αθήναι"},{"def":"Αθηνα"},{"def":"Αθηναι"},{"def":"Greece"},{"def":"Hellenic Republic"},{"def":"Athens"},{"def":"Athens"},{"def":"Grekio"},{"def":"Grekujo"},{"def":"Ateno"},{"def":"Atenoj"},{"def":"ဂရိ"},{"def":"Grecia"},{"def":"Atenas"},{"def":"Kreeka"},{"def":"Ateena"},{"def":"Grezia"},{"def":"Atenas"},{"def":"Hy Lạp"},{"def":"Grit"},{"def":"Hellas"},{"def":"Greece"},{"def":"ग्रिश"},{"def":"यूनान"},{"def":"Grikän"},{"def":"Aten"},{"def":"یونان"},{"def":"آتن"},{"def":"Griekenland"},{"def":"Athene"},{"def":"Hellas"},{"def":"Aten"},{"def":"Gerees"},{"def":"Hellas"},{"def":"Athen"},{"def":"Kreikka"},{"def":"Ateena"},{"def":"Grikkaland"},{"def":"Athen"},{"def":"Grèce"},{"def":"Athènes"},{"def":"Grikelân"},{"def":"Atene"},{"def":"Grècia"},{"def":"Atenas"},{"def":"An Ghréig"},{"def":"An Aithin"},{"def":"A Ghrèig"},{"def":"ଗ୍ରୀସ୍"},{"def":"Грекъ"},{"def":"Grecia"},{"def":"Grecia - Ελλάδα"},{"def":"Atenas - Αθήνα"},{"def":"ગ્રીસ"},{"def":"Girka"},{"def":"Grecja"},{"def":"Ateny"},{"def":"יוון"},{"def":"אתונה"},{"def":"Аѳины"}],"edmPlaceLatitude":["39.0","37.96667","37.98888","37.97945"],"edmPlaceLongitude":["22.0","23.75","23.73604","23.71622"],"dcContributor":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης","Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_prosopa%2F000085-10442_61323&type=IMAGE"],"edmPlaceLabelLangAware":{"hi":["ग्रीस"],"ps":["يونان","یونان"],"pt":["Grécia","Atenas"],"def":["Hellenic Republic","Nomarchía Athínas","Dimos Athens","Athens"],"hr":["Grčka","Atena"],"hu":["Görögország","Athén"],"hy":["Հունաստան","Աթենք"],"yo":["Orílẹ́ède Geriisi"],"ia":["Grecia"],"id":["Yunani","Athena","Kota Athena"],"qu":["Grisya","Athina"],"af":["Griekeland"],"io":["Grekia","Athina"],"is":["Grikkland","Aþena"],"ak":["Greekman"],"it":["Grecia","Atene"],"am":["ግሪክ"],"an":["Grezia","Atenas"],"zh":["希腊","雅典"],"ar":["اليونان","يونان","أثينا"],"ja":["ギリシャ","ギリシャ共和国","アテネ"],"az":["Yunanıstan","Afina"],"zu":["i-Greece"],"rm":["Grezia"],"rn":["Ubugereki"],"ro":["Grecia","Гречия","Atena"],"be":["Грэцыя","Атэны"],"ru":["Греция","Афины"],"bg":["Гърция","Атина"],"bm":["Gɛrɛsi"],"bn":["গ্রিস","গ্রীস্"],"bo":["གྷི་རཱི་སི།"],"br":["Gres","Aten"],"bs":["Grčka","Atena","Atina"],"se":["Greika"],"sg":["Gerêsi"],"ka":["საბერძნეთი","ათენი"],"si":["ග්‍රීසිය"],"sk":["Grécko","Atény"],"sl":["Grčija","Atene"],"sn":["Greece"],"so":["Giriig"],"ki":["Ugiriki"],"ca":["Grècia","Atenes"],"sq":["Greqi","Greqia","Athina"],"sr":["Грчка","Atina","Атина"],"kk":["Грекия"],"kl":["Grækenlandi"],"km":["ក្រិច"],"kn":["ಗ್ರೀಸ್"],"sv":["Grekland","Aten"],"ko":["그리스","아테네","아테네 시"],"sw":["Ugiriki","Athens"],"ku":["Yewnanistan","یۆنان"],"kw":["Pow Grek"],"ta":["கிரீஸ்","ஏதென்ஸ்"],"cs":["Řecko","Athény"],"te":["గ్రీస్"],"cu":["Аѳины"],"tg":["Юнон"],"th":["กรีซ","ประเทศกรีซ","เอเธนส์"],"ti":["ግሪክ"],"la":["Graecia","Athenae"],"cy":["Gwlad Groeg"],"lb":["Griicheland","Athen"],"tl":["Gresya","Athína","Lungsod ng Athína"],"to":["Kalisi"],"lg":["Bugereeki/Buyonaani"],"da":["Grækenland","Athen"],"li":["Griekeland"],"tr":["Yunanistan","Atina"],"de":["Griechenland","Athen"],"ln":["Geleki"],"lo":["ກິຼກ"],"lt":["Graikija","Atėnai"],"lu":["Ngeleka"],"lv":["Grieķija","Atēnas"],"ug":["گرېتسىيە","ئافېنا"],"dz":["གིརིསི"],"uk":["Греція","Афіни"],"mg":["Gresy"],"ur":["یونان"],"mk":["Грција","Атина"],"ml":["ഗ്രീസ്"],"ee":["Grisi nutome"],"mr":["ग्रीस","अथेन्स"],"ms":["Yunani"],"mt":["Greċja"],"el":["Ellinikí Dhimokratía","Ellinikí Dimokratía","Elláda","Ellás","Vasilion tis Ellados","Ελλάδα","Ελλάς","Ελληνική Δημοκρατία","Athína","Nomarchía Athinón","Αθήνα","Νομαρχία Αθήνας","Νομαρχία Αθηνών","Αθήνα","Αθήναι","Αθηναίων","Athínai","Αθήνα","Αθήναι","Αθηνα","Αθηναι"],"en":["Greece","Hellenic Republic","Athens","Athens"],"eo":["Grekio","Grekujo","Ateno","Atenoj"],"my":["ဂရိ"],"es":["Grecia","Atenas"],"et":["Kreeka","Ateena"],"eu":["Grezia","Atenas"],"vi":["Hy Lạp"],"na":["Grit"],"nb":["Hellas"],"nd":["Greece"],"ne":["ग्रिश","यूनान"],"vo":["Grikän","Aten"],"fa":["یونان","آتن"],"nl":["Griekenland","Athene"],"nn":["Hellas","Aten"],"ff":["Gerees"],"no":["Hellas","Athen"],"fi":["Kreikka","Ateena"],"fo":["Grikkaland","Athen"],"fr":["Grèce","Athènes"],"fy":["Grikelân","Atene"],"oc":["Grècia","Atenas"],"ga":["An Ghréig","An Aithin"],"gd":["A Ghrèig"],"or":["ଗ୍ରୀସ୍"],"os":["Грекъ"],"gl":["Grecia","Grecia - Ελλάδα","Atenas - Αθήνα"],"gu":["ગ્રીસ"],"ha":["Girka"],"pl":["Grecja","Ateny"],"he":["יוון","אתונה"]},"previewNoDistribute":false,"title":["Θεοτοκάς Γιώργος","Theotokas Giorgos"],"europeanaCompleteness":5,"dcTitleLangAware":{"el":["Θεοτοκάς Γιώργος"],"en":["Theotokas Giorgos"]},"dcContributorLangAware":{"el":["Ινστιτούτο Νεοελληνικών Ερευνών / ΕΙΕ","Τριαντάφυλλος Σκλαβενίτης"],"en":["Triandafillos Sklavenitis","Institute for Neohellenic Research / NHRF"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"dctermsSpatial":["Κωνσταντινούπολη","Αθήνα","Athens","Constantinople"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F61323&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61323&profile=params+rich+facets+hits"],"edmPlace":["http://data.europeana.eu/place/base/87","http://data.europeana.eu/place/base/84645","http://data.europeana.eu/place/base/85095","http://data.europeana.eu/place/base/84257"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405575059,"year":["1905","1966"],"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61323.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_prosopa_000085_10442_61323.json?wskey=api2demo","timestamp_created_epoch":1548405573505,"timestamp_update_epoch":1548405573505,"timestamp_created":"2019-01-25T08:39:33.505Z","timestamp_update":"2019-01-25T08:39:33.505Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_125747","ugc":[false],"completeness":8,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Χειρόγραφο"],"en":["Manuscript"]},"dcDescriptionLangAware":{"el":["Πρωτότυπο. Το κείμενο: στο 1r. Διάφορα μελάνια στις υπογραφές. Συντομογραφίες ελάχιστες. Ορθογραφικά σφάλματα ελάχιστα. Στο άνω περιθώριο: έντυπη σφραγίδα της μονής Ιβήρων, Διαστάσεις: 355 Χ 245, Ύλη γραφής: Χαρτί, Χρώμα μελάνης: Μαύρο, Διατήρηση: Μέτρια: φθορές στο δεξί μέρος, σχισίματα στο αριστερό περιθώριο και στο φ. 2,"]},"dcSubjectLangAware":{"el":["Λυτό έγγραφο","Άγιον Όρος , Μ. Παντοκράτορος","Βυζαντινά - Μεταβυζαντινά έγγραφα","Αρχεία"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/xeirografo"],"el":["Έγγραφο, χειρόγραφο"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/15828/PAN_A_004.jpg"],"dcDescription":["Πρωτότυπο. Το κείμενο: στο 1r. Διάφορα μελάνια στις υπογραφές. Συντομογραφίες ελάχιστες. Ορθογραφικά σφάλματα ελάχιστα. Στο άνω περιθώριο: έντυπη σφραγίδα της μονής Ιβήρων, Διαστάσεις: 355 Χ 245, Ύλη γραφής: Χαρτί, Χρώμα μελάνης: Μαύρο, Διατήρηση: Μέτρια: φθορές στο δεξί μέρος, σχισίματα στο αριστερό περιθώριο και στο φ. 2,"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/xeirografo"],"edmConceptLabel":[{"def":"Χειρόγραφο"},{"def":"Manuscript"}],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_monastery%2F000084-10442_125747&type=IMAGE"],"previewNoDistribute":false,"title":["Eνυπόγραφο και ενσφράγιστο γράμμα της μονής Iβήρων για την ύδρευση του παντοκρατορινού κελλίου της Mεταμορφώσεως","Letter of Iviron monastery concerning the water supply of the pantokratorian kellion (cell) of the Transfiguration (Metamorfosis)"],"europeanaCompleteness":8,"dcTitleLangAware":{"el":["Eνυπόγραφο και ενσφράγιστο γράμμα της μονής Iβήρων για την ύδρευση του παντοκρατορινού κελλίου της Mεταμορφώσεως"],"en":["Letter of Iviron monastery concerning the water supply of the pantokratorian kellion (cell) of the Transfiguration (Metamorfosis)"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F125747&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_125747&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405573987,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_125747.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_125747.json?wskey=api2demo","timestamp_created_epoch":1548405572798,"timestamp_update_epoch":1548405572798,"timestamp_created":"2019-01-25T08:39:32.798Z","timestamp_update":"2019-01-25T08:39:32.798Z"},{"id":"/12/https___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_121918","ugc":[false],"completeness":6,"country":["Greece"],"europeanaCollectionName":["12_EKT_Pandektis"],"edmConceptPrefLabelLangAware":{"el":["Χειρόγραφο"],"en":["Manuscript"]},"dcSubjectLangAware":{"el":["Άγιον Όρος , Μ. Σταυρονικήτα","Λυτό έγγραφο","Βυζαντινά - Μεταβυζαντινά έγγραφα","Αρχεία"]},"dcTypeLangAware":{"def":["http://semantics.gr/authorities/ekt-item-types/xeirografo"],"el":["Έγγραφο, χειρόγραφο"]},"edmIsShownBy":["http://pandektis.ekt.gr/pandektis/retrieve/10816/STA_A_394.jpg"],"edmConcept":["http://semantics.gr/authorities/ekt-item-types/xeirografo"],"edmConceptLabel":[{"def":"Χειρόγραφο"},{"def":"Manuscript"}],"edmPreview":["https://api.europeana.eu/api/v2/thumbnail-by-url.json?uri=https%3A%2F%2Fwww.searchculture.gr%2Faggregator%2Fthumbnails%2Fedm-record%2Fpandektis_monastery%2F000084-10442_121918&type=IMAGE"],"previewNoDistribute":false,"title":["Oμόλογο αγοράς κελλίου Αγίων Μαρτύρων Κηρύκου και Ιουλίττης","Avowal of the kellion (cell) of the Martyrs Kerykos and Ioulitta"],"europeanaCompleteness":6,"dcTitleLangAware":{"el":["Oμόλογο αγοράς κελλίου Αγίων Μαρτύρων Κηρύκου και Ιουλίττης"],"en":["Avowal of the kellion (cell) of the Martyrs Kerykos and Ioulitta"]},"dataProvider":["Ινστιτούτο Ιστορικών Ερευνών (ΙΙΕ/ΕΙΕ)"],"rights":["http://rightsstatements.org/vocab/InC/1.0/"],"edmIsShownAt":["https://api.europeana.eu/api/api2demo/redirect?shownAt=http%3A%2F%2Fpandektis.ekt.gr%2Fpandektis%2Fhandle%2F10442%2F121918&provider=Greek+Aggregator+SearchCulture.gr+%7C+National+Documentation+Centre+%28EKT%29&id=https%3A%2F%2Fwww.europeana.eu%2Fresolve%2Frecord%2F12%2Fhttps___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_121918&profile=params+rich+facets+hits"],"provider":["Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)"],"timestamp":1548405573452,"score":1.0,"language":["el"],"type":"IMAGE","edmDatasetName":["12_EKT_Pandektis"],"guid":"https://www.europeana.eu/portal/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_121918.html?utm_source=api&utm_medium=api&utm_campaign=api2demo","link":"https://api.europeana.eu/api/v2/record/12/https___www_searchculture_gr_aggregator_edm_pandektis_monastery_000084_10442_121918.json?wskey=api2demo","timestamp_created_epoch":1548405572272,"timestamp_update_epoch":1548405572272,"timestamp_created":"2019-01-25T08:39:32.272Z","timestamp_update":"2019-01-25T08:39:32.272Z"}],"facets":[{"name":"RIGHTS","fields":[{"label":"http://rightsstatements.org/vocab/InC/1.0/","count":18820934},{"label":"http://creativecommons.org/publicdomain/mark/1.0/","count":10395054},{"label":"http://creativecommons.org/publicdomain/zero/1.0/","count":6751529},{"label":"http://creativecommons.org/licenses/by/4.0/","count":3003864},{"label":"http://rightsstatements.org/vocab/NoC-OKLR/1.0/","count":2708499},{"label":"http://creativecommons.org/licenses/by-nc-sa/4.0/","count":2051015},{"label":"http://creativecommons.org/licenses/by-nc-nd/4.0/","count":1881974},{"label":"http://rightsstatements.org/vocab/NoC-NC/1.0/","count":1503470},{"label":"http://creativecommons.org/licenses/by-sa/3.0/","count":1342930},{"label":"http://creativecommons.org/licenses/by-nc-sa/3.0/","count":1114107},{"label":"http://rightsstatements.org/vocab/CNE/1.0/","count":1020889},{"label":"http://creativecommons.org/licenses/by/3.0/","count":965263},{"label":"http://creativecommons.org/licenses/by-nc-nd/2.5/","count":928930},{"label":"http://creativecommons.org/licenses/by-nc-nd/3.0/","count":771935},{"label":"http://rightsstatements.org/vocab/InC/1.0/ ","count":526015},{"label":"https://creativecommons.org/licenses/by/3.0/","count":481824},{"label":"http://creativecommons.org/licenses/by/2.5/","count":403419},{"label":"http://creativecommons.org/licenses/by-sa/3.0/nl/","count":345664},{"label":"http://creativecommons.org/publicdomain/mark/1.0/ ","count":331623},{"label":"http://creativecommons.org/licenses/by-nc/3.0/","count":315294},{"label":"http://creativecommons.org/licenses/by-sa/4.0/","count":306794},{"label":"http://creativecommons.org/licenses/by-nc/4.0/","count":281899},{"label":"http://rightsstatements.org/vocab/InC-EDU/1.0/","count":202038},{"label":"http://creativecommons.org/licenses/by-sa/2.5/","count":189010},{"label":"http://creativecommons.org/licenses/by-nc/2.5/","count":186812},{"label":"https://creativecommons.org/licenses/by-nc-nd/4.0/","count":167379},{"label":"http://rightsstatements.org/vocab/CNE/1.0/​","count":158021},{"label":"http://creativecommons.org/licenses/by-nc-sa/2.0/fr/","count":99931},{"label":"http://creativecommons.org/licenses/by-nc/2.5/se/","count":95343},{"label":"http://creativecommons.org/licenses/by-sa/3.0//","count":75149},{"label":"https://creativecommons.org/licenses/by/4.0/","count":68104},{"label":"http://creativecommons.org/licenses/by-nd/3.0/","count":58931},{"label":"http://creativecommons.org/licenses/by-nd/4.0/","count":47945},{"label":"http://creativecommons.org/licenses/by-nc-nd/2.0/","count":47754},{"label":"http://creativecommons.org/licenses/by-nc-sa/2.5/","count":39776},{"label":"http://creativecommons.org/licenses/by-nc/3.0/nl/","count":39314},{"label":"http://creativecommons.org/licenses/by-sa/3.0/de","count":35479},{"label":"http://creativecommons.org/licenses/by-sa/2.5/se/","count":34718},{"label":"http://rightsstatements.org/page/InC/1.0/","count":30696},{"label":"http://rightsstatements.org/vocab/InC-OW-EU/1.0/​","count":29985},{"label":"http://creativecommons.org/licenses/by-nc-nd/","count":24669},{"label":"https://creativecommons.org/licenses/by-nc-nd/3.0/","count":20331},{"label":"http://rightsstatements.org/page/CNE/1.0/","count":19424},{"label":"http://creativecommons.org/licenses/by-nc-sa/4.0/deed.de","count":17915},{"label":"http://rightsstatements.org/vocab/InC-EDU/1.0/ ","count":15913},{"label":"https://creativecommons.org/licenses/by-nc-nd/4.0/deed.gl","count":15466},{"label":"http://creativecommons.org/licenses/by-nc-sa/3.0/es/","count":13894},{"label":"http://creativecommons.org/licenses/publicdomain/mark/","count":11890},{"label":"http://creativecommons.org/licenses/by-nc-nd/3.0/at/","count":11401},{"label":"http://creativecommons.org/licenses/by-nc-nd/3.0/es/deed.ca","count":7715}]},{"name":"PROVIDER","fields":[{"label":"The European Library","count":9145068},{"label":"OpenUp!","count":8674659},{"label":"LoCloud","count":4296354},{"label":"AthenaPlus","count":3531251},{"label":"Hispana","count":3218910},{"label":"Swedish Open Cultural Heritage | K-samsök","count":2399983},{"label":"Digitale Collectie","count":2184676},{"label":"Federacja Bibliotek Cyfrowych","count":2111514},{"label":"CARARE","count":1902831},{"label":"Arts Council Norway","count":1870398},{"label":"Deutsche Digitale Bibliothek","count":1614538},{"label":"Bibliothèque nationale de France","count":1202232},{"label":"EUscreen","count":1057068},{"label":"moteur Collections ; France","count":1010165},{"label":"Europeana Fashion","count":909418},{"label":"Linked Heritage","count":860977},{"label":"National Library of Finland","count":819026},{"label":"CultureGrid","count":778935},{"label":"HOPE - Heritage of the People's Europe","count":749031},{"label":"EFG - The European Film Gateway","count":676124},{"label":"Museu","count":666369},{"label":"National Library of Poland","count":644682},{"label":"Europeana Sounds","count":503720},{"label":"Photoconsortium","count":499936},{"label":"Archives Portal Europe","count":468232},{"label":"Athena","count":442407},{"label":"EAGLE","count":380433},{"label":"Rijksmuseum","count":337632},{"label":"DK-National Aggregation Service","count":324044},{"label":"Biodiversity Heritage Library","count":294893},{"label":"Hellenic Aggregator at Veria Public Library","count":231906},{"label":"Judaica Europeana","count":211230},{"label":"Forum Hungaricum Non-profit Ltd.","count":200353},{"label":"Kulturpool","count":188046},{"label":"EUInsideDA","count":185634},{"label":"Slovenian National E-content Aggregator","count":178522},{"label":"ECLAP, e-library for Performing Arts","count":170123},{"label":"Greek Aggregator SearchCulture.gr | National Documentation Centre (EKT)","count":151247},{"label":"European Commission","count":134587},{"label":"DM2E","count":127679},{"label":"Manuscriptorium - National Library of the Czech Republic","count":108444},{"label":"Institut National de l'Audiovisuel","count":101356},{"label":"Archives départementales de la Gironde","count":100037},{"label":"RNOD - Portugal","count":98187},{"label":"EuropeanaLocal Deutschland","count":94907},{"label":"Wellcome Collection","count":92483},{"label":"LT-Aggregator Service National Library of Lithuania","count":88702},{"label":"ASSETS","count":78912},{"label":"Partage Plus","count":77550},{"label":"MUSIT","count":73155}]},{"name":"DATA_PROVIDER","fields":[{"label":"Naturalis Biodiversity Center","count":4949518},{"label":"The National Archives of Norway","count":3153891},{"label":"Bibliothèque nationale de France","count":1610151},{"label":"Österreichische Nationalbibliothek - Austrian National Library","count":1525915},{"label":"The Trustees of the Natural History Museum, London","count":1460023},{"label":"National Library of the Netherlands","count":1293649},{"label":"National Library of France","count":1225401},{"label":"Biblioteca Virtual de Prensa Histórica","count":1145109},{"label":"Deutsche Fotothek","count":1124577},{"label":"Bavarian State Library","count":1114275},{"label":"Riksantikvarieämbetet","count":701943},{"label":"SAN - Sistema Archivistico Nazionale","count":674642},{"label":"National Library of Spain","count":665551},{"label":"Biblioteka Narodowa","count":638338},{"label":"Rijksdienst voor het Cultureel Erfgoed","count":582457},{"label":"Royal Botanic Gardens, Kew","count":575200},{"label":"National Library of the Netherlands - Koninklijke Bibliotheek","count":553536},{"label":"National Library of Finland","count":544482},{"label":"Ajuntament de Girona","count":526724},{"label":"Kulturarvsstyrelsen","count":519232},{"label":"Ministère de la culture et de la communication, Médiathèque de l'architecture et du patrimoine","count":510877},{"label":"Muséum national d'Histoire naturelle","count":502195},{"label":"Catwalkpictures","count":484499},{"label":"Bildarchiv Foto Marburg","count":435830},{"label":"The Royal Botanic Garden Edinburgh","count":434029},{"label":"The Portable Antiquities Scheme","count":428204},{"label":"Cinecittà Luce S.p.A.","count":372377},{"label":"National Library of Denmark","count":356576},{"label":"Bodleian Libraries, University of Oxford","count":354441},{"label":"Rijksmuseum","count":337641},{"label":"Deutsche Nationalbibliothek","count":306801},{"label":"e-biblioteka Uniwersytetu Warszawskiego","count":304245},{"label":"Wielkopolska Biblioteka Cyfrowa","count":303753},{"label":"The Danish Agency for Culture","count":301308},{"label":"Norsk Folkemuseum","count":288522},{"label":"NAVA","count":254015},{"label":"Fylkesarkivet i Sogn og Fjordane","count":252611},{"label":"Národní památkový ústav ","count":251542},{"label":"The Royal Library: The National Library of Denmark and Copenhagen University Library","count":248358},{"label":"Śląska Biblioteka Cyfrowa","count":231007},{"label":"Archives départementales de la Gironde","count":222125},{"label":"Nederlands Instituut voor Militaire Historie","count":221531},{"label":"Internet Culturale","count":218249},{"label":"CER.ES: Red Digital de Colecciones de museos de España","count":218065},{"label":"Etnografiska museet","count":216484},{"label":"The British Library","count":214557},{"label":"Istituto Sturzo, Roma","count":214111},{"label":"ČT","count":212649},{"label":"Världskulturmuseet","count":211647},{"label":"Complutense University Library of Madrid","count":210875}]},{"name":"COUNTRY","fields":[{"label":"Netherlands","count":10282935},{"label":"Germany","count":5688899},{"label":"Norway","count":5112309},{"label":"France","count":5005775},{"label":"Spain","count":5000034},{"label":"United Kingdom","count":4969817},{"label":"Sweden","count":3438161},{"label":"Poland","count":3062106},{"label":"Italy","count":3038021},{"label":"Austria","count":2290922},{"label":"Denmark","count":1678319},{"label":"Belgium","count":1486868},{"label":"Finland","count":972728},{"label":"Czech Republic","count":864882},{"label":"Hungary","count":850283},{"label":"Greece","count":802950},{"label":"Slovenia","count":577366},{"label":"Estonia","count":543322},{"label":"Europe","count":539070},{"label":"United States of America","count":309593},{"label":"Portugal","count":208013},{"label":"Lithuania","count":188343},{"label":"Romania","count":147173},{"label":"Latvia","count":143419},{"label":"Switzerland","count":130881},{"label":"Ireland","count":122403},{"label":"Bulgaria","count":116459},{"label":"Croatia","count":115887},{"label":"Slovakia","count":70556},{"label":"Serbia","count":68189},{"label":"Luxembourg","count":65622},{"label":"Malta","count":55165},{"label":"Cyprus","count":42713},{"label":"Russia","count":29212},{"label":"Israel","count":20818},{"label":"Iceland","count":10022},{"label":"Moldova","count":4318},{"label":"Turkey","count":3492},{"label":"Ukraine","count":1716},{"label":"Macedonia","count":387},{"label":"Albania","count":314},{"label":"Holy See (Vatican City State)","count":199},{"label":"Montenegro","count":83},{"label":"Georgia","count":50},{"label":"Bosnia and Herzegovina","count":27}]},{"name":"LANGUAGE","fields":[{"label":"en","count":10887291},{"label":"de","count":7591509},{"label":"nl","count":5496389},{"label":"no","count":5111863},{"label":"fr","count":4685469},{"label":"es","count":3947248},{"label":"sv","count":3432077},{"label":"mul","count":3424644},{"label":"pl","count":3060825},{"label":"it","count":2878861},{"label":"da","count":1609621},{"label":"fi","count":965566},{"label":"cs","count":862589},{"label":"el","count":816820},{"label":"sl","count":599242},{"label":"hu","count":596952},{"label":"et","count":500999},{"label":"ca","count":442543},{"label":"pt","count":206855},{"label":"lt","count":187278},{"label":"lv","count":143237},{"label":"ro","count":140100},{"label":"bg","count":116428},{"label":"uk","count":106968},{"label":"hr","count":94162},{"label":"sr","count":66027},{"label":"sk","count":42016},{"label":"ru","count":29203},{"label":"is","count":9970},{"label":"tr","count":3482},{"label":"he","count":2774},{"label":"mk","count":351},{"label":"sq","count":300},{"label":"ar","count":90},{"label":"ga","count":30},{"label":"bs","count":27},{"label":"mt","count":15}]},{"name":"MIME_TYPE","fields":[{"label":"image/jpeg","count":31378717},{"label":"application/pdf","count":2151180},{"label":"image/png","count":1485084},{"label":"image/gif","count":419341},{"label":"text/plain","count":265329},{"label":"text/html","count":119997},{"label":"audio/mpeg","count":70391},{"label":"video/x-ms-wmv","count":50751},{"label":"application/xml","count":44732},{"label":"image/tiff","count":32514},{"label":"video/x-flv","count":5609},{"label":"audio/x-flac","count":4786},{"label":"application/rtf","count":4688},{"label":"video/quicktime","count":3921},{"label":"image/x-ms-bmp","count":2419},{"label":"video/mp4","count":1294},{"label":"video/mpeg","count":798},{"label":"audio/x-ms-wma","count":111},{"label":"audio/x-aiff","count":88},{"label":"audio/x-wav","count":84},{"label":"audio/ogg","count":76},{"label":"video/x-m4v","count":58},{"label":"video/x-msvideo","count":23},{"label":"image/vnd.adobe.photoshop","count":5},{"label":"image/x-pict","count":2},{"label":"video/x-ms-asf","count":2},{"label":"audio/mp4","count":1},{"label":"video/3gpp","count":1}]},{"name":"COLOURPALETTE","fields":[{"label":"#696969","count":17338594},{"label":"#A9A9A9","count":17002855},{"label":"#2F4F4F","count":16693642},{"label":"#000000","count":15669194},{"label":"#C0C0C0","count":14120790},{"label":"#808080","count":14063696},{"label":"#DCDCDC","count":14054054},{"label":"#D3D3D3","count":12539073},{"label":"#F5F5F5","count":7638227},{"label":"#FFFFFF","count":5866442},{"label":"#E6E6FA","count":4902867},{"label":"#D2B48C","count":4341396},{"label":"#800000","count":4329454},{"label":"#EEE8AA","count":4012690},{"label":"#556B2F","count":3834256},{"label":"#FFFAFA","count":3771998},{"label":"#F5F5DC","count":3609320},{"label":"#BDB76B","count":3585507},{"label":"#BC8F8F","count":3184309},{"label":"#F5DEB3","count":2652719}]},{"name":"TYPE","fields":[{"label":"IMAGE","count":33364180},{"label":"TEXT","count":22828224},{"label":"VIDEO","count":1137638},{"label":"SOUND","count":701319},{"label":"3D","count":28460}]},{"name":"IMAGE_SIZE","fields":[{"label":"small","count":7676909},{"label":"large","count":6989380},{"label":"medium","count":6057292},{"label":"extra_large","count":3468630}]},{"name":"SOUND_DURATION","fields":[{"label":"short","count":38104},{"label":"very_short","count":20946},{"label":"medium","count":16402},{"label":"long","count":7687}]},{"name":"REUSABILITY","fields":[{"label":"open","count":24186102},{"label":"restricted","count":12489957},{"label":"permission","count":20558574}]},{"name":"VIDEO_DURATION","fields":[{"label":"short","count":53104},{"label":"medium","count":6656},{"label":"long","count":2795}]},{"name":"TEXT_FULLTEXT","fields":[{"label":"false","count":56420402},{"label":"true","count":1639419}]},{"name":"MEDIA","fields":[{"label":"true","count":34732722},{"label":"false","count":23327099}]},{"name":"THUMBNAIL","fields":[{"label":"true","count":34224477},{"label":"false","count":23835344}]},{"name":"IMAGE_COLOUR","fields":[{"label":"true","count":20017192},{"label":"false","count":13269617}]},{"name":"IMAGE_ASPECTRATIO","fields":[{"label":"Landscape","count":18671268},{"label":"Portrait","count":14872899}]},{"name":"VIDEO_HD","fields":[{"label":"true","count":1920}]},{"name":"SOUND_HQ","fields":[{"label":"true","count":66003}]}]} \ No newline at end of file diff --git a/spec/support/fake_api/docker-compose.yml b/spec/support/fake_api/docker-compose.yml new file mode 100644 index 000000000..bb49fbabe --- /dev/null +++ b/spec/support/fake_api/docker-compose.yml @@ -0,0 +1,9 @@ +version: "3" +services: + nginx: + image: nginx + ports: + - "3014:80" + volumes: + - ./data:/usr/share/nginx/html + - ./conf.d:/etc/nginx/conf.d